org.infoglue.cms.entities.management
Class InfoGlueProperty

java.lang.Object
  extended by 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

Constructor Summary
InfoGlueProperty()
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.String getName()
           
 java.lang.String getNameSpace()
           
 java.lang.String getValue()
           
 BaseEntityVO getVO()
           
 void setComment(java.lang.String comment)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setNameSpace(java.lang.String nameSpace)
           
 void setValue(java.lang.String value)
           
 void setVO(BaseEntityVO valueObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoGlueProperty

public InfoGlueProperty()
Method Detail

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.