mam.utility
Class SimpleLink


public class SimpleLink

Description of the Class

Author:
nideffer
created October 4, 2001

Field Summary
 private Stringm_address
           
 private Stringm_description
           

Constructor Summary
SimpleLink(String address, String description)
          Constructor for the SimpleLink object

Method Summary
 StringgetAddress()
          Gets the Address attribute of the SimpleLink object
 StringgetDescription()
          Gets the Description attribute of the SimpleLink object
 voidsetAddress(String address)
          Sets the Address attribute of the SimpleLink object
 voidsetDescription(String description)
          Sets the Description attribute of the SimpleLink object
 StringtoString()
          Description of the Method

Field Detail

m_address

private String m_address

m_description

private String m_description
Constructor Detail

SimpleLink

public SimpleLink(String address, String description)
Constructor for the SimpleLink object
Parameters:
address - Description of Parameter
description - Description of Parameter
Since:
Method Detail

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: