Class PresenceModifier

  • All Implemented Interfaces:
    UserSettingsModifier, java.io.Serializable

    public class PresenceModifier
    extends java.lang.Object
    implements UserSettingsModifier
    Modifies the current user settings by setting the presence of the current user to true or false. Created by IntelliJ IDEA. User: jsc Date: 09.03.12 Time: 18:15
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PresenceModifier​(boolean present)
      Literal constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      void modify()
      Implement to define action that modifies the current user.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PresenceModifier

        public PresenceModifier​(boolean present)
        Literal constructor.
        Parameters:
        present - The value the presence should be set to.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object