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 booleanequals(Object obj)StringgetLabel()Getter for the labelStringgetUrl()Getter for the URLinthashCode()voidsetLabel(String label)Setter for the labelvoidsetUrl(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
 
 - 
 
 -