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:
Serializable
Java class for the Find Statement configuration type
.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Class Sourcefile.Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.statement.CometScript
CometScript.FrontRowLinkNested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested 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_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new comet find statement.CometFindStatement(int id, String name) Instantiates a new comet find statement.CometFindStatement(int id, String name, Statement.StatementDescriptor type) Instantiates a new comet find statement.Instantiates a new comet find statement. -
Method Summary
Modifier and TypeMethodDescriptionGets the can delete.Gets the label 1.Gets the label 2.Gets the label 3.Gets the label 4.Gets the source.Gets the sourcefiles.Gets the user id.Gets the value 1.Gets the value 2.Gets the value 3.Gets the value 4.voidsetCanDelete(Boolean canDelete) Sets the can delete.voidSets the label 1.voidSets the label 2.voidSets the label 3.voidSets the label 4.voidSets the source.voidsetSourcefiles(List<CometFindStatement.Sourcefile> sourcefiles) Sets the sourcefiles.voidSets the user id.voidSets the value 1.voidSets the value 2.voidSets the value 3.voidSets 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, setTagMethods inherited from class com.priint.pubserver.comet.entity.statement.CometStatement
getDescription, getEntityId, getLabel, getSequence, getTypeIdentifier, setDescription, setEntityId, setLabel, setSequence, setTypeIdentifierMethods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
CometFindStatement
public CometFindStatement()Instantiates a new comet find statement. -
CometFindStatement
Instantiates a new comet find statement.- Parameters:
type- the type
-
CometFindStatement
Instantiates a new comet find statement.- Parameters:
id- the idname- the name
-
CometFindStatement
Instantiates a new comet find statement.- Parameters:
id- the idname- the nametype- the type
-
-
Method Details
-
getLabel1
Gets the label 1.- Returns:
- the label 1
-
setLabel1
Sets the label 1.- Parameters:
label1- the new label 1
-
getLabel2
Gets the label 2.- Returns:
- the label 2
-
setLabel2
Sets the label 2.- Parameters:
label2- the new label 2
-
getLabel3
Gets the label 3.- Returns:
- the label 3
-
setLabel3
Sets the label 3.- Parameters:
label3- the new label 3
-
getLabel4
Gets the label 4.- Returns:
- the label 4
-
setLabel4
Sets the label 4.- Parameters:
label4- the new label 4
-
getValue1
Gets the value 1.- Returns:
- the value 1
-
setValue1
Sets the value 1.- Parameters:
value1- the new value 1
-
getValue2
Gets the value 2.- Returns:
- the value 2
-
setValue2
Sets the value 2.- Parameters:
value2- the new value 2
-
getValue3
Gets the value 3.- Returns:
- the value 3
-
setValue3
Sets the value 3.- Parameters:
value3- the new value 3
-
getValue4
Gets the value 4.- Returns:
- the value 4
-
setValue4
Sets the value 4.- Parameters:
value4- the new value 4
-
getSource
Gets the source.- Returns:
- the source
-
setSource
Sets the source.- Parameters:
source- the new source
-
getSourcefiles
Gets the sourcefiles.- Returns:
- the sourcefiles
-
setSourcefiles
Sets the sourcefiles.- Parameters:
sourcefiles- the new sourcefiles
-
getCanDelete
Gets the can delete.- Returns:
- the can delete
-
setCanDelete
Sets the can delete.- Parameters:
canDelete- the new can delete
-
getUserId
Gets the user id.- Returns:
- the user id
-
setUserId
Sets the user id.- Parameters:
userId- the new user id
-