org.infoglue.cms.entities.management.impl.simple
Class RepositoryImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.RepositoryImpl
- All Implemented Interfaces:
- IBaseEntity, Repository
public class RepositoryImpl
- extends java.lang.Object
- implements Repository
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RepositoryImpl
public RepositoryImpl()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface Repository
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
getValueObject
public RepositoryVO getValueObject()
- Specified by:
getValueObject in interface Repository
setValueObject
public void setValueObject(RepositoryVO valueObject)
- Specified by:
setValueObject in interface Repository
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)
getRepositoryId
public java.lang.Integer getRepositoryId()
- Specified by:
getRepositoryId in interface Repository
setRepositoryId
public void setRepositoryId(java.lang.Integer repositoryId)
throws SystemException
- Specified by:
setRepositoryId in interface Repository
- Throws:
SystemException
getName
public java.lang.String getName()
- Specified by:
getName in interface Repository
setName
public void setName(java.lang.String name)
throws ConstraintException
- Specified by:
setName in interface Repository
- Throws:
ConstraintException
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface Repository
setDescription
public void setDescription(java.lang.String description)
throws ConstraintException
- Specified by:
setDescription in interface Repository
- Throws:
ConstraintException
getDnsName
public java.lang.String getDnsName()
- Specified by:
getDnsName in interface Repository
setDnsName
public void setDnsName(java.lang.String dnsName)
throws ConstraintException
- Specified by:
setDnsName in interface Repository
- Throws:
ConstraintException
getAvailableContenTypeDefinition
public java.util.Collection getAvailableContenTypeDefinition()
- Specified by:
getAvailableContenTypeDefinition in interface Repository
setAvailableContenTypeDefinition
public void setAvailableContenTypeDefinition(java.util.Collection availableContenTypeDefinition)
- Specified by:
setAvailableContenTypeDefinition in interface Repository
getContents
public java.util.Collection getContents()
setContents
public void setContents(java.util.Collection contents)
getRepositoryLanguages
public java.util.Collection getRepositoryLanguages()
- Specified by:
getRepositoryLanguages in interface Repository
setRepositoryLanguages
public void setRepositoryLanguages(java.util.Collection repositoryLanguages)
- Specified by:
setRepositoryLanguages in interface Repository
Copyright © 2005 InfoGlue.org All Rights Reserved.