Skip navigation links


oracle.iam.reconciliation.vo
Class ReconCachedDetails

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


public class ReconCachedDetails
extends java.lang.Object

Constructor Summary
ReconCachedDetails(java.lang.String entityType, java.lang.String eventStatus, java.lang.Long jobID, java.lang.String profileID, java.lang.Long parentTableKey, ChangeType changeType, java.util.Date actionDate, java.lang.Long batchId, boolean batchComplete)
           

 

Method Summary
 java.util.Date getActionDate()
           
 java.lang.Long getBatchId()
           
 ChangeType getChangeType()
           
 java.lang.String getEntityType()
           
 java.lang.String getEventStatus()
           
 java.lang.Long getJobID()
           
 java.lang.Long getParentTableKey()
           
 java.lang.String getProfileID()
           
 boolean isBatchComplete()
           
 void setParentTableKey(java.lang.Long parentTableKey)
           

 

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

 

Constructor Detail

ReconCachedDetails

public ReconCachedDetails(java.lang.String entityType,
                          java.lang.String eventStatus,
                          java.lang.Long jobID,
                          java.lang.String profileID,
                          java.lang.Long parentTableKey,
                          ChangeType changeType,
                          java.util.Date actionDate,
                          java.lang.Long batchId,
                          boolean batchComplete)

Method Detail

getEntityType

public java.lang.String getEntityType()

getEventStatus

public java.lang.String getEventStatus()

getJobID

public java.lang.Long getJobID()

getParentTableKey

public java.lang.Long getParentTableKey()

setParentTableKey

public void setParentTableKey(java.lang.Long parentTableKey)

getProfileID

public java.lang.String getProfileID()

getChangeType

public ChangeType getChangeType()

getActionDate

public java.util.Date getActionDate()

getBatchId

public java.lang.Long getBatchId()

isBatchComplete

public boolean isBatchComplete()

Skip navigation links


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