Class PreviewStatement
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.PreviewStatement
- All Implemented Interfaces:
Serializable
Java Interface for previewstatement complex type. For internal use only
The following schema fragment specifies the expected content contained within this class.
<complexType name="previewstatement">
<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="name" 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="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="needsselection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="hasButtonState" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="hasLinkScript" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="condition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="statement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="objectstatementid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="isdefault" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
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 Preview statement.Instantiates a new Preview statement. -
Method Summary
Modifier and TypeMethodDescriptionvoidApply values to.booleanEntity equals boolean.booleanentityEquals(Object other) Entity equals boolean.Gets class id.Gets condition.Gets domain.Gets has button state.Gets has link script.Gets has string ids.intgetId()Gets id.Gets is default.getName()Gets name.Gets needs selection.Gets object statement id.Gets sequence no.Gets statement.voidsetClassId(Integer classId) Sets class id.voidsetCondition(String condition) Sets condition.voidSets domain.voidsetHasButtonState(Integer hasButtonState) Sets has button state.voidsetHasLinkScript(Integer hasLinkScript) Sets has link script.voidsetHasStringIds(Integer hasStringIds) Sets has string ids.voidsetId(int id) Sets id.voidsetIsDefault(Integer isDefault) Sets is default.voidSets name.voidsetNeedsSelection(Integer needsSelection) Sets needs selection.voidsetObjectStatementId(Integer objectStatementId) Sets object statement id.voidsetSequenceNo(Integer sequenceNo) Sets sequence no.voidsetStatement(String statement) Sets statement.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
-
PreviewStatement
public PreviewStatement()Instantiates a new Preview statement. -
PreviewStatement
Instantiates a new Preview statement.- Parameters:
src- the src
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getClassId
Gets class id.- Returns:
- the class id
-
setClassId
Sets class id.- Parameters:
classId- the class id
-
getDomain
Gets domain.- Returns:
- the domain
-
setDomain
Sets domain.- Parameters:
domain- the domain
-
getHasStringIds
Gets has string ids.- Returns:
- the has string ids
-
setHasStringIds
Sets has string ids.- Parameters:
hasStringIds- the has string ids
-
getNeedsSelection
Gets needs selection.- Returns:
- the needs selection
-
setNeedsSelection
Sets needs selection.- Parameters:
needsSelection- the needs selection
-
getHasButtonState
Gets has button state.- Returns:
- the has button state
-
setHasButtonState
Sets has button state.- Parameters:
hasButtonState- the has button state
-
getHasLinkScript
Gets has link script.- Returns:
- the has link script
-
setHasLinkScript
Sets has link script.- Parameters:
hasLinkScript- the has link script
-
getCondition
Gets condition.- Returns:
- the condition
-
setCondition
Sets condition.- Parameters:
condition- the condition
-
getStatement
Gets statement.- Returns:
- the statement
-
setStatement
Sets statement.- Parameters:
statement- the statement
-
getObjectStatementId
Gets object statement id.- Returns:
- the object statement id
-
setObjectStatementId
Sets object statement id.- Parameters:
objectStatementId- the object statement id
-
getSequenceNo
Gets sequence no.- Returns:
- the sequence no
-
setSequenceNo
Sets sequence no.- Parameters:
sequenceNo- the sequence no
-
getIsDefault
Gets is default.- Returns:
- the is default
-
setIsDefault
Sets is default.- Parameters:
isDefault- the is default
-
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:
item- the item
-