erland.webapp.cdcollection.entity.collection
Class Collection
java.lang.Object
erland.webapp.common.BaseEntity
erland.webapp.cdcollection.entity.collection.Collection
- All Implemented Interfaces:
- EntityInterface
public class Collection
- extends BaseEntity
Collection
public Collection()
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.