Class CometFindStatement

All Implemented Interfaces:
Serializable

public class CometFindStatement extends CometScript

Java class for the Find Statement configuration type

.
See Also:
  • Constructor Details

    • CometFindStatement

      public CometFindStatement()
      Instantiates a new comet find statement.
    • CometFindStatement

      public CometFindStatement(Statement.StatementDescriptor type)
      Instantiates a new comet find statement.
      Parameters:
      type - the type
    • CometFindStatement

      public CometFindStatement(int id, String name)
      Instantiates a new comet find statement.
      Parameters:
      id - the id
      name - the name
    • CometFindStatement

      public CometFindStatement(int id, String name, Statement.StatementDescriptor type)
      Instantiates a new comet find statement.
      Parameters:
      id - the id
      name - the name
      type - the type
  • Method Details

    • getLabel1

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

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

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

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

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

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

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

      public void setLabel4(String label4)
      Sets the label 4.
      Parameters:
      label4 - the new label 4
    • getValue1

      public String getValue1()
      Gets the value 1.
      Returns:
      the value 1
    • setValue1

      public void setValue1(String value1)
      Sets the value 1.
      Parameters:
      value1 - the new value 1
    • getValue2

      public String getValue2()
      Gets the value 2.
      Returns:
      the value 2
    • setValue2

      public void setValue2(String value2)
      Sets the value 2.
      Parameters:
      value2 - the new value 2
    • getValue3

      public String getValue3()
      Gets the value 3.
      Returns:
      the value 3
    • setValue3

      public void setValue3(String value3)
      Sets the value 3.
      Parameters:
      value3 - the new value 3
    • getValue4

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

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

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

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

      public List<CometFindStatement.Sourcefile> getSourcefiles()
      Gets the sourcefiles.
      Returns:
      the sourcefiles
    • setSourcefiles

      public void setSourcefiles(List<CometFindStatement.Sourcefile> sourcefiles)
      Sets the sourcefiles.
      Parameters:
      sourcefiles - the new sourcefiles
    • getCanDelete

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

      public void setCanDelete(Boolean canDelete)
      Sets the can delete.
      Parameters:
      canDelete - the new can delete
    • getUserId

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

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