Class FindStatement

  • All Implemented Interfaces:
    java.io.Serializable

    public class FindStatement
    extends Comet3Entity

    Java Interface for findstatement complex type. For internal use only

    The following schema fragments specify the expected content contained within this class.

    
     <complexType name="sourcefile">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
     <complexType name="sourcefiles">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="sourcefile" type="{http://comet.priint.com/configuration/entities/findstatement}sourcefile" minOccurs="0" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
     <complexType name="findstatement">
       <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="classid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="userid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="statement" 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="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="value1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="value2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="value3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="value4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="sourcefiles" type="{http://comet.priint.com/configuration/entities/findstatement}sourcefiles" minOccurs="1"/>
             <element name="candelete" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FindStatement

        public FindStatement()
        Instantiates a new Find statement.
      • FindStatement

        public FindStatement​(CometFindStatement stmt)
        Instantiates a new Find statement.
        Parameters:
        stmt - the stmt
      • FindStatement

        public FindStatement​(int id)
        Instantiates a new Find statement.
        Parameters:
        id - the id
    • Method Detail

      • 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
      • getClassId

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

        public void setClassId​(java.lang.Integer classId)
        Sets class id.
        Parameters:
        classId - the class id
      • getUserId

        public java.lang.Integer getUserId()
        Gets user id.
        Returns:
        the user id
      • setUserId

        public void setUserId​(java.lang.Integer userId)
        Sets user id.
        Parameters:
        userId - the user id
      • getStatement

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

        public void setStatement​(java.lang.String statement)
        Sets statement.
        Parameters:
        statement - the statement
      • 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
      • getSequenceNo

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

        public void setSequenceNo​(java.lang.Integer sequenceNo)
        Sets sequence no.
        Parameters:
        sequenceNo - the sequence no
      • getHasStringIds

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

        public void setHasStringIds​(java.lang.Integer hasStringIds)
        Sets has string ids.
        Parameters:
        hasStringIds - the has string ids
      • getLabel1

        public java.lang.String getLabel1()
        Gets label 1.
        Returns:
        the label 1
      • setLabel1

        public void setLabel1​(java.lang.String label1)
        Sets label 1.
        Parameters:
        label1 - the label 1
      • getLabel2

        public java.lang.String getLabel2()
        Gets label 2.
        Returns:
        the label 2
      • setLabel2

        public void setLabel2​(java.lang.String label2)
        Sets label 2.
        Parameters:
        label2 - the label 2
      • getLabel3

        public java.lang.String getLabel3()
        Gets label 3.
        Returns:
        the label 3
      • setLabel3

        public void setLabel3​(java.lang.String label3)
        Sets label 3.
        Parameters:
        label3 - the label 3
      • getLabel4

        public java.lang.String getLabel4()
        Gets label 4.
        Returns:
        the label 4
      • setLabel4

        public void setLabel4​(java.lang.String label4)
        Sets label 4.
        Parameters:
        label4 - the label 4
      • 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
      • getValue4

        public java.lang.String getValue4()
        Gets value 4.
        Returns:
        the value 4
      • setValue4

        public void setValue4​(java.lang.String value4)
        Sets value 4.
        Parameters:
        value4 - the value 4
      • getSource

        public java.lang.String getSource()
        Gets source.
        Returns:
        the source
      • setSource

        public void setSource​(java.lang.String source)
        Sets source.
        Parameters:
        source - the source
      • setSourcefiles

        public void setSourcefiles​(FindStatement.Sourcefiles sourcefiles)
        Sets sourcefiles.
        Parameters:
        sourcefiles - the sourcefiles
      • getCanDelete

        public java.lang.Integer getCanDelete()
        Gets can delete.
        Returns:
        the can delete
      • setCanDelete

        public void setCanDelete​(java.lang.Integer canDelete)
        Sets can delete.
        Parameters:
        canDelete - the can delete
      • getTimestamp

        public long getTimestamp()
        Gets timestamp.
        Returns:
        the timestamp
      • setTimestamp

        public void setTimestamp​(long timestamp)
        Sets timestamp.
        Parameters:
        timestamp - the timestamp
      • getMethodSignature

        public java.lang.String getMethodSignature()
        Gets method signature.
        Returns:
        the method signature
      • setMethodSignature

        public void setMethodSignature​(java.lang.String methodSignature)
        Sets method signature.
        Parameters:
        methodSignature - the method signature
      • 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​(java.lang.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​(CometFindStatement other)
        Entity equals boolean.
        Parameters:
        other - the other
        Returns:
        the boolean
      • applyValuesTo

        public void applyValuesTo​(CometFindStatement stmt)
        Apply values to.
        Parameters:
        stmt - the stmt