theory.smart.axiom.contact
Interface  Url
- All Known Implementing Classes: 
- UrlImpl
- public interface Url- extends Belonging
The components of Universal Resource Locator object and an accompanying description.
 
 
                  description
 [Url] <*>------> [String] 
 
 
 
                  value
 [Url] <*>------> [String] 
 
- See Also: 
- UrlHome,- UrlImpl
| Method Summary | 
|  java.lang.String | getDescription()Get the value of description
 | 
|  java.lang.String | getValue()Get the value of value
 | 
|  void | setDescription(java.lang.String description)Set the value of description
 | 
|  void | setValue(java.lang.String value)Set the value of value
 | 
 
 
| Methods inherited from interface com.sun.java.util.collections.Comparable | 
| compareTo | 
 
getDescription
public java.lang.String getDescription()
- Get the value of description- 
 
- 
- Returns:
- description.
 
setDescription
public void setDescription(java.lang.String description)
- Set the value of description- 
 
- 
- Parameters:
- descriptions- description to be added
 
getValue
public java.lang.String getValue()
- Get the value of value- 
 
- 
- Returns:
- value.
 
setValue
public void setValue(java.lang.String value)
- Set the value of value- 
 
- 
- Parameters:
- values- value to be added
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.