net.ezcontent.impl.eos
Class Hyperlink
java.lang.Object
net.ezcontent.impl.eos.base.BaseHyperlink
net.ezcontent.impl.eos.Hyperlink
- All Implemented Interfaces:
- Link, Serializable
- public class Hyperlink
- extends BaseHyperlink
- implements Link
This is the object class that relates to the Hyperlink table.
Any customizations belong here.
Implementa Link
- See Also:
Link
,
Serialized Form
Fields inherited from class net.ezcontent.impl.eos.base.BaseHyperlink |
|
Hyperlink
public Hyperlink()
Hyperlink
public Hyperlink(int linkID)
- Constructor for primary key
Hyperlink
public Hyperlink(int linkID,
String urlString)
- Constructor for required fields
setUrl
public void setUrl(URL value)
- Description copied from interface:
Link
- El URL directo como un objeto.
- Specified by:
setUrl
in interface Link
getUrl
public URL getUrl()
- Specified by:
getUrl
in interface Link
toString
public String toString()