Class CometTemplate.Record
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.template.CometTemplate.Record
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometTemplate
@CometTypeConstraints(calculateIds=false, referenceBinding=NONE) public static class CometTemplate.Record extends CometEntity
The Class Record.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId2()Gets the id 2.intgetId3()Gets the id 3.java.lang.StringgetStringid()Gets the stringid.voidsetId2(int id2)Sets the id 2.voidsetId3(int id3)Sets the id 3.voidsetStringid(java.lang.String stringid)Sets the stringid.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getId2
public int getId2()
Gets the id 2.- Returns:
- the id 2
-
getId3
public int getId3()
Gets the id 3.- Returns:
- the id 3
-
getStringid
public java.lang.String getStringid()
Gets the stringid.- Returns:
- the stringid
-
setId2
public void setId2(int id2)
Sets the id 2.- Parameters:
id2- the new id 2
-
setId3
public void setId3(int id3)
Sets the id 3.- Parameters:
id3- the new id 3
-
setStringid
public void setStringid(java.lang.String stringid)
Sets the stringid.- Parameters:
stringid- the new stringid
-
-