Class PresenceModifier
- java.lang.Object
-
- com.saperion.ngc.dialogs.userprofile.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 booleanequals(java.lang.Object o)inthashCode()voidmodify()Implement to define action that modifies the current user.java.lang.StringtoString()
-
-
-
Method Detail
-
modify
public void modify() throws SystemException, AuthenticationExceptionDescription copied from interface:UserSettingsModifierImplement to define action that modifies the current user.- Specified by:
modifyin interfaceUserSettingsModifier- Throws:
SystemException- when the server call failsAuthenticationException- when authorization fails
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-