Skip navigation links 
 
oracle.iam.reconciliation.vo
Class ReconCachedDetails
java.lang.Object
  
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) 
            | 
  
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
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)
getEntityType
public java.lang.String getEntityType()
setEntityType
public void setEntityType(java.lang.String entityType)
getEventStatus
public java.lang.String getEventStatus()
setEventStatus
public void setEventStatus(java.lang.String eventStatus)
getJobID
public java.lang.Long getJobID()
setJobID
public void setJobID(java.lang.Long jobID)
getParentTableKey
public java.lang.Long getParentTableKey()
setParentTableKey
public void setParentTableKey(java.lang.Long parentTableKey)
getProfileID
public java.lang.String getProfileID()
setProfileID
public void setProfileID(java.lang.String profileID)
getChangeType
public ChangeType getChangeType()
getActionDate
public java.util.Date getActionDate()
getAllDataFlag
public java.lang.String getAllDataFlag()
setAllDataFlag
public void setAllDataFlag(boolean alldata)
Skip navigation links 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.