Class CometFindStatement

  • All Implemented Interfaces:
    java.io.Serializable

    public class CometFindStatement
    extends CometScript

    Java class for the Find Statement configuration type

    .
    See Also:
    Serialized Form
    • Constructor Detail

      • 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,
                                  java.lang.String name)
        Instantiates a new comet find statement.
        Parameters:
        id - the id
        name - the name
      • CometFindStatement

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

      • getLabel1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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