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

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

public class UserPropertiesImpl
extends java.lang.Object
implements UserProperties


Constructor Summary
UserPropertiesImpl()
           
 
Method Summary
 ContentTypeDefinition getContentTypeDefinition()
           
 java.util.Collection getDigitalAssets()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 Language getLanguage()
           
 java.lang.String getUserName()
           
 java.lang.Integer getUserPropertiesId()
           
 java.lang.String getValue()
           
 UserPropertiesVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setContentTypeDefinition(ContentTypeDefinition contentTypeDefinition)
           
 void setDigitalAssets(java.util.Collection digitalAssets)
           
 void setLanguage(Language language)
           
 void setUserName(java.lang.String userName)
           
 void setUserPropertiesId(java.lang.Integer userPropertiesId)
           
 void setValue(java.lang.String value)
           
 void setValueObject(UserPropertiesVO 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

UserPropertiesImpl

public UserPropertiesImpl()
Method Detail

getId

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

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

setValueObject

public void setValueObject(UserPropertiesVO valueObject)
Specified by:
setValueObject in interface UserProperties

getVO

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

setVO

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

getUserPropertiesId

public java.lang.Integer getUserPropertiesId()
Specified by:
getUserPropertiesId in interface UserProperties

setUserPropertiesId

public void setUserPropertiesId(java.lang.Integer userPropertiesId)
Specified by:
setUserPropertiesId in interface UserProperties

getValue

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

setValue

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

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface UserProperties

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface UserProperties

getContentTypeDefinition

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

setContentTypeDefinition

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

getLanguage

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

setLanguage

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

getDigitalAssets

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

setDigitalAssets

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


Copyright © 2005 InfoGlue.org All Rights Reserved.