org.infoglue.cms.entities.management
Interface ContentTypeDefinition
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- ContentTypeDefinitionImpl
- public interface ContentTypeDefinition
- extends IBaseEntity
getValueObject
public ContentTypeDefinitionVO getValueObject()
setValueObject
public void setValueObject(ContentTypeDefinitionVO valueObject)
getContentTypeDefinitionId
public java.lang.Integer getContentTypeDefinitionId()
setContentTypeDefinitionId
public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
throws ConstraintException
ConstraintException
getSchemaValue
public java.lang.String getSchemaValue()
setSchemaValue
public void setSchemaValue(java.lang.String schemaValue)
throws ConstraintException
ConstraintException
getType
public java.lang.Integer getType()
setType
public void setType(java.lang.Integer type)
throws ConstraintException
ConstraintException