Class ConditionMenue

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • ConditionMenue

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

        public ConditionMenue​(int id,
                              long timestamp,
                              java.lang.String description,
                              java.lang.String label,
                              java.lang.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 Detail

      • 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 java.lang.String getDescription()
        Gets description.
        Returns:
        the description
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets description.
        Parameters:
        description - the description
      • 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
      • getKeyword

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

        public void setKeyword​(java.lang.String keyword)
        Sets keyword.
        Parameters:
        keyword - the keyword
      • setId

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