AbstractObject | +--AbstractContext
| Method Summary | |
public any |
getNext()
|
public any |
getPrev()
|
public void |
setNext(any next)
|
public void |
setPrev(any prev)
|
| Methods inherited from AbstractObject |
_iso_dateformat,
_dump,
_unix_dateformat
|
| Method Detail |
public any getNext()
public any getPrev()
public void setNext(any next)
any next (Required)public void setPrev(any prev)
any prev (Required)