org.infoglue.cms.entities.management
Class InfoGlueProperty
java.lang.Object
org.infoglue.cms.entities.management.InfoGlueProperty
- All Implemented Interfaces:
- IBaseEntity, CastorProperty
public class InfoGlueProperty
- extends java.lang.Object
- implements CastorProperty
This class represents an implementation of a property.
- Author:
- Mattias Bogeblad
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfoGlueProperty
public InfoGlueProperty()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface CastorProperty
- Returns:
- long
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in interface CastorProperty
getNameSpace
public java.lang.String getNameSpace()
- Specified by:
getNameSpace in interface CastorProperty
- Returns:
- String
setNameSpace
public void setNameSpace(java.lang.String nameSpace)
- Specified by:
setNameSpace in interface CastorProperty
getName
public java.lang.String getName()
- Specified by:
getName in interface CastorProperty
- Returns:
- String
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface CastorProperty
getValue
public java.lang.String getValue()
- Specified by:
getValue in interface CastorProperty
- Returns:
- String
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue in interface CastorProperty
getComment
public java.lang.String getComment()
- Specified by:
getComment in interface CastorProperty
setComment
public void setComment(java.lang.String comment)
- Specified by:
setComment in interface CastorProperty
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
Copyright © 2005 InfoGlue.org All Rights Reserved.