photoType
Class PhotoType

java.lang.Object
  extended by photoType.PhotoType

public class PhotoType
extends java.lang.Object


Constructor Summary
PhotoType()
           
 
Method Summary
 int getId()
           
 java.lang.String getType_EN()
           
 java.lang.String getType()
           
 void setId(int id)
           
 void setType_EN(java.lang.String type_EN)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotoType

public PhotoType()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getType_EN

public java.lang.String getType_EN()

setType_EN

public void setType_EN(java.lang.String type_EN)