Class FindStatement
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.FindStatement
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Sourcefile.static classThe type Sourcefiles.Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Find statement.FindStatement(int id) Instantiates a new Find statement.Instantiates a new Find statement. -
Method Summary
Modifier and TypeMethodDescriptionvoidApply values to.booleanentityEquals(CometFindStatement other) Entity equals boolean.booleanentityEquals(Object other) Entity equals boolean.Gets can delete.Gets class id.Gets description.Gets has string ids.intgetId()Gets id.getLabel()Gets label.Gets label 1.Gets label 2.Gets label 3.Gets label 4.Gets method signature.Gets sequence no.Gets source.Gets sourcefiles.Gets statement.longGets timestamp.Gets user id.Gets value 1.Gets value 2.Gets value 3.Gets value 4.voidsetCanDelete(Integer canDelete) Sets can delete.voidsetClassId(Integer classId) Sets class id.voidsetDescription(String description) Sets description.voidsetHasStringIds(Integer hasStringIds) Sets has string ids.voidsetId(int id) Sets id.voidSets label.voidSets label 1.voidSets label 2.voidSets label 3.voidSets label 4.voidsetMethodSignature(String methodSignature) Sets method signature.voidsetSequenceNo(Integer sequenceNo) Sets sequence no.voidSets source.voidsetSourcefiles(FindStatement.Sourcefiles sourcefiles) Sets sourcefiles.voidsetStatement(String statement) Sets statement.voidsetTimestamp(long timestamp) Sets timestamp.voidSets user id.voidSets value 1.voidSets value 2.voidSets value 3.voidSets value 4.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
FindStatement
public FindStatement()Instantiates a new Find statement. -
FindStatement
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
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the description
-
getClassId
Gets class id.- Returns:
- the class id
-
setClassId
Sets class id.- Parameters:
classId- the class id
-
getUserId
Gets user id.- Returns:
- the user id
-
setUserId
Sets user id.- Parameters:
userId- the user id
-
getStatement
Gets statement.- Returns:
- the statement
-
setStatement
Sets statement.- Parameters:
statement- the statement
-
getLabel
Gets label.- Returns:
- the label
-
setLabel
Sets label.- Parameters:
label- the label
-
getSequenceNo
Gets sequence no.- Returns:
- the sequence no
-
setSequenceNo
Sets sequence no.- Parameters:
sequenceNo- the sequence no
-
getHasStringIds
Gets has string ids.- Returns:
- the has string ids
-
setHasStringIds
Sets has string ids.- Parameters:
hasStringIds- the has string ids
-
getLabel1
Gets label 1.- Returns:
- the label 1
-
setLabel1
Sets label 1.- Parameters:
label1- the label 1
-
getLabel2
Gets label 2.- Returns:
- the label 2
-
setLabel2
Sets label 2.- Parameters:
label2- the label 2
-
getLabel3
Gets label 3.- Returns:
- the label 3
-
setLabel3
Sets label 3.- Parameters:
label3- the label 3
-
getLabel4
Gets label 4.- Returns:
- the label 4
-
setLabel4
Sets label 4.- Parameters:
label4- the label 4
-
getValue1
Gets value 1.- Returns:
- the value 1
-
setValue1
Sets value 1.- Parameters:
value1- the value 1
-
getValue2
Gets value 2.- Returns:
- the value 2
-
setValue2
Sets value 2.- Parameters:
value2- the value 2
-
getValue3
Gets value 3.- Returns:
- the value 3
-
setValue3
Sets value 3.- Parameters:
value3- the value 3
-
getValue4
Gets value 4.- Returns:
- the value 4
-
setValue4
Sets value 4.- Parameters:
value4- the value 4
-
getSource
Gets source.- Returns:
- the source
-
setSource
Sets source.- Parameters:
source- the source
-
getSourcefiles
Gets sourcefiles.- Returns:
- the sourcefiles
-
setSourcefiles
Sets sourcefiles.- Parameters:
sourcefiles- the sourcefiles
-
getCanDelete
Gets can delete.- Returns:
- the can delete
-
setCanDelete
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
Gets method signature.- Returns:
- the method signature
-
setMethodSignature
Sets method signature.- Parameters:
methodSignature- the method signature
-
getId
public int getId()Description copied from class:Comet3EntityGets id.- Overrides:
getIdin classComet3Entity- Returns:
- the id
-
setId
public void setId(int id) Description copied from class:Comet3EntitySets id.- Overrides:
setIdin classComet3Entity- Parameters:
id- the id
-
entityEquals
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
applyValuesTo
Apply values to.- Parameters:
stmt- the stmt
-