Class Parameter
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.Parameter
- All Implemented Interfaces:
Serializable
Java class for the Comet3 Parameter type.
This type is used for e.g. table select scripts.
This type is used for e.g. table select scripts.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAttributes for the Comet3 Parameter 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.static enumThe enum Parameter type. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe constant BUCKETREF.static final StringThe constant CHECKOBOX.static final StringThe constant COMBOBOX.static final StringThe constant CORDREF.static final StringThe constant KEYVALUEREF.static final StringThe constant MEDIAASSETREF.static final StringThe constant PRICEREF.static final StringThe constant TEXTFIELD.static final StringThe constant TEXTREF.static final StringThe constant TYPE_KEY. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet attributes comet 3 attribute [ ].Gets content.intGets field count.intgetId()Gets id.Gets identifier.getLabel()Gets label.intgetType()Gets type.Gets value 1.Gets value 2.Gets value 3.voidsetContent(String content) Sets content.voidsetFieldCount(int fieldCount) Sets field count.voidsetId(int id) Sets id.voidsetIdentifier(String value) Sets identifier.voidSets label.voidsetType(int type) Sets type.voidSets value 1.voidSets value 2.voidSets value 3.toString()Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
Field Details
-
TYPE_KEY
The constant TYPE_KEY.- See Also:
-
TEXTFIELD
The constant TEXTFIELD.- See Also:
-
COMBOBOX
The constant COMBOBOX.- See Also:
-
CHECKOBOX
The constant CHECKOBOX.- See Also:
-
BUCKETREF
The constant BUCKETREF.- See Also:
-
CORDREF
The constant CORDREF.- See Also:
-
TEXTREF
The constant TEXTREF.- See Also:
-
MEDIAASSETREF
The constant MEDIAASSETREF.- See Also:
-
PRICEREF
The constant PRICEREF.- See Also:
-
KEYVALUEREF
The constant KEYVALUEREF.- See Also:
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getAttributes
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- Returns:
- the comet 3 attribute [ ]
-
getId
public int getId()Gets id.- Returns:
- the id
-
setId
public void setId(int id) Sets id.- Parameters:
id- the id
-
getIdentifier
Gets identifier.- Returns:
- the identifier
-
setIdentifier
Sets identifier.- Parameters:
value- the value
-
getLabel
Gets label.- Returns:
- the label
-
setLabel
Sets label.- Parameters:
label- the label
-
getType
public int getType()Gets type.- Returns:
- the type
-
setType
public void setType(int type) Sets type.- Parameters:
type- the type
-
getValue1
Gets value 1.- Returns:
- the value 1
-
setValue1
Sets value 1.- Parameters:
value1- the value 1
-
getValue2
Gets value 2.- Returns:
- the value 2
-
setValue2
Sets value 2.- Parameters:
value2- the value 2
-
getValue3
Gets value 3.- Returns:
- the value 3
-
setValue3
Sets value 3.- Parameters:
value3- the value 3
-
getFieldCount
public int getFieldCount()Gets field count.- Returns:
- the field count
-
setFieldCount
public void setFieldCount(int fieldCount) Sets field count.- Parameters:
fieldCount- the field count
-
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
-