org.infoglue.cms.entities.management
Interface GroupProperties
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- GroupPropertiesImpl
- public interface GroupProperties
- extends IBaseEntity
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
getValueObject
public GroupPropertiesVO getValueObject()
setValueObject
public void setValueObject(GroupPropertiesVO valueObject)
getGroupPropertiesId
public java.lang.Integer getGroupPropertiesId()
setGroupPropertiesId
public void setGroupPropertiesId(java.lang.Integer groupPropertiesId)
getGroupName
public java.lang.String getGroupName()
setGroupName
public void setGroupName(java.lang.String groupName)
getContentTypeDefinition
public ContentTypeDefinition getContentTypeDefinition()
setContentTypeDefinition
public void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
getLanguage
public Language getLanguage()
setLanguage
public void setLanguage(Language language)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getDigitalAssets
public java.util.Collection getDigitalAssets()
setDigitalAssets
public void setDigitalAssets(java.util.Collection digitalAssets)