org.infoglue.cms.entities.management.impl.simple
Class UserContentTypeDefinitionImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.UserContentTypeDefinitionImpl
- All Implemented Interfaces:
- IBaseEntity, UserContentTypeDefinition
public class UserContentTypeDefinitionImpl
- extends java.lang.Object
- implements UserContentTypeDefinition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UserContentTypeDefinitionImpl
public UserContentTypeDefinitionImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface UserContentTypeDefinition
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getValueObject
public UserContentTypeDefinitionVO getValueObject()
- Specified by:
getValueObject in interface UserContentTypeDefinition
setValueObject
public void setValueObject(UserContentTypeDefinitionVO valueObject)
- Specified by:
setValueObject in interface UserContentTypeDefinition
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
getUserContentTypeDefinitionId
public java.lang.Integer getUserContentTypeDefinitionId()
- Specified by:
getUserContentTypeDefinitionId in interface UserContentTypeDefinition
setUserContentTypeDefinitionId
public void setUserContentTypeDefinitionId(java.lang.Integer roleContentTypeDefinitionId)
- Specified by:
setUserContentTypeDefinitionId in interface UserContentTypeDefinition
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface UserContentTypeDefinition
setUserName
public void setUserName(java.lang.String roleName)
- Specified by:
setUserName in interface UserContentTypeDefinition
getContentTypeDefinition
public ContentTypeDefinition getContentTypeDefinition()
- Specified by:
getContentTypeDefinition in interface UserContentTypeDefinition
setContentTypeDefinition
public void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
- Specified by:
setContentTypeDefinition in interface UserContentTypeDefinition
Copyright © 2005 InfoGlue.org All Rights Reserved.