|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ValidateFormCacheInfo
public class ValidateFormCacheInfo
The class
ValidateFormCacheInfo
holds the form schema changes
that can be used by Java API clients to validate their cache.
The schema change information consists of the active links, menus,
user and group changes.
Constructor Summary
ValidateFormCacheInfo()
Method Summary
boolean
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
Timestamp
getFormLastModified()
Timestamp
getGroupsLastChanged()
List<String>
getGuideSinceList()
List<String>
getMenuSinceList()
int
getNumActLinkOnForm()
int
getNumActLinkSince()
Timestamp
getUserLastChanged()
int
hashCode()
Returns the hash code value for this instance of the current class.
void
setFormLastModified(Timestamp formLastModified)
void
setGroupsLastChanged(Timestamp groupsLastChanged)
void
setGuideSinceList(List<String> guideSinceList)
void
setMenuSinceList(List<String> menuSinceList)
void
setNumActLinkOnForm(int numActLinkOnForm)
void
setNumActLinkSince(int numActLinkSince)
void
setUserLastChanged(Timestamp userLastChanged)
String
toString()
Returns a string description of the object.
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
ValidateFormCacheInfo
public ValidateFormCacheInfo()
Method Detail
getFormLastModified
public Timestamp getFormLastModified()
setFormLastModified
public void setFormLastModified(Timestamp formLastModified)
getNumActLinkOnForm
public int getNumActLinkOnForm()
setNumActLinkOnForm
public void setNumActLinkOnForm(int numActLinkOnForm)
getNumActLinkSince
public int getNumActLinkSince()
setNumActLinkSince
public void setNumActLinkSince(int numActLinkSince)
getMenuSinceList
public List<String> getMenuSinceList()
setMenuSinceList
public void setMenuSinceList(List<String> menuSinceList)
getGroupsLastChanged
public Timestamp getGroupsLastChanged()
setGroupsLastChanged
public void setGroupsLastChanged(Timestamp groupsLastChanged)
getUserLastChanged
public Timestamp getUserLastChanged()
setUserLastChanged
public void setUserLastChanged(Timestamp userLastChanged)
getGuideSinceList
public List<String> getGuideSinceList()
setGuideSinceList
public void setGuideSinceList(List<String> guideSinceList)
equals
public boolean equals(Object obj)
obj
- the object that we are comparing to
hashCode
public int hashCode()
toString
public String toString()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
AR System Java API
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
© Copyright 2006, 2007 BMC Software, Inc.