org.infoglue.cms.entities.management
Class ContentTypeDefinitionVO

java.lang.Object
  extended by org.infoglue.cms.entities.management.ContentTypeDefinitionVO
All Implemented Interfaces:
java.io.Serializable, BaseEntityVO

public class ContentTypeDefinitionVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Field Summary
static java.lang.Integer CONTENT
           
static java.lang.Integer EXTRANET_GROUP_PROPERTIES
           
static java.lang.Integer EXTRANET_ROLE_PROPERTIES
           
static java.lang.Integer EXTRANET_USER_PROPERTIES
           
 
Constructor Summary
ContentTypeDefinitionVO()
           
 
Method Summary
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.String getSchemaValue()
           
 java.lang.Integer getType()
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 void setName(java.lang.String name)
           
 void setSchemaValue(java.lang.String schemaValue)
           
 void setType(java.lang.Integer type)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT

public static final java.lang.Integer CONTENT

EXTRANET_ROLE_PROPERTIES

public static final java.lang.Integer EXTRANET_ROLE_PROPERTIES

EXTRANET_USER_PROPERTIES

public static final java.lang.Integer EXTRANET_USER_PROPERTIES

EXTRANET_GROUP_PROPERTIES

public static final java.lang.Integer EXTRANET_GROUP_PROPERTIES
Constructor Detail

ContentTypeDefinitionVO

public ContentTypeDefinitionVO()
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface BaseEntityVO
See Also:
BaseEntityVO.getId()

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)

getSchemaValue

public java.lang.String getSchemaValue()

setSchemaValue

public void setSchemaValue(java.lang.String schemaValue)

getType

public java.lang.Integer getType()

setType

public void setType(java.lang.Integer type)

validate

public ConstraintExceptionBuffer validate()
Specified by:
validate in interface BaseEntityVO
Returns:
ConstraintExceptionBuffer
See Also:
BaseEntityVO.validate()


Copyright © 2005 InfoGlue.org All Rights Reserved.