public void addAttribute(String attributeName, String attributeValue)(Code)
Store the specified attribute and it's value.
Parameters: attributeName - the name of the attribute to retrieve Parameters: attributeValue - the attribute's value
Get the value of an attribute
Parameters: attributeName - the attribute to retrieve Parameters: defaultValue - the value to return if the attribute is not present the attribute value