|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.control.publishtosocialnetwork.SocialNetworkMessageWrapper
public class SocialNetworkMessageWrapper
A wrapper that has a SocialNetworkMessage
and information if the message has been updated and/or is a default message.
Method Summary | |
---|---|
SocialNetworkMessage |
getMessage()
Returns the message in question |
boolean |
isDefault()
Returns if the message is a default message or not. |
boolean |
isUpdated()
Returns if the message has been updated by the interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SocialNetworkMessage getMessage()
SocialNetworkMessage
public boolean isUpdated()
message
has been updated by the interface.
public boolean isDefault()
message
is a default message or not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |