org.infoglue.cms.entities.management.impl.simple
Class ContentTypeDefinitionImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.ContentTypeDefinitionImpl
- All Implemented Interfaces:
- IBaseEntity, ContentTypeDefinition
public class ContentTypeDefinitionImpl
- extends java.lang.Object
- implements ContentTypeDefinition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentTypeDefinitionImpl
public ContentTypeDefinitionImpl()
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)
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 ContentTypeDefinitionVO getValueObject()
- Specified by:
getValueObject in interface ContentTypeDefinition
setValueObject
public void setValueObject(ContentTypeDefinitionVO valueObject)
- Specified by:
setValueObject in interface ContentTypeDefinition
getContentTypeDefinitionId
public java.lang.Integer getContentTypeDefinitionId()
- Specified by:
getContentTypeDefinitionId in interface ContentTypeDefinition
setContentTypeDefinitionId
public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
- Specified by:
setContentTypeDefinitionId in interface ContentTypeDefinition
getName
public java.lang.String getName()
- Specified by:
getName in interface ContentTypeDefinition
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface ContentTypeDefinition
getSchemaValue
public java.lang.String getSchemaValue()
- Specified by:
getSchemaValue in interface ContentTypeDefinition
setSchemaValue
public void setSchemaValue(java.lang.String schemaValue)
- Specified by:
setSchemaValue in interface ContentTypeDefinition
getType
public java.lang.Integer getType()
- Specified by:
getType in interface ContentTypeDefinition
setType
public void setType(java.lang.Integer type)
throws ConstraintException
- Specified by:
setType in interface ContentTypeDefinition
- Throws:
ConstraintException
getContents
public java.util.Collection getContents()
setContents
public void setContents(java.util.Collection contents)
Copyright © 2005 InfoGlue.org All Rights Reserved.