|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.core.AbstractContact
Constructor Summary | |
AbstractContact()
Creates a new instance of DefaultContact |
|
AbstractContact(java.lang.String account,
java.lang.String nick,
java.lang.String status)
Constructor for the AbstractContact object |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Description of the Method |
java.lang.String |
getAccount()
Gets the account attribute of the AbstractContact object |
java.lang.String |
getNick()
Gets the nick attribute of the AbstractContact object |
java.lang.String |
getStatus()
Gets the status attribute of the AbstractContact object |
java.lang.Object |
getValue(java.lang.Object key)
Gets the value attribute of the AbstractContact object |
int |
hashCode()
Description of the Method |
void |
setNick(java.lang.String nick)
Sets the nick attribute of the AbstractContact object |
void |
setStatus(java.lang.String status)
Sets the status attribute of the AbstractContact object |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.dexterim.core.Contact |
changeState, getFriendlyName, getIdentity, getState |
Constructor Detail |
public AbstractContact()
public AbstractContact(java.lang.String account, java.lang.String nick, java.lang.String status)
account
- Description of the Parameternick
- Description of the Parameterstatus
- Description of the ParameterMethod Detail |
public java.lang.String getNick()
public java.lang.String getAccount()
public java.lang.String getStatus()
public void setNick(java.lang.String nick)
nick
- The new nick valuepublic void setStatus(java.lang.String status)
status
- The new status valuepublic java.lang.Object getValue(java.lang.Object key)
key
- Description of the Parameter
public int hashCode()
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |