org.apache.pluto.portalImpl.om.servlet.impl
Class TagDefinition

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.servlet.impl.TagDefinition

public class TagDefinition
extends java.lang.Object


Field Summary
private  java.lang.String location
           
private  java.lang.String uri
           
 
Constructor Summary
TagDefinition()
           
 
Method Summary
 java.lang.String getLocation()
          Retrieve the location of the tag definition.
 java.lang.String getUri()
          Retrieve the uri of the tag definition.
 void setLocation(java.lang.String string)
          Set the location of the tag definition.
 void setUri(java.lang.String string)
          Set the uri of the tag definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

private java.lang.String uri

location

private java.lang.String location
Constructor Detail

TagDefinition

public TagDefinition()
Method Detail

getLocation

public java.lang.String getLocation()
Retrieve the location of the tag definition.

Returns:
location

getUri

public java.lang.String getUri()
Retrieve the uri of the tag definition.

Returns:
uri

setLocation

public void setLocation(java.lang.String string)
Set the location of the tag definition.

Parameters:
string -

setUri

public void setUri(java.lang.String string)
Set the uri of the tag definition.

Parameters:
string -