erland.webapp.cdcollection.entity.collection
Class Collection

java.lang.Object
  extended by erland.webapp.common.BaseEntity
      extended by erland.webapp.cdcollection.entity.collection.Collection
All Implemented Interfaces:
EntityInterface

public class Collection
extends BaseEntity


Constructor Summary
Collection()
           
 
Method Summary
 String getDescription()
           
 String getDescriptionEnglish()
           
 Integer getId()
           
 Boolean getOfficial()
           
 String getSortOrder()
           
 String getTitle()
           
 String getTitleEnglish()
           
 String getUsername()
           
 void setDescription(String description)
           
 void setDescriptionEnglish(String descriptionEnglish)
           
 void setId(Integer id)
           
 void setOfficial(Boolean official)
           
 void setSortOrder(String sortOrder)
           
 void setTitle(String title)
           
 void setTitleEnglish(String titleEnglish)
           
 void setUsername(String username)
           
 
Methods inherited from class erland.webapp.common.BaseEntity
getEnvironment, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Collection

public Collection()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getTitleEnglish

public String getTitleEnglish()

setTitleEnglish

public void setTitleEnglish(String titleEnglish)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getDescriptionEnglish

public String getDescriptionEnglish()

setDescriptionEnglish

public void setDescriptionEnglish(String descriptionEnglish)

getOfficial

public Boolean getOfficial()

setOfficial

public void setOfficial(Boolean official)

getSortOrder

public String getSortOrder()

setSortOrder

public void setSortOrder(String sortOrder)


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.