Skip navigation links


oracle.iam.reconciliation.vo
Class ReconHistory

java.lang.Object
  extended by oracle.iam.reconciliation.vo.ReconHistory

All Implemented Interfaces:
java.io.Serializable

public class ReconHistory
extends java.lang.Object
implements java.io.Serializable

This class encapsulates the whole history of a given Reconciliation Event. It provides access to all actions performed on the Event as well as the date and time of these actions.

See Also:
Serialized Form

Constructor Summary
ReconHistory()
          Constructor: constructs an empty instance of Event History.
ReconHistory(java.lang.Long reKey, java.lang.String action)
          Constructor, constructs an instance of Event History given the Event Key and initial Action.

 

Method Summary
 java.lang.Long getReKey()
          Gets the Event Key.
 java.lang.String getRhActionPerformed()
          Gets the name of the action performed on the Event.
 java.lang.Long getRhKey()
          Gets the Key of the Recon History row.
 java.lang.Long getRhModifier()
          Gets the ID of the last modifier of the History of this Event.
 User getRhModifierUser()
          Gets the User who last modified the Event from the Event History.
 java.util.Date getRhModify()
          Gets the Date of last History Update.
 java.lang.String getRhNote()
          Gets the Note attached to the Event from its History.
 java.lang.String getRhStatus()
          Get the Status of the Event from the History.
 void setReKey(java.lang.Long reKey)
          Set the Key of the Event which history is being accessed.
 void setRhActionPerformed(java.lang.String rhActionPerformed)
          Set the last Action performed on this Event.
 void setRhKey(java.lang.Long rhKey)
          Set the key of the Recon History row.
 void setRhModifier(java.lang.Long rhModifier)
          Set the ID of the last modifier of the Event History.
 void setRhModifierUser(User rhModifierUser)
          Set the User modifier in Event History.
 void setRhModify(java.util.Date rhModify)
          Set the Date of last History update.
 void setRhNote(java.lang.String rhNote)
          Sets the Note to attach to the Event History.
 void setRhStatus(java.lang.String rhStatus)
          Sets the status of the Event in its History.

 

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

 

Constructor Detail

ReconHistory

public ReconHistory()
Constructor: constructs an empty instance of Event History.

ReconHistory

public ReconHistory(java.lang.Long reKey,
                    java.lang.String action)
Constructor, constructs an instance of Event History given the Event Key and initial Action.
Parameters:
reKey - the ID of the Event which History is being created.
action - the initial action undertaken on this Event.

Method Detail

getReKey

public java.lang.Long getReKey()
Gets the Event Key.
Returns:
a Long.

getRhActionPerformed

public java.lang.String getRhActionPerformed()
Gets the name of the action performed on the Event.
Returns:
a String.

getRhKey

public java.lang.Long getRhKey()
Gets the Key of the Recon History row.
Returns:
a Long.

getRhModifier

public java.lang.Long getRhModifier()
Gets the ID of the last modifier of the History of this Event.
Returns:
a Long.

getRhModify

public java.util.Date getRhModify()
Gets the Date of last History Update.
Returns:
a Date.

setReKey

public void setReKey(java.lang.Long reKey)
Set the Key of the Event which history is being accessed.
Parameters:
reKey - the ID of the Event.

setRhActionPerformed

public void setRhActionPerformed(java.lang.String rhActionPerformed)
Set the last Action performed on this Event.
Parameters:
rhActionPerformed - the name of the performed action.

setRhKey

public void setRhKey(java.lang.Long rhKey)
Set the key of the Recon History row.
Parameters:
rhKey - the History key.

setRhModifier

public void setRhModifier(java.lang.Long rhModifier)
Set the ID of the last modifier of the Event History.
Parameters:
rhModifier - the Modifier's ID.

setRhModify

public void setRhModify(java.util.Date rhModify)
Set the Date of last History update.
Parameters:
rhModify - the Date of last update.

getRhStatus

public java.lang.String getRhStatus()
Get the Status of the Event from the History.
Returns:
a String.

setRhStatus

public void setRhStatus(java.lang.String rhStatus)
Sets the status of the Event in its History.
Parameters:
rhStatus - the Status.

getRhNote

public java.lang.String getRhNote()
Gets the Note attached to the Event from its History.
Returns:
a String.

setRhNote

public void setRhNote(java.lang.String rhNote)
Sets the Note to attach to the Event History.
Parameters:
rhNote - a String sentence.

setRhModifierUser

public void setRhModifierUser(User rhModifierUser)
Set the User modifier in Event History.
Parameters:
rhModifierUser - an instance of User representing the User who last modified the Event.

getRhModifierUser

public User getRhModifierUser()
Gets the User who last modified the Event from the Event History.
Returns:
an instance of User.

Skip navigation links


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