Skip navigation links


oracle.iam.certification.vo
Class ModifiedUser

java.lang.Object
  extended by oracle.iam.certification.vo.ModifiedUser

All Implemented Interfaces:
java.io.Serializable

public class ModifiedUser
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ModifiedUser()
           

 

Method Summary
 UserAttributeValues getCurrentValue()
           
 UserAttributeValues getPreviousValue()
           
 void setCurrentValue(UserAttributeValues currentValue)
           
 void setPreviousValue(UserAttributeValues previousValue)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ModifiedUser

public ModifiedUser()

Method Detail

setPreviousValue

public void setPreviousValue(UserAttributeValues previousValue)

getPreviousValue

public UserAttributeValues getPreviousValue()

setCurrentValue

public void setCurrentValue(UserAttributeValues currentValue)

getCurrentValue

public UserAttributeValues getCurrentValue()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.