|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyb.p2pim.contact
Classe représantant un contact de PIM. Accessible en lecture seule excepté pour les classes membres du paquetage
Field Summary | |
static int |
AWAY
statut : mode "sortis" |
static int |
BUSY
statut : mode "occupé" |
static int |
OFFLINE
statut : mode "hors ligne" |
static int |
ONLINE
statut : mode "en ligne" |
Constructor Summary | |
contact()
crée une nouvelle instance de contact |
Method Summary | |
boolean |
equals(java.lang.Object o)
test l'égalité de cet objet avec l'objet o. |
pdpPeerSimple |
getPeer()
retourne la valeur de la propriété peer. |
java.lang.String |
getProperty(java.lang.String key)
retourne la propriété demandée |
int |
getStatus()
retourne la valeur de la propriété status. |
boolean |
isChecked()
retourne la valeur de la propriété checked. |
boolean |
isHidden()
retourne la valeur de la propriété hidden. |
boolean |
isUnknown()
retourne la valeur de la propriété unknown. |
java.lang.Object |
setProperty(java.lang.String key,
java.lang.String value)
définit une propriété. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int OFFLINE
public static final int ONLINE
public static final int AWAY
public static final int BUSY
Constructor Detail |
public contact()
Method Detail |
public java.lang.String getProperty(java.lang.String key)
key
- le nom de la propriété demandée
public java.lang.Object setProperty(java.lang.String key, java.lang.String value)
key
- le nom de la propriété à définirvalue
- la valeur de la propriété à définir
public boolean isChecked()
public pdpPeerSimple getPeer()
public int getStatus()
public boolean isUnknown()
public boolean isHidden()
public boolean equals(java.lang.Object o)
o
- l'objet à comparer
true
si les objets sont égaux au sens du test définit ici
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |