|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.servlet.http.jsp.tagext.tree.IndentedObject
Description of the Class
| Field Summary | |
protected java.lang.String |
depth
Description of the Field |
protected boolean |
last
Description of the Field |
protected java.lang.Object |
o
Description of the Field |
| Constructor Summary | |
IndentedObject()
Constructor for the IndentedObject object |
|
| Method Summary | |
java.lang.String |
getDepth()
Gets the depth attribute of the IndentedObject object |
java.lang.Object |
getObject()
Gets the object attribute of the IndentedObject object |
boolean |
isLast()
Gets the last attribute of the IndentedObject object |
void |
setDepth(java.lang.String depth)
Sets the depth attribute of the IndentedObject object |
void |
setLast(boolean last)
Sets the last attribute of the IndentedObject object |
void |
setObject(java.lang.Object o)
Sets the object attribute of the IndentedObject object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String depth
protected boolean last
protected java.lang.Object o
| Constructor Detail |
public IndentedObject()
| Method Detail |
public java.lang.String getDepth()
public java.lang.Object getObject()
public boolean isLast()
public void setDepth(java.lang.String depth)
depth - The new depth valuepublic void setLast(boolean last)
last - The new last valuepublic void setObject(java.lang.Object o)
o - The new object valuepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||