Class SimpleString
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.SimpleString
- All Implemented Interfaces:
Serializable
The type Simple string.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe enum Simple string attribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Get string.get(Comet3Attribute attr) Get string.Get attributes comet 3 attribute [ ].Gets content.voidset(Comet3Attribute attr, String value) Set.voidSet.voidsetContent(String content) Sets content.Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
getAsObject, setAsObject, toStringList
-
Constructor Details
-
SimpleString
Instantiates a new Simple string.- Parameters:
value- the value
-
-
Method Details
-
getAttributes
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- Returns:
- the comet 3 attribute [ ]
-
set
Set.- Parameters:
value- the value
-
set
Description copied from class:Comet3EntityDataSet.- Overrides:
setin classComet3EntityData- Parameters:
attr- the attrvalue- the value
-
get
Get string.- Returns:
- the string
-
get
Description copied from class:Comet3EntityDataGet string.- Overrides:
getin classComet3EntityData- Parameters:
attr- the attr- Returns:
- the string
-
getContent
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-