|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.NameInfo
public class NameInfo
This class stores summary information about a single name, useful for displaying basic information.
Method Summary | |
---|---|
java.lang.String |
getCommonName()
Gets the common name. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getOrganization()
Gets the organization. |
java.lang.String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
CN=Joe Smith/O=companyxyz
.
To retrieve on the comman name (i.e. the CN=
portion
of the name, use getCommonName()
.
public java.lang.String getCommonName()
CN=Joe Smith/O=companyxyz
,
the CN=
represents the common name and is returned; otherwise
the name is returned (getName()
).
public java.lang.String getOrganization()
CN=Joe Smith/O=companyxyz
,
the O=
represents the organization and is returned; otherwise
the name is returned (getName()
).
public 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 |