@Deprecated public class Address extends Object implements Cloneable
Constructor and Description |
---|
Address()
Deprecated.
Default constructor.
|
Address(Reference reference)
Deprecated.
Constructor.
|
Address(Reference reference,
String displayName)
Deprecated.
Constructor.
|
Address(String reference,
String displayName)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
clone()
Deprecated.
|
String |
getDisplayName()
Deprecated.
Returns the optional name displayed.
|
Series<Parameter> |
getParameters()
Deprecated.
Returns the list of generic parameters.
|
Reference |
getReference()
Deprecated.
Returns the address reference.
|
void |
setDisplayName(String displayName)
Deprecated.
Sets the optional name displayed.
|
void |
setParameters(Series<Parameter> parameters)
Deprecated.
Sets the list of generic parameters.
|
void |
setReference(Reference reference)
Deprecated.
Sets the address reference.
|
String |
toString()
Deprecated.
|
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–2019. All rights reserved.