|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.ext.config.Address
public class Address
Address container.
Constructor Summary | |
---|---|
Address()
Constructor for the Address object |
|
Address(Address a)
Constructor for the Address object |
Method Summary | |
---|---|
boolean |
equals(Object o)
Description of the Method |
URI |
getAddress()
Gets the address attribute of the Address object |
int |
getPortRange()
Gets the portRange attribute of the Address object |
int |
hashCode()
|
void |
setAddress(URI address)
Sets the address attribute of the Address object |
void |
setPortRange(int range)
Sets the portRange attribute of the Address object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Address()
public Address(Address a)
a
- Description of the ParameterMethod Detail |
---|
public URI getAddress()
public void setAddress(URI address)
address
- The new address value
IllegalArgumentException
- Description of the Exceptionpublic int getPortRange()
public void setPortRange(int range)
range
- The new portRange valuepublic boolean equals(Object o)
equals
in class Object
o
- Description of the Parameter
public int hashCode()
hashCode
in class Object
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |