Class PreviewStatement

All Implemented Interfaces:
Serializable

public class PreviewStatement extends Comet3Entity

Java Interface for previewstatement complex type. For internal use only

The following schema fragment specifies the expected content contained within this class.

 <complexType name="previewstatement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="classid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="needsselection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="hasButtonState" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="hasLinkScript" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="condition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="statement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="objectstatementid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="isdefault" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • PreviewStatement

      public PreviewStatement()
      Instantiates a new Preview statement.
    • PreviewStatement

      public PreviewStatement(CometPreviewStatement src)
      Instantiates a new Preview statement.
      Parameters:
      src - the src
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getClassId

      public Integer getClassId()
      Gets class id.
      Returns:
      the class id
    • setClassId

      public void setClassId(Integer classId)
      Sets class id.
      Parameters:
      classId - the class id
    • getDomain

      public String getDomain()
      Gets domain.
      Returns:
      the domain
    • setDomain

      public void setDomain(String domain)
      Sets domain.
      Parameters:
      domain - the domain
    • getHasStringIds

      public Integer getHasStringIds()
      Gets has string ids.
      Returns:
      the has string ids
    • setHasStringIds

      public void setHasStringIds(Integer hasStringIds)
      Sets has string ids.
      Parameters:
      hasStringIds - the has string ids
    • getNeedsSelection

      public Integer getNeedsSelection()
      Gets needs selection.
      Returns:
      the needs selection
    • setNeedsSelection

      public void setNeedsSelection(Integer needsSelection)
      Sets needs selection.
      Parameters:
      needsSelection - the needs selection
    • getHasButtonState

      public Integer getHasButtonState()
      Gets has button state.
      Returns:
      the has button state
    • setHasButtonState

      public void setHasButtonState(Integer hasButtonState)
      Sets has button state.
      Parameters:
      hasButtonState - the has button state
    • getHasLinkScript

      public Integer getHasLinkScript()
      Gets has link script.
      Returns:
      the has link script
    • setHasLinkScript

      public void setHasLinkScript(Integer hasLinkScript)
      Sets has link script.
      Parameters:
      hasLinkScript - the has link script
    • getCondition

      public String getCondition()
      Gets condition.
      Returns:
      the condition
    • setCondition

      public void setCondition(String condition)
      Sets condition.
      Parameters:
      condition - the condition
    • getStatement

      public String getStatement()
      Gets statement.
      Returns:
      the statement
    • setStatement

      public void setStatement(String statement)
      Sets statement.
      Parameters:
      statement - the statement
    • getObjectStatementId

      public Integer getObjectStatementId()
      Gets object statement id.
      Returns:
      the object statement id
    • setObjectStatementId

      public void setObjectStatementId(Integer objectStatementId)
      Sets object statement id.
      Parameters:
      objectStatementId - the object statement id
    • getSequenceNo

      public Integer getSequenceNo()
      Gets sequence no.
      Returns:
      the sequence no
    • setSequenceNo

      public void setSequenceNo(Integer sequenceNo)
      Sets sequence no.
      Parameters:
      sequenceNo - the sequence no
    • getIsDefault

      public Integer getIsDefault()
      Gets is default.
      Returns:
      the is default
    • setIsDefault

      public void setIsDefault(Integer isDefault)
      Sets is default.
      Parameters:
      isDefault - the is default
    • getId

      public int getId()
      Description copied from class: Comet3Entity
      Gets id.
      Overrides:
      getId in class Comet3Entity
      Returns:
      the id
    • setId

      public void setId(int id)
      Description copied from class: Comet3Entity
      Sets id.
      Overrides:
      setId in class Comet3Entity
      Parameters:
      id - the id
    • entityEquals

      public boolean entityEquals(Object other)
      Description copied from class: Comet3Entity
      Entity equals boolean.
      Overrides:
      entityEquals in class Comet3Entity
      Parameters:
      other - the other
      Returns:
      the boolean
    • entityEquals

      public boolean entityEquals(CometPreviewStatement other)
      Entity equals boolean.
      Parameters:
      other - the other
      Returns:
      the boolean
    • applyValuesTo

      public void applyValuesTo(CometPreviewStatement item)
      Apply values to.
      Parameters:
      item - the item