Class ConditionMenue
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.ConditionMenue
-
- All Implemented Interfaces:
java.io.Serializable
public class ConditionMenue extends Comet3Entity
Java Interface for conditionmenue complex type. For internal use only
The following schema fragment specifies the expected content contained within this class.
<complexType name="conditionmenue"> <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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="keyword" type="{http://www.w3.org/2001/XMLSchema}string" 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 ConditionMenue()Instantiates a new Condition menue.ConditionMenue(int i)Instantiates a new Condition menue.ConditionMenue(int id, long timestamp, java.lang.String description, java.lang.String label, java.lang.String keyword)Instantiates a new Condition menue.ConditionMenue(CometConditionMenue src)Instantiates a new Condition menue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometConditionMenue stmt)Apply values to.booleanentityEquals(CometConditionMenue item)Entity equals boolean.java.lang.StringgetDescription()Gets description.intgetId()Gets id.java.lang.StringgetKeyword()Gets keyword.java.lang.StringgetLabel()Gets label.voidsetDescription(java.lang.String description)Sets description.voidsetId(int id)Sets id.voidsetKeyword(java.lang.String keyword)Sets keyword.voidsetLabel(java.lang.String label)Sets label.-
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
-
ConditionMenue
public ConditionMenue()
Instantiates a new Condition menue.
-
ConditionMenue
public ConditionMenue(int id, long timestamp, java.lang.String description, java.lang.String label, java.lang.String keyword)Instantiates a new Condition menue.- Parameters:
id- the idtimestamp- the timestampdescription- the descriptionlabel- the labelkeyword- the keyword
-
ConditionMenue
public ConditionMenue(CometConditionMenue src)
Instantiates a new Condition menue.- Parameters:
src- the src
-
ConditionMenue
public ConditionMenue(int i)
Instantiates a new Condition menue.- Parameters:
i- the
-
-
Method Detail
-
applyValuesTo
public void applyValuesTo(CometConditionMenue stmt)
Apply values to.- Parameters:
stmt- the stmt
-
entityEquals
public boolean entityEquals(CometConditionMenue item)
Entity equals boolean.- Parameters:
item- the item- Returns:
- the boolean
-
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
-
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
-
getKeyword
public java.lang.String getKeyword()
Gets keyword.- Returns:
- the keyword
-
setKeyword
public void setKeyword(java.lang.String keyword)
Sets keyword.- Parameters:
keyword- the keyword
-
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
-
-