Class Comet3Entity
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
- All Implemented Interfaces:
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
Base type for all Comet configuration entities. 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
FieldsModifier and TypeFieldDescriptionprotected intThe Id.protected longThe Timestamp.Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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
Modifier and TypeMethodDescriptionbooleanentityEquals(Comet3Entity other) Entity equals boolean.booleanentityEquals(Object other) Entity equals boolean.intgetId()Gets id.Gets last modification timestamp.info()Info string.voidPostprocess.voidsetId(int id) Sets id.voidsetLastModificationTimestamp(Long timestamp) Sets last modification timestamp.Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Field Details
-
id
protected int idThe Id. -
timestamp
protected long timestampThe Timestamp.
-
-
Constructor Details
-
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
Instantiates a new Comet 3 entity.- Parameters:
cometEntity- the comet entity
-
-
Method Details
-
getId
public int getId()Gets id.- Returns:
- the id
-
setId
public void setId(int id) Sets id.- Parameters:
id- the id
-
getLastModificationTimestamp
Gets last modification timestamp.- Returns:
- the last modification timestamp
-
setLastModificationTimestamp
Sets last modification timestamp.- Parameters:
timestamp- the timestamp
-
entityEquals
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
info
Info string.- Returns:
- the string
-
postprocess
public void postprocess()Postprocess.
-