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:
java.io.Serializable
public class FindStatement extends Comet3Entity
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFindStatement.SourcefileThe type Sourcefile.static classFindStatement.SourcefilesThe 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, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description FindStatement()Instantiates a new Find statement.FindStatement(int id)Instantiates a new Find statement.FindStatement(CometFindStatement stmt)Instantiates a new Find statement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometFindStatement stmt)Apply values to.booleanentityEquals(CometFindStatement other)Entity equals boolean.booleanentityEquals(java.lang.Object other)Entity equals boolean.java.lang.IntegergetCanDelete()Gets can delete.java.lang.IntegergetClassId()Gets class id.java.lang.StringgetDescription()Gets description.java.lang.IntegergetHasStringIds()Gets has string ids.intgetId()Gets id.java.lang.StringgetLabel()Gets label.java.lang.StringgetLabel1()Gets label 1.java.lang.StringgetLabel2()Gets label 2.java.lang.StringgetLabel3()Gets label 3.java.lang.StringgetLabel4()Gets label 4.java.lang.StringgetMethodSignature()Gets method signature.java.lang.IntegergetSequenceNo()Gets sequence no.java.lang.StringgetSource()Gets source.FindStatement.SourcefilesgetSourcefiles()Gets sourcefiles.java.lang.StringgetStatement()Gets statement.longgetTimestamp()Gets timestamp.java.lang.IntegergetUserId()Gets user id.java.lang.StringgetValue1()Gets value 1.java.lang.StringgetValue2()Gets value 2.java.lang.StringgetValue3()Gets value 3.java.lang.StringgetValue4()Gets value 4.voidsetCanDelete(java.lang.Integer canDelete)Sets can delete.voidsetClassId(java.lang.Integer classId)Sets class id.voidsetDescription(java.lang.String description)Sets description.voidsetHasStringIds(java.lang.Integer hasStringIds)Sets has string ids.voidsetId(int id)Sets id.voidsetLabel(java.lang.String label)Sets label.voidsetLabel1(java.lang.String label1)Sets label 1.voidsetLabel2(java.lang.String label2)Sets label 2.voidsetLabel3(java.lang.String label3)Sets label 3.voidsetLabel4(java.lang.String label4)Sets label 4.voidsetMethodSignature(java.lang.String methodSignature)Sets method signature.voidsetSequenceNo(java.lang.Integer sequenceNo)Sets sequence no.voidsetSource(java.lang.String source)Sets source.voidsetSourcefiles(FindStatement.Sourcefiles sourcefiles)Sets sourcefiles.voidsetStatement(java.lang.String statement)Sets statement.voidsetTimestamp(long timestamp)Sets timestamp.voidsetUserId(java.lang.Integer userId)Sets user id.voidsetValue1(java.lang.String value1)Sets value 1.voidsetValue2(java.lang.String value2)Sets value 2.voidsetValue3(java.lang.String value3)Sets value 3.voidsetValue4(java.lang.String value4)Sets value 4.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Constructor Detail
-
FindStatement
public FindStatement()
Instantiates a new Find statement.
-
FindStatement
public FindStatement(CometFindStatement stmt)
Instantiates a new Find statement.- Parameters:
stmt- the stmt
-
FindStatement
public FindStatement(int id)
Instantiates a new Find statement.- Parameters:
id- the id
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Gets description.- Returns:
- the description
-
setDescription
public void setDescription(java.lang.String description)
Sets description.- Parameters:
description- the description
-
getClassId
public java.lang.Integer getClassId()
Gets class id.- Returns:
- the class id
-
setClassId
public void setClassId(java.lang.Integer classId)
Sets class id.- Parameters:
classId- the class id
-
getUserId
public java.lang.Integer getUserId()
Gets user id.- Returns:
- the user id
-
setUserId
public void setUserId(java.lang.Integer userId)
Sets user id.- Parameters:
userId- the user id
-
getStatement
public java.lang.String getStatement()
Gets statement.- Returns:
- the statement
-
setStatement
public void setStatement(java.lang.String statement)
Sets statement.- Parameters:
statement- the statement
-
getLabel
public java.lang.String getLabel()
Gets label.- Returns:
- the label
-
setLabel
public void setLabel(java.lang.String label)
Sets label.- Parameters:
label- the label
-
getSequenceNo
public java.lang.Integer getSequenceNo()
Gets sequence no.- Returns:
- the sequence no
-
setSequenceNo
public void setSequenceNo(java.lang.Integer sequenceNo)
Sets sequence no.- Parameters:
sequenceNo- the sequence no
-
getHasStringIds
public java.lang.Integer getHasStringIds()
Gets has string ids.- Returns:
- the has string ids
-
setHasStringIds
public void setHasStringIds(java.lang.Integer hasStringIds)
Sets has string ids.- Parameters:
hasStringIds- the has string ids
-
getLabel1
public java.lang.String getLabel1()
Gets label 1.- Returns:
- the label 1
-
setLabel1
public void setLabel1(java.lang.String label1)
Sets label 1.- Parameters:
label1- the label 1
-
getLabel2
public java.lang.String getLabel2()
Gets label 2.- Returns:
- the label 2
-
setLabel2
public void setLabel2(java.lang.String label2)
Sets label 2.- Parameters:
label2- the label 2
-
getLabel3
public java.lang.String getLabel3()
Gets label 3.- Returns:
- the label 3
-
setLabel3
public void setLabel3(java.lang.String label3)
Sets label 3.- Parameters:
label3- the label 3
-
getLabel4
public java.lang.String getLabel4()
Gets label 4.- Returns:
- the label 4
-
setLabel4
public void setLabel4(java.lang.String label4)
Sets label 4.- Parameters:
label4- the label 4
-
getValue1
public java.lang.String getValue1()
Gets value 1.- Returns:
- the value 1
-
setValue1
public void setValue1(java.lang.String value1)
Sets value 1.- Parameters:
value1- the value 1
-
getValue2
public java.lang.String getValue2()
Gets value 2.- Returns:
- the value 2
-
setValue2
public void setValue2(java.lang.String value2)
Sets value 2.- Parameters:
value2- the value 2
-
getValue3
public java.lang.String getValue3()
Gets value 3.- Returns:
- the value 3
-
setValue3
public void setValue3(java.lang.String value3)
Sets value 3.- Parameters:
value3- the value 3
-
getValue4
public java.lang.String getValue4()
Gets value 4.- Returns:
- the value 4
-
setValue4
public void setValue4(java.lang.String value4)
Sets value 4.- Parameters:
value4- the value 4
-
getSource
public java.lang.String getSource()
Gets source.- Returns:
- the source
-
setSource
public void setSource(java.lang.String source)
Sets source.- Parameters:
source- the source
-
getSourcefiles
public FindStatement.Sourcefiles getSourcefiles()
Gets sourcefiles.- Returns:
- the sourcefiles
-
setSourcefiles
public void setSourcefiles(FindStatement.Sourcefiles sourcefiles)
Sets sourcefiles.- Parameters:
sourcefiles- the sourcefiles
-
getCanDelete
public java.lang.Integer getCanDelete()
Gets can delete.- Returns:
- the can delete
-
setCanDelete
public void setCanDelete(java.lang.Integer canDelete)
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
public java.lang.String getMethodSignature()
Gets method signature.- Returns:
- the method signature
-
setMethodSignature
public void setMethodSignature(java.lang.String methodSignature)
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
public boolean entityEquals(java.lang.Object other)
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
public boolean entityEquals(CometFindStatement other)
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
applyValuesTo
public void applyValuesTo(CometFindStatement stmt)
Apply values to.- Parameters:
stmt- the stmt
-
-