Package org.ametys.odf.bean
Class AbstractExternalAddress
- java.lang.Object
-
- org.ametys.odf.bean.AbstractExternalAddress
-
- Direct Known Subclasses:
LOMSheet
,WebsiteLink
public abstract class AbstractExternalAddress extends Object
Website object
-
-
Constructor Summary
Constructors Constructor Description AbstractExternalAddress(String url, String label)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getLabel()
Getter for the labelString
getUrl()
Getter for the URLint
hashCode()
void
setLabel(String label)
Setter for the labelvoid
setUrl(String url)
Setter for the URL
-
-
-
Constructor Detail
-
AbstractExternalAddress
public AbstractExternalAddress(String url, String label)
Constructor- Parameters:
url
- URL of the websitelabel
- Label of the website
-
-