Class Action
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.Action
- All Implemented Interfaces:
Serializable
Java class for action complex type. For internal use only
The following schema fragment specifies the expected content contained within this class.
<complexType name="action">
<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="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" 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}int" minOccurs="1"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="inputdocumentation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="outputdocumentation" type="{http://www.w3.org/2001/XMLSchema}string" 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 ClassesNested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PluginConfigTag[]Type of Tags to be used for this entities.Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionAction()Instantiates a new Action.Action(int id) Instantiates a new Action.Action(int id, long timestamp, String name, Integer sequenceNo, Integer classId, Integer domain, Integer type, String inputdocumentation, String outputdocumentation) Instantiates a new Action.Action(CometScript src) Instantiates a new Action.Instantiates a new Action. -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyValuesTo(CometScript script) Apply values to.Gets class id.Gets domain.intgetId()Gets id.Gets input documentation.getName()Gets name.Gets output documentation.Gets sequence no.Gets statement.Gets timestamp.getType()Gets type.voidsetClassId(Integer classId) Sets class id.voidSets domain.voidsetFrontRowLink(CometScript.FrontRowLink frontRowLink, String alternativeLabel, String alternativeDescription) Sets front row link.voidsetId(int id) Sets id.voidsetInputDocumentation(String inputDocumentation) Sets input documentation.voidSets name.voidsetOutputDocumentation(String outputDocumentation) Sets output documentation.voidsetSequenceNo(Integer sequencenr) Sets sequence no.voidsetStatement(String statement) Sets statement.voidsetTimestamp(Long timestamp) Sets timestamp.voidSets type.voidSets type or class id.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
-
Field Details
-
allowedTags
Type of Tags to be used for this entities. For all tags see:PluginConfigTag
-
-
Constructor Details
-
Action
public Action()Instantiates a new Action. -
Action
public Action(int id, long timestamp, String name, Integer sequenceNo, Integer classId, Integer domain, Integer type, String inputdocumentation, String outputdocumentation) Instantiates a new Action.- Parameters:
id- the idtimestamp- the timestampname- the namesequenceNo- the sequence noclassId- the class iddomain- the domaintype- the typeinputdocumentation- the inputdocumentationoutputdocumentation- the outputdocumentation
-
Action
Instantiates a new Action.- Parameters:
src- the src
-
Action
Instantiates a new Action.- Parameters:
src- the src
-
Action
public Action(int id) Instantiates a new Action.- Parameters:
id- the id
-
-
Method Details
-
setFrontRowLink
public void setFrontRowLink(CometScript.FrontRowLink frontRowLink, String alternativeLabel, String alternativeDescription) Sets front row link.- Parameters:
frontRowLink- the front row linkalternativeLabel- the alternative labelalternativeDescription- the alternative description
-
applyValuesTo
Apply values to.- Parameters:
script- the script
-
setTypeOrClassId
Sets type or class id.- Parameters:
id- the id
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getSequenceNo
Gets sequence no.- Returns:
- the sequence no
-
setSequenceNo
Sets sequence no.- Parameters:
sequencenr- the sequencenr
-
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
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type
-
getInputDocumentation
Gets input documentation.- Returns:
- the input documentation
-
setInputDocumentation
Sets input documentation.- Parameters:
inputDocumentation- the input documentation
-
getOutputDocumentation
Gets output documentation.- Returns:
- the output documentation
-
setOutputDocumentation
Sets output documentation.- Parameters:
outputDocumentation- the output documentation
-
getTimestamp
Gets timestamp.- Returns:
- the timestamp
-
setTimestamp
Sets timestamp.- Parameters:
timestamp- the timestamp
-
getStatement
Gets statement.- Returns:
- the statement
-
setStatement
Sets statement.- Parameters:
statement- the statement
-
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
-
allowedTagsinstead.