Skip navigation links


oracle.iam.idmobj.vo
Class MigrationVO

java.lang.Object
  extended by oracle.iam.idmobj.vo.MigrationVO

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
MigrationVO()
           
MigrationVO(ObjectType objectType, java.lang.String identifierString)
           
MigrationVO(java.lang.String objectName, ObjectType objectType, java.lang.String subType, java.lang.String encodedObjContent)
           

 

Method Summary
 long getContentSize()
           
 java.lang.String getEncodedObjContent()
           
 java.lang.String getIdentifierString()
           
 java.lang.String getMigrationHandler()
           
 java.lang.String getObjectName()
           
 ObjectType getObjectType()
           
 java.lang.String getSubType()
           
 boolean isImportPerformed()
           
 boolean isImportSuccessfull()
           
 void setContentSize(long contentSize)
           
 void setEncodedObjContent(java.lang.String encodedObjContent)
           
 void setIdentifierString(java.lang.String identifierString)
           
 void setImportPerformed(boolean importPerformed)
           
 void setImportSuccessfull(boolean importSuccessfull)
           
 void setMigrationHandler(java.lang.String migrationHandler)
           
 void setObjectName(java.lang.String objectName)
           
 void setObjectType(ObjectType objectType)
           
 void setObjectType(java.lang.String objectType)
           
 void setSubType(java.lang.String subType)
           

 

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

 

Constructor Detail

MigrationVO

public MigrationVO()

MigrationVO

public MigrationVO(java.lang.String objectName,
                   ObjectType objectType,
                   java.lang.String subType,
                   java.lang.String encodedObjContent)
Parameters:
identifierString -
objectName -
objectType -
subType -
encodedObjContent -

MigrationVO

public MigrationVO(ObjectType objectType,
                   java.lang.String identifierString)
Parameters:
objectType -
identifierString -

Method Detail

getObjectName

public java.lang.String getObjectName()
Returns:
the objectName

setObjectName

public void setObjectName(java.lang.String objectName)
Parameters:
objectName - the objectName to set

getObjectType

public ObjectType getObjectType()
Returns:
the objectType

setObjectType

public void setObjectType(ObjectType objectType)
Parameters:
objectType - the objectType to set

setObjectType

public void setObjectType(java.lang.String objectType)
Parameters:
objectType - the objectType to set

getContentSize

public long getContentSize()
Returns:
the contentSize

setContentSize

public void setContentSize(long contentSize)
Parameters:
contentSize - the contentSize to set

getSubType

public java.lang.String getSubType()
Returns:
the subType

setSubType

public void setSubType(java.lang.String subType)
Parameters:
subType - the subType to set

getEncodedObjContent

public java.lang.String getEncodedObjContent()
Returns:
the encodedObjContent

setEncodedObjContent

public void setEncodedObjContent(java.lang.String encodedObjContent)
Parameters:
encodedObjContent - the encodedObjContent to set

isImportPerformed

public boolean isImportPerformed()
Returns:
the importPerformed

setImportPerformed

public void setImportPerformed(boolean importPerformed)
Parameters:
importPerformed - the importPerformed to set

isImportSuccessfull

public boolean isImportSuccessfull()
Returns:
the importSuccessfull

setImportSuccessfull

public void setImportSuccessfull(boolean importSuccessfull)
Parameters:
importSuccessfull - the importSuccessfull to set

getMigrationHandler

public java.lang.String getMigrationHandler()
Returns:
the migrationHandler

setMigrationHandler

public void setMigrationHandler(java.lang.String migrationHandler)
Parameters:
migrationHandler - the migrationHandler to set

getIdentifierString

public java.lang.String getIdentifierString()
Returns:
the identifierString

setIdentifierString

public void setIdentifierString(java.lang.String identifierString)
Parameters:
identifierString - the identifierString to set

Skip navigation links


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