|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.runtime.CompoundValue
com.genesyslab.platform.webmedia.protocol.flexchat.MessageText
public abstract class MessageText
Constructor Summary | |
---|---|
MessageText()
|
Method Summary | |
---|---|
static MessageText |
create()
Creates instance of MessageText with no parameters set. |
static MessageText |
create(java.lang.String text)
Creates instance of MessageText with required parameters set. |
static MessageText |
create(java.lang.String messageType,
TreatAs treatAs,
java.lang.String text)
Creates instance of MessageText with all parameters set. |
abstract java.lang.String |
getMessageType()
Defines the message type for each |
abstract java.lang.String |
getText()
If NoticeType is not equal to None , then this property contains the notification text. |
abstract TreatAs |
getTreatAs()
|
abstract void |
setMessageType(java.lang.String messageType)
Defines the message type for each |
abstract void |
setText(java.lang.String text)
If NoticeType is not equal to None , then this property contains the notification text. |
abstract void |
setTreatAs(TreatAs treatAs)
|
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
---|
getProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MessageText()
Method Detail |
---|
public static MessageText create()
public static MessageText create(java.lang.String messageType, TreatAs treatAs, java.lang.String text)
messageType
- MessageTypetreatAs
- TreatAstext
- Text
public static MessageText create(java.lang.String text)
text
- Text
public abstract java.lang.String getMessageType()
public abstract void setMessageType(java.lang.String messageType)
public abstract TreatAs getTreatAs()
public abstract void setTreatAs(TreatAs treatAs)
public abstract java.lang.String getText()
NoticeType
is not equal to None
, then this property contains the notification text. Otherwise, it holds the message text.
public abstract void setText(java.lang.String text)
NoticeType
is not equal to None
, then this property contains the notification text. Otherwise, it holds the message text.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |