org.ejtools.servlet.http.jsp.tagext.tree
Class IndentedObject

java.lang.Object
  |
  +--org.ejtools.servlet.http.jsp.tagext.tree.IndentedObject

public class IndentedObject
extends java.lang.Object

Description of the Class

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

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

depth

protected java.lang.String depth
Description of the Field


last

protected boolean last
Description of the Field


o

protected java.lang.Object o
Description of the Field

Constructor Detail

IndentedObject

public IndentedObject()
Constructor for the IndentedObject object

Method Detail

getDepth

public java.lang.String getDepth()
Gets the depth attribute of the IndentedObject object

Returns:
The depth value

getObject

public java.lang.Object getObject()
Gets the object attribute of the IndentedObject object

Returns:
The object value

isLast

public boolean isLast()
Gets the last attribute of the IndentedObject object

Returns:
The last value

setDepth

public void setDepth(java.lang.String depth)
Sets the depth attribute of the IndentedObject object

Parameters:
depth - The new depth value

setLast

public void setLast(boolean last)
Sets the last attribute of the IndentedObject object

Parameters:
last - The new last value

setObject

public void setObject(java.lang.Object o)
Sets the object attribute of the IndentedObject object

Parameters:
o - The new object value

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.