org.infoglue.cms.entities.management.impl.simple
Class UserContentTypeDefinitionImpl

java.lang.Object
  extended by org.infoglue.cms.entities.management.impl.simple.UserContentTypeDefinitionImpl
All Implemented Interfaces:
IBaseEntity, UserContentTypeDefinition

public class UserContentTypeDefinitionImpl
extends java.lang.Object
implements UserContentTypeDefinition


Constructor Summary
UserContentTypeDefinitionImpl()
           
 
Method Summary
 ContentTypeDefinition getContentTypeDefinition()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Integer getUserContentTypeDefinitionId()
           
 java.lang.String getUserName()
           
 UserContentTypeDefinitionVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
           
 void setUserContentTypeDefinitionId(java.lang.Integer roleContentTypeDefinitionId)
           
 void setUserName(java.lang.String roleName)
           
 void setValueObject(UserContentTypeDefinitionVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserContentTypeDefinitionImpl

public UserContentTypeDefinitionImpl()
Method Detail

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.