Class Condition
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.Condition
-
- All Implemented Interfaces:
java.io.Serializable
public class Condition extends Comet3Entity
Java Interface for condition complex type. For internal use only
The following schema fragment specifies the expected content contained within this class.
<complexType name="condition"> <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="conditionmenueid" 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="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="typeid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/> <element name="replacebyvalue" 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 Condition()Instantiates a new Condition.Condition(int id)Instantiates a new Condition.Condition(int id, long timestamp, java.lang.Integer conditionmenueid, java.lang.Integer sequencenr, java.lang.String value, java.lang.Integer typeid, java.lang.String replacebyvalue)Instantiates a new Condition.Condition(CometCondition cm)Instantiates a new Condition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometCondition stmt)Apply values to.java.lang.IntegergetConditionmenueid()Gets conditionmenueid.intgetId()Gets id.java.lang.StringgetLabel()Gets label.java.lang.StringgetReplacebyvalue()Gets replacebyvalue.java.lang.IntegergetSequencenr()Gets sequencenr.java.lang.IntegergetTypeid()Gets typeid.java.lang.StringgetValue()Gets value.voidsetConditionmenueid(java.lang.Integer conditionmenueid)Sets conditionmenueid.voidsetId(int id)Sets id.voidsetLabel(java.lang.String label)Sets label.voidsetReplacebyvalue(java.lang.String replacebyvalue)Sets replacebyvalue.voidsetSequencenr(java.lang.Integer sequencenr)Sets sequencenr.voidsetTypeid(java.lang.Integer typeid)Sets typeid.voidsetValue(java.lang.String value)Sets value.-
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
-
Condition
public Condition()
Instantiates a new Condition.
-
Condition
public Condition(int id)
Instantiates a new Condition.- Parameters:
id- the id
-
Condition
public Condition(int id, long timestamp, java.lang.Integer conditionmenueid, java.lang.Integer sequencenr, java.lang.String value, java.lang.Integer typeid, java.lang.String replacebyvalue)Instantiates a new Condition.- Parameters:
id- the idtimestamp- the timestampconditionmenueid- the conditionmenueidsequencenr- the sequencenrvalue- the valuetypeid- the typeidreplacebyvalue- the replacebyvalue
-
Condition
public Condition(CometCondition cm)
Instantiates a new Condition.- Parameters:
cm- the cm
-
-
Method Detail
-
getConditionmenueid
public java.lang.Integer getConditionmenueid()
Gets conditionmenueid.- Returns:
- the conditionmenueid
-
setConditionmenueid
public void setConditionmenueid(java.lang.Integer conditionmenueid)
Sets conditionmenueid.- Parameters:
conditionmenueid- the conditionmenueid
-
getSequencenr
public java.lang.Integer getSequencenr()
Gets sequencenr.- Returns:
- the sequencenr
-
setSequencenr
public void setSequencenr(java.lang.Integer sequencenr)
Sets sequencenr.- Parameters:
sequencenr- the sequencenr
-
getValue
public java.lang.String getValue()
Gets value.- Returns:
- the value
-
setValue
public void setValue(java.lang.String value)
Sets value.- Parameters:
value- the value
-
getTypeid
public java.lang.Integer getTypeid()
Gets typeid.- Returns:
- the typeid
-
setTypeid
public void setTypeid(java.lang.Integer typeid)
Sets typeid.- Parameters:
typeid- the typeid
-
getReplacebyvalue
public java.lang.String getReplacebyvalue()
Gets replacebyvalue.- Returns:
- the replacebyvalue
-
setReplacebyvalue
public void setReplacebyvalue(java.lang.String replacebyvalue)
Sets replacebyvalue.- Parameters:
replacebyvalue- the replacebyvalue
-
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
-
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
-
applyValuesTo
public void applyValuesTo(CometCondition stmt)
Apply values to.- Parameters:
stmt- the stmt
-
-