christophedelory.playlist.asx
Class URLElement
java.lang.Object
christophedelory.playlist.asx.Child
christophedelory.playlist.asx.AsxElement
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLElement
public URLElement()
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()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.