org.apache.pluto.portalImpl.om.servlet.impl
Class TagDefinitionImpl
java.lang.Object
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
Field Summary |
private java.lang.String |
location
|
private java.lang.String |
uri
|
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 |
uri
private java.lang.String uri
location
private java.lang.String location
TagDefinitionImpl
public TagDefinitionImpl()
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)