public class Buddy extends Object
Buddy
here.Modifier and Type | Field and Description |
---|---|
static Object |
AVAILABLE |
static String |
BUDDY_STATE_AWAY |
static String |
BUDDY_STATE_OFFLINE |
static String |
BUDDY_STATE_ONLINE |
static Object |
CAPABILITIES
Should be an INTEGER.
|
static Object |
CLASS
icq, normal, trial, bot, admin, aol, wireless, hiptop.
|
static Object |
GROUP
The group that this buddy is in.
|
static Object |
IDLE_TIME
Millisecond in Long
|
static Object |
MEMBER_SINCE
java.util.Date.
|
static Object |
SESSION
AIMSession
|
static Object |
SIGNON_TIME
Millisecond in Long.
|
static Object |
STATE |
static Object |
WARN_LEVEL
Float.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Describe
equals method here. |
String |
getName()
Get the value of name.
|
Object |
getProperty(Object key)
Describe
getProperty method here. |
int |
hashCode()
The hashcode.
|
boolean |
isTrue(Object key,
Object value)
Describe
isTrue method here. |
void |
setProperty(Object key,
Object value)
Describe
setProperty method here. |
public static final Object GROUP
public static final Object STATE
public static final Object AVAILABLE
public static final Object CAPABILITIES
public static final Object CLASS
public static final Object WARN_LEVEL
public static final Object MEMBER_SINCE
public static final Object SIGNON_TIME
public static final Object IDLE_TIME
public static final Object SESSION
public static final String BUDDY_STATE_OFFLINE
public static final String BUDDY_STATE_ONLINE
public static final String BUDDY_STATE_AWAY
public String getName()
public void setProperty(Object key, Object value)
setProperty
method here.key
- an Object
valuevalue
- an Object
valuepublic Object getProperty(Object key)
getProperty
method here.key
- an Object
valueObject
valuepublic boolean isTrue(Object key, Object value)
isTrue
method here.key
- an Object
valuevalue
- an Object
valueboolean
valuepublic boolean equals(Object obj)
equals
method here.