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

java.lang.Object
  |
  +--org.infoglue.cms.entities.management.impl.simple.GroupPropertiesImpl
All Implemented Interfaces:
GroupProperties, IBaseEntity

public class GroupPropertiesImpl
extends java.lang.Object
implements GroupProperties


Constructor Summary
GroupPropertiesImpl()
           
 
Method Summary
 ContentTypeDefinition getContentTypeDefinition()
           
 java.util.Collection getDigitalAssets()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getGroupPropertiesId()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 Language getLanguage()
           
 java.lang.String getValue()
           
 GroupPropertiesVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
           
 void setDigitalAssets(java.util.Collection digitalAssets)
           
 void setGroupName(java.lang.String groupName)
           
 void setGroupPropertiesId(java.lang.Integer groupPropertiesId)
           
 void setLanguage(Language language)
           
 void setValue(java.lang.String value)
           
 void setValueObject(GroupPropertiesVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupPropertiesImpl

public GroupPropertiesImpl()
Method Detail

getId

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

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

setValueObject

public void setValueObject(GroupPropertiesVO valueObject)
Specified by:
setValueObject in interface GroupProperties

getVO

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

setVO

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

getGroupPropertiesId

public java.lang.Integer getGroupPropertiesId()
Specified by:
getGroupPropertiesId in interface GroupProperties

setGroupPropertiesId

public void setGroupPropertiesId(java.lang.Integer groupPropertiesId)
Specified by:
setGroupPropertiesId in interface GroupProperties

getValue

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

setValue

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

getGroupName

public java.lang.String getGroupName()
Specified by:
getGroupName in interface GroupProperties

setGroupName

public void setGroupName(java.lang.String groupName)
Specified by:
setGroupName in interface GroupProperties

getContentTypeDefinition

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

setContentTypeDefinition

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

getLanguage

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

setLanguage

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

getDigitalAssets

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

setDigitalAssets

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