Class Comet3Entity
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Action,BinaryData,Color,Common.Color,Common.Domain,Common.Placeholder,Common.Record,Common.State,Common.Type,Condition,ConditionMenue,DataFile,Domain,FindStatement,FindStatement.Sourcefile,FrameRule,FrameRule.Banner,FrameRule.Rule,Grid.Placeholder,Grid.Spread,Grid.Type,GridType,Message,PageItem.Spread,PageItemState,PageItemType,PageTemplate.BBox,PageTemplate.Id,PageTemplate.Template,PanelStatement,Placeholder,PlaceholderGroup,PlaceholderGroup.Placeholder,PlaceholderVariant,PreviewStatement,Project,RelatedTo,Template,XEntity,XIndex
public class Comet3Entity extends TaggingObject implements java.io.Serializable
Base type for all Comet configuration entities. 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 Modifier and Type Field Description protected intidThe Id.protected longtimestampThe Timestamp.-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Comet3Entity()Instantiates a new Comet 3 entity.Comet3Entity(int id)Instantiates a new Comet 3 entity.Comet3Entity(int id, long timestamp)Instantiates a new Comet 3 entity.Comet3Entity(CometEntity cometEntity)Instantiates a new Comet 3 entity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanentityEquals(Comet3Entity other)Entity equals boolean.booleanentityEquals(java.lang.Object other)Entity equals boolean.intgetId()Gets id.java.lang.LonggetLastModificationTimestamp()Gets last modification timestamp.java.lang.Stringinfo()Info string.voidpostprocess()Postprocess.voidsetId(int id)Sets id.voidsetLastModificationTimestamp(java.lang.Long timestamp)Sets last modification timestamp.-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Constructor Detail
-
Comet3Entity
public Comet3Entity(int id, long timestamp)Instantiates a new Comet 3 entity.- Parameters:
id- the idtimestamp- the timestamp
-
Comet3Entity
public Comet3Entity(int id)
Instantiates a new Comet 3 entity.- Parameters:
id- the id
-
Comet3Entity
public Comet3Entity()
Instantiates a new Comet 3 entity.
-
Comet3Entity
public Comet3Entity(CometEntity cometEntity)
Instantiates a new Comet 3 entity.- Parameters:
cometEntity- the comet entity
-
-
Method Detail
-
getId
public int getId()
Gets id.- Returns:
- the id
-
setId
public void setId(int id)
Sets id.- Parameters:
id- the id
-
getLastModificationTimestamp
public java.lang.Long getLastModificationTimestamp()
Gets last modification timestamp.- Returns:
- the last modification timestamp
-
setLastModificationTimestamp
public void setLastModificationTimestamp(java.lang.Long timestamp)
Sets last modification timestamp.- Parameters:
timestamp- the timestamp
-
entityEquals
public boolean entityEquals(Comet3Entity other)
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
public boolean entityEquals(java.lang.Object other)
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
info
public java.lang.String info()
Info string.- Returns:
- the string
-
postprocess
public void postprocess()
Postprocess.
-
-