Skip navigation links


oracle.iam.reconciliation.api
Class BatchAttributes

java.lang.Object
  extended by oracle.iam.reconciliation.api.BatchAttributes

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
BatchAttributes(java.lang.String profileName, boolean finished, java.lang.String dateFormat)
           

 

Method Summary
 java.lang.String getDateFormat()
           
 java.lang.String getProfileName()
           
 boolean isFinished()
           

 

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

 

Constructor Detail

BatchAttributes

public BatchAttributes(java.lang.String profileName,
                       boolean finished,
                       java.lang.String dateFormat)

Method Detail

getProfileName

public java.lang.String getProfileName()

isFinished

public boolean isFinished()

getDateFormat

public java.lang.String getDateFormat()

Skip navigation links


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