|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--grendel.addressbook.addresscard.LDAP_Attribute
Constructor Summary | |
protected |
LDAP_Attribute(netscape.ldap.LDAPAttribute anAttribute)
|
Method Summary | |
java.lang.String |
getName()
Return the name of this attribute. |
java.lang.String |
getValue()
Return the first string value of this attribute. |
boolean |
isDeleted()
Has the attribute been deleted since the last update with it's parent. |
boolean |
isModified()
Has the attribute been modified since the last update with it's parent. |
boolean |
isNew()
Has the attribute new to the parent? |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected LDAP_Attribute(netscape.ldap.LDAPAttribute anAttribute)
Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public boolean isNew()
public boolean isDeleted()
public boolean isModified()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |