Class SocialNetworkMessageWrapper

  • All Implemented Interfaces:
    java.io.Serializable

    public class SocialNetworkMessageWrapper
    extends java.lang.Object
    implements java.io.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$ $Date$
    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