com.remedy.arsys.api
Class MenuListCriteria
java.lang.Object
|
+--com.remedy.arsys.api.ListCriteriaBase
|
+--com.remedy.arsys.api.MenuListCriteria
- All Implemented Interfaces:
- java.lang.Cloneable
- public class MenuListCriteria
- extends com.remedy.arsys.api.ListCriteriaBase
The MenuListCriteria class lets you specify parameter values used
to retrieve menu object from AR System server.
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
Timestamp |
getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the
specified time. |
void |
setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the
specified time. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MenuListCriteria
public MenuListCriteria(Timestamp timestamp)
setModifiedAfter
public void setModifiedAfter(Timestamp ts)
- Sets the time stamp that limits the objects to those modified after the
specified time.
getModifiedAfter
public Timestamp getModifiedAfter()
- Returns the time stamp that limits the objects to those modified after the
specified time.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
clone in class java.lang.Object