Class CometFindStatement
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.statement.CometStatement
-
- com.priint.pubserver.comet.entity.statement.CometScript
-
- com.priint.pubserver.comet.entity.xdraft.CometFindStatement
-
- All Implemented Interfaces:
java.io.Serializable
public class CometFindStatement extends CometScript
Java class for the Find Statement configuration type
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCometFindStatement.SourcefileThe Class Sourcefile.-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.statement.CometScript
CometScript.FrontRowLink
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description CometFindStatement()Instantiates a new comet find statement.CometFindStatement(int id, java.lang.String name)Instantiates a new comet find statement.CometFindStatement(int id, java.lang.String name, Statement.StatementDescriptor type)Instantiates a new comet find statement.CometFindStatement(Statement.StatementDescriptor type)Instantiates a new comet find statement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetCanDelete()Gets the can delete.java.lang.StringgetLabel1()Gets the label 1.java.lang.StringgetLabel2()Gets the label 2.java.lang.StringgetLabel3()Gets the label 3.java.lang.StringgetLabel4()Gets the label 4.java.lang.StringgetSource()Gets the source.java.util.List<CometFindStatement.Sourcefile>getSourcefiles()Gets the sourcefiles.java.lang.IntegergetUserId()Gets the user id.java.lang.StringgetValue1()Gets the value 1.java.lang.StringgetValue2()Gets the value 2.java.lang.StringgetValue3()Gets the value 3.java.lang.StringgetValue4()Gets the value 4.voidsetCanDelete(java.lang.Boolean canDelete)Sets the can delete.voidsetLabel1(java.lang.String label1)Sets the label 1.voidsetLabel2(java.lang.String label2)Sets the label 2.voidsetLabel3(java.lang.String label3)Sets the label 3.voidsetLabel4(java.lang.String label4)Sets the label 4.voidsetSource(java.lang.String source)Sets the source.voidsetSourcefiles(java.util.List<CometFindStatement.Sourcefile> sourcefiles)Sets the sourcefiles.voidsetUserId(java.lang.Integer userId)Sets the user id.voidsetValue1(java.lang.String value1)Sets the value 1.voidsetValue2(java.lang.String value2)Sets the value 2.voidsetValue3(java.lang.String value3)Sets the value 3.voidsetValue4(java.lang.String value4)Sets the value 4.-
Methods inherited from class com.priint.pubserver.comet.entity.statement.CometScript
getFrontRowLink, getHierarchy, getInput, getOutput, getScriptEnvironment, getShortcut, getStatement, getTag, isAction, isActive, setActive, setFrontRowLink, setHierarchy, setInput, setOutput, setShortcut, setStatement, setTag
-
Methods inherited from class com.priint.pubserver.comet.entity.statement.CometStatement
getDescription, getEntityId, getLabel, getSequence, getTypeIdentifier, setDescription, setEntityId, setLabel, setSequence, setTypeIdentifier
-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
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 idname- the name
-
CometFindStatement
public CometFindStatement(int id, java.lang.String name, Statement.StatementDescriptor type)Instantiates a new comet find statement.- Parameters:
id- the idname- the nametype- 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
-
getSourcefiles
public java.util.List<CometFindStatement.Sourcefile> getSourcefiles()
Gets the sourcefiles.- Returns:
- the sourcefiles
-
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
-
-