AR System Java API

com.bmc.arsys.api
Class ValidateFormCacheInfo

java.lang.Object
  extended by com.bmc.arsys.api.ValidateFormCacheInfo
All Implemented Interfaces:
Serializable

public class ValidateFormCacheInfo
extends Object
implements Serializable

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.

See Also:
Serialized Form

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)
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

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.