Class Comet3EntityData
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Element,KeyValue,Parameter,Planning,Preview,Product,Publication,PublicationType,RecordId,SimpleString,StringList,WorkflowStatus
public abstract class Comet3EntityData extends java.lang.Object implements java.io.SerializableThe type Comet 3 entity data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Comet3EntityData()Instantiates a new Comet 3 entity data.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget(Comet3Attribute attr)Get string.java.lang.ObjectgetAsObject(Comet3Attribute attr)Gets as object.abstract Comet3Attribute[]getAttributes()Get attributes comet 3 attribute [ ].abstract java.lang.StringgetContent()Gets content.voidset(Comet3Attribute attr, java.lang.String value)Set.voidsetAsObject(Comet3Attribute attr, java.lang.Object value)Sets as object.abstract voidsetContent(java.lang.String content)Sets content.java.util.List<java.lang.String>toStringList()To string list list.
-
-
-
Method Detail
-
getAttributes
public abstract Comet3Attribute[] getAttributes()
Get attributes comet 3 attribute [ ].- Returns:
- the comet 3 attribute [ ]
-
getContent
public abstract java.lang.String getContent()
Gets content.- Returns:
- the content
-
setContent
public abstract void setContent(java.lang.String content)
Sets content.- Parameters:
content- the content
-
set
public void set(Comet3Attribute attr, java.lang.String value)
Set.- Parameters:
attr- the attrvalue- the value
-
get
public java.lang.String get(Comet3Attribute attr)
Get string.- Parameters:
attr- the attr- Returns:
- the string
-
getAsObject
public java.lang.Object getAsObject(Comet3Attribute attr)
Gets as object.- Parameters:
attr- the attr- Returns:
- the as object
-
setAsObject
public void setAsObject(Comet3Attribute attr, java.lang.Object value)
Sets as object.- Parameters:
attr- the attrvalue- the value
-
toStringList
public java.util.List<java.lang.String> toStringList()
To string list list.- Returns:
- the list
-
-