Class Template
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.Template
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Grid,PageItem,PageTemplate
The type Template. For internal use only
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyValuesTo(CometEntity item) Apply values to.booleanentityEquals(CometEntity other) Entity equals boolean.booleanentityEquals(Object other) Entity equals boolean.getKind()Gets kind.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Template
public Template()Instantiates a new Template. -
Template
public Template(int id, long timestamp) Instantiates a new Template.- Parameters:
id- the idtimestamp- the timestamp
-
Template
public Template(int id) Instantiates a new Template.- Parameters:
id- the id
-
-
Method Details
-
getKind
Gets kind.- Returns:
- the kind
-
applyValuesTo
Apply values to.- Parameters:
item- the item
-
entityEquals
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-