org.infoglue.cms.entities.management.impl.simple
Class RepositoryLanguageImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.RepositoryLanguageImpl
- All Implemented Interfaces:
- IBaseEntity, RepositoryLanguage
public class RepositoryLanguageImpl
- extends java.lang.Object
- implements RepositoryLanguage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryLanguageImpl
public RepositoryLanguageImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getId()
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
getValueObject
public RepositoryLanguageVO getValueObject()
- Specified by:
getValueObject in interface RepositoryLanguage
setValueObject
public void setValueObject(RepositoryLanguageVO valueObject)
- Specified by:
setValueObject in interface RepositoryLanguage
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)
getRepositoryLanguageId
public java.lang.Integer getRepositoryLanguageId()
- Specified by:
getRepositoryLanguageId in interface RepositoryLanguage
setRepositoryLanguageId
public void setRepositoryLanguageId(java.lang.Integer repositoryLanguageId)
throws SystemException
- Specified by:
setRepositoryLanguageId in interface RepositoryLanguage
- Throws:
SystemException
getIsPublished
public java.lang.Boolean getIsPublished()
- Specified by:
getIsPublished in interface RepositoryLanguage
setIsPublished
public void setIsPublished(java.lang.Boolean isPublished)
throws ConstraintException
- Specified by:
setIsPublished in interface RepositoryLanguage
- Throws:
ConstraintException
getSortOrder
public java.lang.Integer getSortOrder()
- Specified by:
getSortOrder in interface RepositoryLanguage
setSortOrder
public void setSortOrder(java.lang.Integer sortOrder)
throws ConstraintException
- Specified by:
setSortOrder in interface RepositoryLanguage
- Throws:
ConstraintException
getRepository
public Repository getRepository()
- Specified by:
getRepository in interface RepositoryLanguage
setRepository
public void setRepository(Repository repository)
- Specified by:
setRepository in interface RepositoryLanguage
getLanguage
public Language getLanguage()
- Specified by:
getLanguage in interface RepositoryLanguage
setLanguage
public void setLanguage(Language language)
- Specified by:
setLanguage in interface RepositoryLanguage
Copyright © 2005 InfoGlue.org All Rights Reserved.