org.infoglue.cms.entities.management
Interface CastorProperty
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- InfoGlueProperty
public interface CastorProperty
- extends IBaseEntity
This class represents a Property entry which has a name and a value.
All applications that wants to have properties in their systems can inherit this class
and solve the persistence handling there.
- Author:
- Mattias Bogeblad
getId
java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
setId
void setId(java.lang.Integer id)
getNameSpace
java.lang.String getNameSpace()
setNameSpace
void setNameSpace(java.lang.String nameSpace)
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getValue
java.lang.String getValue()
setValue
void setValue(java.lang.String value)
getComment
java.lang.String getComment()
setComment
void setComment(java.lang.String comment)
Copyright © 2005 InfoGlue.org All Rights Reserved.