Class Parameter
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
-
- com.priint.pubserver.comet.bridge.entitydata.Parameter
-
- All Implemented Interfaces:
java.io.Serializable
public class Parameter extends Comet3EntityData
Java class for the Comet3 Parameter type.
This type is used for e.g. table select scripts.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParameter.ParameterAttributeAttributes 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 classParameter.ParameterTypeThe enum Parameter type.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUCKETREFThe constant BUCKETREF.static java.lang.StringCHECKOBOXThe constant CHECKOBOX.static java.lang.StringCOMBOBOXThe constant COMBOBOX.static java.lang.StringCORDREFThe constant CORDREF.static java.lang.StringKEYVALUEREFThe constant KEYVALUEREF.static java.lang.StringMEDIAASSETREFThe constant MEDIAASSETREF.static java.lang.StringPRICEREFThe constant PRICEREF.static java.lang.StringTEXTFIELDThe constant TEXTFIELD.static java.lang.StringTEXTREFThe constant TEXTREF.static java.lang.StringTYPE_KEYThe constant TYPE_KEY.
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comet3Attribute[]getAttributes()Get attributes comet 3 attribute [ ].java.lang.StringgetContent()Gets content.intgetFieldCount()Gets field count.intgetId()Gets id.java.lang.StringgetIdentifier()Gets identifier.java.lang.StringgetLabel()Gets label.intgetType()Gets type.java.lang.StringgetValue1()Gets value 1.java.lang.StringgetValue2()Gets value 2.java.lang.StringgetValue3()Gets value 3.voidsetContent(java.lang.String content)Sets content.voidsetFieldCount(int fieldCount)Sets field count.voidsetId(int id)Sets id.voidsetIdentifier(java.lang.String value)Sets identifier.voidsetLabel(java.lang.String label)Sets label.voidsetType(int type)Sets type.voidsetValue1(java.lang.String value1)Sets value 1.voidsetValue2(java.lang.String value2)Sets value 2.voidsetValue3(java.lang.String value3)Sets value 3.java.lang.StringtoString()-
Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
-
-
-
Field Detail
-
TYPE_KEY
public static final java.lang.String TYPE_KEY
The constant TYPE_KEY.- See Also:
- Constant Field Values
-
TEXTFIELD
public static final java.lang.String TEXTFIELD
The constant TEXTFIELD.- See Also:
- Constant Field Values
-
COMBOBOX
public static final java.lang.String COMBOBOX
The constant COMBOBOX.- See Also:
- Constant Field Values
-
CHECKOBOX
public static final java.lang.String CHECKOBOX
The constant CHECKOBOX.- See Also:
- Constant Field Values
-
BUCKETREF
public static final java.lang.String BUCKETREF
The constant BUCKETREF.- See Also:
- Constant Field Values
-
CORDREF
public static final java.lang.String CORDREF
The constant CORDREF.- See Also:
- Constant Field Values
-
TEXTREF
public static final java.lang.String TEXTREF
The constant TEXTREF.- See Also:
- Constant Field Values
-
MEDIAASSETREF
public static final java.lang.String MEDIAASSETREF
The constant MEDIAASSETREF.- See Also:
- Constant Field Values
-
PRICEREF
public static final java.lang.String PRICEREF
The constant PRICEREF.- See Also:
- Constant Field Values
-
KEYVALUEREF
public static final java.lang.String KEYVALUEREF
The constant KEYVALUEREF.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttributes
public Comet3Attribute[] 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
public java.lang.String getIdentifier()
Gets identifier.- Returns:
- the identifier
-
setIdentifier
public void setIdentifier(java.lang.String value)
Sets identifier.- Parameters:
value- the value
-
getLabel
public java.lang.String getLabel()
Gets label.- Returns:
- the label
-
setLabel
public void setLabel(java.lang.String label)
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
public java.lang.String getValue1()
Gets value 1.- Returns:
- the value 1
-
setValue1
public void setValue1(java.lang.String value1)
Sets value 1.- Parameters:
value1- the value 1
-
getValue2
public java.lang.String getValue2()
Gets value 2.- Returns:
- the value 2
-
setValue2
public void setValue2(java.lang.String value2)
Sets value 2.- Parameters:
value2- the value 2
-
getValue3
public java.lang.String getValue3()
Gets value 3.- Returns:
- the value 3
-
setValue3
public void setValue3(java.lang.String value3)
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
public java.lang.String getContent()
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
public void setContent(java.lang.String content)
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-