|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.SenderInfo
public class SenderInfo
This class stores summary information about the sender of a memo.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this sender. |
java.lang.String |
getAddress()
Gets the address of the address entry. |
java.lang.String |
getDisplayAddress()
Gets the display address of the address entry. |
java.lang.String |
getName()
Gets the display name of the address entry. |
java.lang.String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getAddress()
public java.lang.String getDisplayAddress()
Joe Smith <joe.smith@company.com>
.
public boolean equals(java.lang.Object obj)
String
object if the string equals the address or a SenderInfo
object if the address matches (SenderInfo)obj.getAddress()
.
If a String
object is given, a common name comparison is
done if only the sender common name is known.
equals
in class java.lang.Object
obj
- the reference object with which to compare
true
if this object is the same as the obj argument; false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |