Class ReconCachedDetails

java.lang.Object
oracle.iam.reconciliation.vo.ReconCachedDetails
All Implemented Interfaces:
Serializable

public class ReconCachedDetails extends Object implements Serializable
See Also:
  • Constructor Details

    • ReconCachedDetails

      public ReconCachedDetails(String entityType, String eventStatus, Long jobID, String profileID, Long parentTableKey, ChangeType changeType, Date actionDate, Long batchId, boolean batchComplete)
  • Method Details

    • getEntityType

      public String getEntityType()
    • getEventStatus

      public String getEventStatus()
    • getJobID

      public Long getJobID()
    • getParentTableKey

      public Long getParentTableKey()
    • setParentTableKey

      public void setParentTableKey(Long parentTableKey)
    • getProfileID

      public String getProfileID()
    • getChangeType

      public ChangeType getChangeType()
    • getActionDate

      public Date getActionDate()
    • getBatchId

      public Long getBatchId()
    • isBatchComplete

      public boolean isBatchComplete()