Skip navigation links
AR System Java API
com.bmc.arsys.api

Class ValidateFormCacheInfo

    • 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

? Copyright 2013 BMC Software, Inc.