mam.utility
Class SimpleLink
- public class SimpleLink
Description of the Class
- Author:
- nideffer
- created October 4, 2001
Constructor Summary |
SimpleLink(String address, String description) Constructor for the SimpleLink object |
Method Summary |
String | getAddress() Gets the Address attribute of the SimpleLink object |
String | getDescription() Gets the Description attribute of the SimpleLink object |
void | setAddress(String address) Sets the Address attribute of the SimpleLink object |
void | setDescription(String description) Sets the Description attribute of the SimpleLink object |
String | toString() Description of the Method |
m_address
private String m_address
m_description
private String m_description
SimpleLink
public SimpleLink(String address, String description)
- Constructor for the SimpleLink object
- Parameters:
- address - Description of Parameter
- description - Description of Parameter
- Since:
getAddress
public String getAddress()
- Gets the Address attribute of the SimpleLink object
- Returns: The Address value
- Since:
getDescription
public String getDescription()
- Gets the Description attribute of the SimpleLink object
- Returns: The Description value
- Since:
setAddress
public void setAddress(String address)
- Sets the Address attribute of the SimpleLink object
- Parameters:
- address - The new Address value
- Since:
setDescription
public void setDescription(String description)
- Sets the Description attribute of the SimpleLink object
- Parameters:
- description - The new Description value
- Since:
toString
public String toString()
- Description of the Method
- Returns: Description of the Returned Value
- Since: