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.
- See Also:
- Serialized Form
ValidateFormCacheInfo
public ValidateFormCacheInfo()
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)
- Use this method for checking equality between the current object and the
provided one. The result is true only if the argument is not null, is of
the same type and represents the same content.
- Overrides:
equals
in class Object
- Parameters:
obj
- the object that we are comparing to
- Returns:
- returns a boolean that tells if the two objects equal
hashCode
public int hashCode()
- Returns the hash code value for this instance of the current class. This method is supported as required by the
general contract of Object.hashCode, for the benefit of hash tables such as those provided by
java.util.Hashtable.
- Overrides:
hashCode
in class Object
toString
public String toString()
- Returns a string description of the object.
- Overrides:
toString
in class Object
? Copyright 2006, 2007 BMC Software, Inc.