com.ibm.itim.common
Class BulkProcessDetails

java.lang.Object
  extended by com.ibm.itim.common.BulkProcessDetails
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Nested Class Summary
static class BulkProcessDetails.EntityType
           
static class BulkProcessDetails.ProcessType
           
 
Constructor Summary
BulkProcessDetails(BulkProcessDetails.ProcessType processType, BulkProcessDetails.EntityType entityType, java.lang.Object data)
           
 
Method Summary
 java.lang.Object getData()
           
 BulkProcessDetails.EntityType getEntityType()
           
 java.util.Locale getLocale()
           
 long getProcessId()
           
 BulkProcessDetails.ProcessType getProcessType()
           
 void setLocale(java.util.Locale locale)
           
 void setProcessId(long processId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkProcessDetails

public BulkProcessDetails(BulkProcessDetails.ProcessType processType,
                          BulkProcessDetails.EntityType entityType,
                          java.lang.Object data)
Method Detail

getProcessType

public BulkProcessDetails.ProcessType getProcessType()

getEntityType

public BulkProcessDetails.EntityType getEntityType()

getData

public java.lang.Object getData()

getProcessId

public long getProcessId()

setProcessId

public void setProcessId(long processId)

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.