|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.application.communities.messaging.MessagingAddressType
public class MessagingAddressType
Represents a single type of MessagingAddress.
There are three basic classes of MessagingAddressType:
EMAIL type, which does not generally have either a qualifier or custom type name,
INSTANT_MESSAGE type, which generally does have a qualifier which is the
instant messaging transport, such as Yahoo or MSN, and
CUSTOM, which generally will have a custom type name and may
have a qualifier, similar to the instant messaging class of types.
| Nested Class Summary | |
|---|---|
static class |
MessagingAddressType.PrimaryType
|
| Constructor Summary | |
|---|---|
MessagingAddressType(MessagingAddressType.PrimaryType primaryType)
Ctor |
|
MessagingAddressType(MessagingAddressType.PrimaryType primaryType,
String qualifier)
Ctor |
|
MessagingAddressType(String typeName,
String qualifier,
String customTypeName)
Ctor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCustomTypeName()
Returns the custom type name |
MessagingAddressType.PrimaryType |
getPrimaryType()
Returns the primary type for this MessagingAddressType |
String |
getQualifier()
Returns the qualifier |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessagingAddressType(MessagingAddressType.PrimaryType primaryType)
primaryType - primaryType associated with this
MessagingAddressType
public MessagingAddressType(MessagingAddressType.PrimaryType primaryType,
String qualifier)
primaryType - primaryType associated with this
MessagingAddressTypequalifier - qualifier for the primary type
public MessagingAddressType(String typeName,
String qualifier,
String customTypeName)
typeName - name of the primary type associated with this
MessagingAddressTypequalifier - qualifier for the primary typecustomTypeName - custom name for the primary type| Method Detail |
|---|
public MessagingAddressType.PrimaryType getPrimaryType()
MessagingAddressType
public String getQualifier()
public String getCustomTypeName()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||