Lizzy v1.1.1

christophedelory.playlist.asx
Class URLElement

java.lang.Object
  extended by christophedelory.playlist.asx.Child
      extended by christophedelory.playlist.asx.AsxElement
          extended by christophedelory.playlist.asx.URLElement
Direct Known Subclasses:
Banner, Base, Entryref, LogURL, MoreInfo, Reference, Skin

public abstract class URLElement
extends AsxElement

An URL (HREF) container.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
URLElement()
           
 
Method Summary
 String getHref()
          Returns the URL, as a string.
 void setHref(String href)
          Initializes the URL from the specified a string.
 
Methods inherited from class christophedelory.playlist.asx.Child
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLElement

public URLElement()
Method Detail

getHref

public String getHref()
Returns the URL, as a string.

Returns:
an URL. May be null if not yet initialized.
See Also:
setHref(java.lang.String)

setHref

public void setHref(String href)
Initializes the URL from the specified a string.

Parameters:
href - an URL. Shall not be null.
Throws:
NullPointerException - if href is null.
See Also:
getHref()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.