Class PanelStatement
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.PanelStatement
-
- All Implemented Interfaces:
java.io.Serializable
public class PanelStatement extends Comet3Entity
Java Interface for panelstatement complex type. For internal use only
The following schema fragment specifies the expected content contained within this class.
<complexType name="panelstatement"> <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="usage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="domain" 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="in_parameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="out_parameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
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, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description PanelStatement()Instantiates a new Panel statement.PanelStatement(CometScript src)Instantiates a new Panel statement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometScript script, Statement.StatementDescriptor id)Apply values to.java.lang.StringgetDescription()Gets description.java.lang.IntegergetDomain()Gets domain.java.lang.IntegergetHasStringIds()Gets has string ids.intgetId()Gets id.java.lang.StringgetInParameters()Gets in parameters.java.lang.StringgetOutParameters()Gets out parameters.java.lang.StringgetStatement()Gets statement.java.lang.StringgetUsage()Gets usage.voidsetDescription(java.lang.String description)Sets description.voidsetDomain(java.lang.Integer domain)Sets domain.voidsetHasStringIds(java.lang.Integer hasStringIds)Sets has string ids.voidsetId(int id)Sets id.voidsetInParameters(java.lang.String inParameters)Sets in parameters.voidsetOutParameters(java.lang.String outParameters)Sets out parameters.voidsetStatement(java.lang.String statement)Sets statement.voidsetUsage(java.lang.String usage)Sets usage.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, 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
-
PanelStatement
public PanelStatement()
Instantiates a new Panel statement.
-
PanelStatement
public PanelStatement(CometScript src)
Instantiates a new Panel statement.- Parameters:
src- the src
-
-
Method Detail
-
applyValuesTo
public void applyValuesTo(CometScript script, Statement.StatementDescriptor id)
Apply values to.- Parameters:
script- the scriptid- the id
-
getUsage
public java.lang.String getUsage()
Gets usage.- Returns:
- the usage
-
setUsage
public void setUsage(java.lang.String usage)
Sets usage.- Parameters:
usage- the usage
-
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
-
getDomain
public java.lang.Integer getDomain()
Gets domain.- Returns:
- the domain
-
setDomain
public void setDomain(java.lang.Integer domain)
Sets domain.- Parameters:
domain- the domain
-
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
-
getInParameters
public java.lang.String getInParameters()
Gets in parameters.- Returns:
- the in parameters
-
setInParameters
public void setInParameters(java.lang.String inParameters)
Sets in parameters.- Parameters:
inParameters- the in parameters
-
getOutParameters
public java.lang.String getOutParameters()
Gets out parameters.- Returns:
- the out parameters
-
setOutParameters
public void setOutParameters(java.lang.String outParameters)
Sets out parameters.- Parameters:
outParameters- the out parameters
-
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
-
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
-
-