lumis.content.control.publishtosocialnetwork
Class SocialNetworkMessageWrapper

Package class diagram package SocialNetworkMessageWrapper
java.lang.Object
  extended by lumis.content.control.publishtosocialnetwork.SocialNetworkMessageWrapper
All Implemented Interfaces:
Serializable

public class SocialNetworkMessageWrapper
extends Object
implements Serializable

A wrapper that has a SocialNetworkMessage and information if the message has been updated and/or is a default message.

Since:
6.1.0
See Also:
Serialized Form

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

getMessage

public SocialNetworkMessage getMessage()
Returns the message in question

Returns:
SocialNetworkMessage
Since:
6.1.0

isUpdated

public boolean isUpdated()
Returns if the message has been updated by the interface.

Returns:
true if it's been updated by the interface.
Since:
6.1.0

isDefault

public boolean isDefault()
Returns if the message is a default message or not.

Returns:
true if the message has been marked as default.
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.