java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.Parameter
All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • getAttributes

      public Comet3Attribute[] getAttributes()
      Description copied from class: Comet3EntityData
      Get attributes comet 3 attribute [ ].
      Specified by:
      getAttributes in class Comet3EntityData
      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 String getIdentifier()
      Gets identifier.
      Returns:
      the identifier
    • setIdentifier

      public void setIdentifier(String value)
      Sets identifier.
      Parameters:
      value - the value
    • getLabel

      public String getLabel()
      Gets label.
      Returns:
      the label
    • setLabel

      public void setLabel(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 String getValue1()
      Gets value 1.
      Returns:
      the value 1
    • setValue1

      public void setValue1(String value1)
      Sets value 1.
      Parameters:
      value1 - the value 1
    • getValue2

      public String getValue2()
      Gets value 2.
      Returns:
      the value 2
    • setValue2

      public void setValue2(String value2)
      Sets value 2.
      Parameters:
      value2 - the value 2
    • getValue3

      public String getValue3()
      Gets value 3.
      Returns:
      the value 3
    • setValue3

      public void setValue3(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 String getContent()
      Description copied from class: Comet3EntityData
      Gets content.
      Specified by:
      getContent in class Comet3EntityData
      Returns:
      the content
    • setContent

      public void setContent(String content)
      Description copied from class: Comet3EntityData
      Sets content.
      Specified by:
      setContent in class Comet3EntityData
      Parameters:
      content - the content
    • toString

      public String toString()
      Overrides:
      toString in class Object