christophedelory.atom
Class URIContainer
java.lang.Object
christophedelory.atom.Common
christophedelory.atom.URIContainer
public class URIContainer
- extends Common
An URI container.
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIContainer
public URIContainer()
getURIString
public String getURIString()
- Returns the associated URI.
- Returns:
- an URI as a string. May be
null
if not yet initialized. - See Also:
setURIString(java.lang.String)
setURIString
public void setURIString(String uri)
- Initializes the associated URI.
- Parameters:
uri
- an URI as a string. Shall not be null
.
- Throws:
NullPointerException
- if uri
is null
.- See Also:
getURIString()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.