net.ezcontent.impl.eos
Class Hyperlink

java.lang.Object
  extended bynet.ezcontent.impl.eos.base.BaseHyperlink
      extended bynet.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

Field Summary
 
Fields inherited from class net.ezcontent.impl.eos.base.BaseHyperlink
 
Constructor Summary
Hyperlink()
           
Hyperlink(int linkID)
          Constructor for primary key
Hyperlink(int linkID, String urlString)
          Constructor for required fields
 
Method Summary
 URL getUrl()
           
 void setUrl(URL value)
          El URL directo como un objeto.
 String toString()
           
 
Methods inherited from class net.ezcontent.impl.eos.base.BaseHyperlink
equals, getLinkID, getName, getOwner, getUrlString, hashCode, setLinkID, setName, setOwner, setUrlString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.ezcontent.document.Link
getName, getUrlString, setName, setUrlString
 

Constructor Detail

Hyperlink

public Hyperlink()

Hyperlink

public Hyperlink(int linkID)
Constructor for primary key


Hyperlink

public Hyperlink(int linkID,
                 String urlString)
Constructor for required fields

Method Detail

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()