|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.DomainKey
This object represents a domain external key, including fields used to identify a domain in TWS external interfaces.
Domain
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
DomainKey()
Creates an empty DomainKey. |
|
DomainKey(java.lang.String domainName)
Creates a DomainKey with the specified name. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this DomainKey object are equal to those of the given one. |
java.lang.String |
getName()
Returns the domain name. |
int |
hashCode()
Returns a hash code for this DomainKey object. |
static DomainKey |
parseKey(java.lang.String key)
Parses data from the specified string and creates a new DomainKey. |
void |
setName(java.lang.String value)
Sets the domain name. |
java.lang.String |
toString()
Returns a string representation of this DomainKey object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public DomainKey()
public DomainKey(java.lang.String domainName)
domainName
- The domain name.Method Detail |
public static DomainKey parseKey(java.lang.String key)
key
- The string containing key data.
public java.lang.String getName()
getName
in interface TWSKey
public void setName(java.lang.String value)
value
- The domain name.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |