Class ConditionMenue

All Implemented Interfaces:
Serializable

public class ConditionMenue extends Comet3Entity

Java Interface for conditionmenue complex type. For internal use only

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

 <complexType name="conditionmenue">
   <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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="keyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • ConditionMenue

      public ConditionMenue()
      Instantiates a new Condition menue.
    • ConditionMenue

      public ConditionMenue(int id, long timestamp, String description, String label, String keyword)
      Instantiates a new Condition menue.
      Parameters:
      id - the id
      timestamp - the timestamp
      description - the description
      label - the label
      keyword - the keyword
    • ConditionMenue

      public ConditionMenue(CometConditionMenue src)
      Instantiates a new Condition menue.
      Parameters:
      src - the src
    • ConditionMenue

      public ConditionMenue(int i)
      Instantiates a new Condition menue.
      Parameters:
      i - the
  • Method Details

    • applyValuesTo

      public void applyValuesTo(CometConditionMenue stmt)
      Apply values to.
      Parameters:
      stmt - the stmt
    • entityEquals

      public boolean entityEquals(CometConditionMenue item)
      Entity equals boolean.
      Parameters:
      item - the item
      Returns:
      the boolean
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • getLabel

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

      public void setLabel(String label)
      Sets label.
      Parameters:
      label - the label
    • getKeyword

      public String getKeyword()
      Gets keyword.
      Returns:
      the keyword
    • setKeyword

      public void setKeyword(String keyword)
      Sets keyword.
      Parameters:
      keyword - the keyword
    • 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