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:
java.io.Serializable
- Direct Known Subclasses:
Grid,PageItem,PageTemplate
public class Template extends Comet3Entity
The type Template. For internal use only- See Also:
- Serialized Form
-
-
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, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometEntity item)Apply values to.booleanentityEquals(CometEntity other)Entity equals boolean.booleanentityEquals(java.lang.Object other)Entity equals boolean.java.lang.StringgetKind()Gets kind.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getKind
public java.lang.String getKind()
Gets kind.- Returns:
- the kind
-
applyValuesTo
public void applyValuesTo(CometEntity item)
Apply values to.- Parameters:
item- the item
-
entityEquals
public boolean entityEquals(CometEntity other)
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
public boolean entityEquals(java.lang.Object other)
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-
-