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
The type Comet 3 entity data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(Comet3Attribute attr) Get string.getAsObject(Comet3Attribute attr) Gets as object.abstract Comet3Attribute[]Get attributes comet 3 attribute [ ].abstract StringGets content.voidset(Comet3Attribute attr, String value) Set.voidsetAsObject(Comet3Attribute attr, Object value) Sets as object.abstract voidsetContent(String content) Sets content.To string list list.
-
Constructor Details
-
Comet3EntityData
public Comet3EntityData()Instantiates a new Comet 3 entity data.
-
-
Method Details
-
getAttributes
Get attributes comet 3 attribute [ ].- Returns:
- the comet 3 attribute [ ]
-
getContent
Gets content.- Returns:
- the content
-
setContent
Sets content.- Parameters:
content- the content
-
set
Set.- Parameters:
attr- the attrvalue- the value
-
get
Get string.- Parameters:
attr- the attr- Returns:
- the string
-
getAsObject
Gets as object.- Parameters:
attr- the attr- Returns:
- the as object
-
setAsObject
Sets as object.- Parameters:
attr- the attrvalue- the value
-
toStringList
To string list list.- Returns:
- the list
-