Class FindStatement

All Implemented Interfaces:
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:
  • Constructor Details

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

    • getDescription

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

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

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

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

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

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

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

      public void setLabel(String label)
      Sets label.
      Parameters:
      label - the label
    • 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
    • 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
    • getLabel1

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

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

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

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

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

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

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

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

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

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

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

      public void setSource(String source)
      Sets source.
      Parameters:
      source - the source
    • getSourcefiles

      public FindStatement.Sourcefiles getSourcefiles()
      Gets sourcefiles.
      Returns:
      the sourcefiles
    • setSourcefiles

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

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

      public void setCanDelete(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 String getMethodSignature()
      Gets method signature.
      Returns:
      the method signature
    • setMethodSignature

      public void setMethodSignature(String methodSignature)
      Sets method signature.
      Parameters:
      methodSignature - the method signature
    • 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(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