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

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

public class RolePropertiesImpl
extends java.lang.Object
implements RoleProperties


Constructor Summary
RolePropertiesImpl()
           
 
Method Summary
 ContentTypeDefinition getContentTypeDefinition()
           
 java.util.Collection getDigitalAssets()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 Language getLanguage()
           
 java.lang.String getRoleName()
           
 java.lang.Integer getRolePropertiesId()
           
 java.lang.String getValue()
           
 RolePropertiesVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
           
 void setDigitalAssets(java.util.Collection digitalAssets)
           
 void setLanguage(Language language)
           
 void setRoleName(java.lang.String roleName)
           
 void setRolePropertiesId(java.lang.Integer rolePropertiesId)
           
 void setValue(java.lang.String value)
           
 void setValueObject(RolePropertiesVO 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

RolePropertiesImpl

public RolePropertiesImpl()
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity
Specified by:
getId in interface RoleProperties

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 RolePropertiesVO getValueObject()
Specified by:
getValueObject in interface RoleProperties

setValueObject

public void setValueObject(RolePropertiesVO valueObject)
Specified by:
setValueObject in interface RoleProperties

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity

setVO

public void setVO(BaseEntityVO valueObject)
Specified by:
setVO in interface IBaseEntity

getRolePropertiesId

public java.lang.Integer getRolePropertiesId()
Specified by:
getRolePropertiesId in interface RoleProperties

setRolePropertiesId

public void setRolePropertiesId(java.lang.Integer rolePropertiesId)
Specified by:
setRolePropertiesId in interface RoleProperties

getValue

public java.lang.String getValue()
Specified by:
getValue in interface RoleProperties

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface RoleProperties

getRoleName

public java.lang.String getRoleName()
Specified by:
getRoleName in interface RoleProperties

setRoleName

public void setRoleName(java.lang.String roleName)
Specified by:
setRoleName in interface RoleProperties

getContentTypeDefinition

public ContentTypeDefinition getContentTypeDefinition()
Specified by:
getContentTypeDefinition in interface RoleProperties

setContentTypeDefinition

public void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
Specified by:
setContentTypeDefinition in interface RoleProperties

getLanguage

public Language getLanguage()
Specified by:
getLanguage in interface RoleProperties

setLanguage

public void setLanguage(Language language)
Specified by:
setLanguage in interface RoleProperties

getDigitalAssets

public java.util.Collection getDigitalAssets()
Specified by:
getDigitalAssets in interface RoleProperties

setDigitalAssets

public void setDigitalAssets(java.util.Collection digitalAssets)
Specified by:
setDigitalAssets in interface RoleProperties


Copyright © 2005 InfoGlue.org All Rights Reserved.