Class Comet3EntityData

java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Element, KeyValue, Parameter, Planning, Preview, Product, Publication, PublicationType, RecordId, SimpleString, StringList, WorkflowStatus

public abstract class Comet3EntityData extends Object implements Serializable
The type Comet 3 entity data.
See Also:
  • Constructor Details

    • Comet3EntityData

      public Comet3EntityData()
      Instantiates a new Comet 3 entity data.
  • Method Details

    • getAttributes

      public abstract Comet3Attribute[] getAttributes()
      Get attributes comet 3 attribute [ ].
      Returns:
      the comet 3 attribute [ ]
    • getContent

      public abstract String getContent()
      Gets content.
      Returns:
      the content
    • setContent

      public abstract void setContent(String content)
      Sets content.
      Parameters:
      content - the content
    • set

      public void set(Comet3Attribute attr, String value)
      Set.
      Parameters:
      attr - the attr
      value - the value
    • get

      public String get(Comet3Attribute attr)
      Get string.
      Parameters:
      attr - the attr
      Returns:
      the string
    • getAsObject

      public Object getAsObject(Comet3Attribute attr)
      Gets as object.
      Parameters:
      attr - the attr
      Returns:
      the as object
    • setAsObject

      public void setAsObject(Comet3Attribute attr, Object value)
      Sets as object.
      Parameters:
      attr - the attr
      value - the value
    • toStringList

      public List<String> toStringList()
      To string list list.
      Returns:
      the list