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:
Serializable
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:
-
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 Panel statement.Instantiates a new Panel statement. -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyValuesTo(CometScript script, Statement.StatementDescriptor id) Apply values to.Gets description.Gets domain.Gets has string ids.intgetId()Gets id.Gets in parameters.Gets out parameters.Gets statement.getUsage()Gets usage.voidsetDescription(String description) Sets description.voidSets domain.voidsetHasStringIds(Integer hasStringIds) Sets has string ids.voidsetId(int id) Sets id.voidsetInParameters(String inParameters) Sets in parameters.voidsetOutParameters(String outParameters) Sets out parameters.voidsetStatement(String statement) Sets statement.voidSets usage.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
PanelStatement
public PanelStatement()Instantiates a new Panel statement. -
PanelStatement
Instantiates a new Panel statement.- Parameters:
src- the src
-
-
Method Details
-
applyValuesTo
Apply values to.- Parameters:
script- the scriptid- the id
-
getUsage
Gets usage.- Returns:
- the usage
-
setUsage
Sets usage.- Parameters:
usage- the usage
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the description
-
getDomain
Gets domain.- Returns:
- the domain
-
setDomain
Sets domain.- Parameters:
domain- the domain
-
getStatement
Gets statement.- Returns:
- the statement
-
setStatement
Sets statement.- Parameters:
statement- the statement
-
getInParameters
Gets in parameters.- Returns:
- the in parameters
-
setInParameters
Sets in parameters.- Parameters:
inParameters- the in parameters
-
getOutParameters
Gets out parameters.- Returns:
- the out parameters
-
setOutParameters
Sets out parameters.- Parameters:
outParameters- the out parameters
-
getHasStringIds
Gets has string ids.- Returns:
- the has string ids
-
setHasStringIds
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
-