Class 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
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    See Also:
    Serialized Form
    • Method Detail

      • 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