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

public class Comet3Entity extends TaggingObject implements Serializable

Base type for all Comet configuration entities. For internal use only.

See Also:
  • Field Details

    • id

      protected int id
      The Id.
    • timestamp

      protected long timestamp
      The Timestamp.
  • Constructor Details

    • Comet3Entity

      public Comet3Entity(int id, long timestamp)
      Instantiates a new Comet 3 entity.
      Parameters:
      id - the id
      timestamp - 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 Details

    • getId

      public int getId()
      Gets id.
      Returns:
      the id
    • setId

      public void setId(int id)
      Sets id.
      Parameters:
      id - the id
    • getLastModificationTimestamp

      public Long getLastModificationTimestamp()
      Gets last modification timestamp.
      Returns:
      the last modification timestamp
    • setLastModificationTimestamp

      public void setLastModificationTimestamp(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(Object other)
      Entity equals boolean.
      Parameters:
      other - the other
      Returns:
      the boolean
    • info

      public String info()
      Info string.
      Returns:
      the string
    • postprocess

      public void postprocess()
      Postprocess.