Class KeyValue
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.KeyValue
- All Implemented Interfaces:
Serializable
Java class for the Comet3 KeyValue type.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAttributes for the Comet3 KeyValue type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet attributes comet 3 attribute [ ].Gets content.getKey()Gets key.getValue()Gets value.voidsetContent(String content) Sets content.voidSets key.voidSets value.toString()Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
Constructor Details
-
KeyValue
public KeyValue()Instantiates a new Key value. -
KeyValue
Instantiates a new Key value.- Parameters:
key- the keyvalue- the value
-
KeyValue
Instantiates a new Key value.- Parameters:
key- the keyvalue- the value
-
-
Method Details
-
getAttributes
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- Returns:
- the comet 3 attribute [ ]
-
getKey
Gets key.- Returns:
- the key
-
setKey
Sets key.- Parameters:
key- the key
-
getValue
Gets value.- Returns:
- the value
-
setValue
Sets value.- Parameters:
value- the value
-
getContent
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-
toString
-