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

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.servlet.impl.TagDefinitionImpl
All Implemented Interfaces:
java.io.Serializable

public class TagDefinitionImpl
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TagDefinitionImpl()
           
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.String getUri()
           
 void setLocation(java.lang.String string)
           
 void setUri(java.lang.String string)
           
 java.lang.String toString()
          Print a string representation of this tag definition.
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagDefinitionImpl

public TagDefinitionImpl()
Method Detail

getLocation

public java.lang.String getLocation()
Returns:
the location

getUri

public java.lang.String getUri()
Returns:
the uri

setLocation

public void setLocation(java.lang.String string)
Parameters:
string - the new location

setUri

public void setUri(java.lang.String string)
Parameters:
string - the uri

toString

public java.lang.String toString()
Print a string representation of this tag definition. The results of this toString() implementation are meant for debugging purposes.

Overrides:
toString in class java.lang.Object
Returns:
String representation of this tag definition.

toString

public java.lang.String toString(int indent)


Copyright © 2003-2009 . All Rights Reserved.