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