Class ProvisioningUpdatableAttributeAndValue

java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.ProvisioningUpdatableAttributeAndValue
All Implemented Interfaces:
GrouperCloneable

public class ProvisioningUpdatableAttributeAndValue extends Object implements GrouperCloneable
  • Constructor Details

  • Method Details

    • getCompareValue

      public String getCompareValue()
      compare value might be different than the actual value
      Returns:
    • setCompareValue

      public void setCompareValue(String compareValue)
      compare value might be different than the actual value
      Parameters:
      compareValue -
    • clone

      public Object clone()
      clone an object (deep clone, on fields that make sense)
      Specified by:
      clone in interface GrouperCloneable
      Overrides:
      clone in class Object
      Returns:
      the clone of the object
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCurrentValue

      public Boolean getCurrentValue()
      if this is a current value or a past value. This is only applicable on the Grouper side which holds past values
      Returns:
    • setCurrentValue

      public void setCurrentValue(Boolean currentValue)
      if this is a current value or a past value. This is only applicable on the Grouper side which holds past values
      Parameters:
      currentValue -
    • getAttributeName

      public String getAttributeName()
      Returns:
    • setAttributeName

      public void setAttributeName(String attributeName)
    • getAttributeValue

      public Object getAttributeValue()
    • setAttributeValue

      public void setAttributeValue(Object attributeValue)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object