public class Address extends Object implements Cloneable
Constructor and Description |
---|
Address()
Default constructor.
|
Address(Reference reference)
Constructor.
|
Address(Reference reference,
String displayName)
Constructor.
|
Address(String reference,
String displayName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
String |
getDisplayName()
Returns the optional name displayed.
|
Series<Parameter> |
getParameters()
Returns the list of generic parameters.
|
Reference |
getReference()
Returns the address reference.
|
void |
setDisplayName(String displayName)
Sets the optional name displayed.
|
void |
setParameters(Series<Parameter> parameters)
Sets the list of generic parameters.
|
void |
setReference(Reference reference)
Sets the address reference.
|
String |
toString() |
public Address()
public Address(Reference reference)
reference
- The address reference.public Address(Reference reference, String displayName)
reference
- The address reference.displayName
- The name displayed.protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String getDisplayName()
public Series<Parameter> getParameters()
public Reference getReference()
public void setDisplayName(String displayName)
displayName
- The optional name displayed.public void setParameters(Series<Parameter> parameters)
parameters
- The list of generic parameters.public void setReference(Reference reference)
reference
- The address reference.Copyright © 2005–2015. All rights reserved.