Lizzy v1.1.1

christophedelory.atom
Class URIContainer

java.lang.Object
  extended by christophedelory.atom.Common
      extended by christophedelory.atom.URIContainer

public class URIContainer
extends Common

An URI container.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
URIContainer()
           
 
Method Summary
 String getURIString()
          Returns the associated URI.
 void setURIString(String uri)
          Initializes the associated URI.
 
Methods inherited from class christophedelory.atom.Common
getBaseString, getLang, setBaseString, setLang
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIContainer

public URIContainer()
Method Detail

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

© 2008-2009 Christophe Delory

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