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:
Serializable
- Enclosing class:
- CometTemplate
@CometTypeConstraints(calculateIds=false,
referenceBinding=NONE)
public static class CometTemplate.Record
extends CometEntity
The Class Record.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested 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_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Record
public Record()Instantiates a new record. -
Record
Instantiates a new record.- Parameters:
id- the idid2- the id 2id3- the id 3stringid- the stringid
-
-
Method Details
-
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
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
Sets the stringid.- Parameters:
stringid- the new stringid
-