Skip navigation links


oracle.iam.idmobj.vo
Class CRBObject

java.lang.Object
  extended by oracle.iam.idmobj.vo.IDMRootObject
      extended by oracle.iam.idmobj.vo.CRBObject

All Implemented Interfaces:
MigrationObjIntf

public class CRBObject
extends IDMRootObject

Constructor Summary
CRBObject()
           
CRBObject(java.lang.String fileName)
           
CRBObject(java.lang.String fileName, byte[] fileContents)
           
CRBObject(java.lang.String fileName, byte[] fileContents, java.lang.String resourceType)
           

 

Method Summary
 MigrationVO exportObj()
           
 byte[] getFileContents()
           
 java.lang.String getFileName()
           
 java.lang.String getResourceType()
           
 boolean importObj(MigrationVO data)
           
 void setFileContents(byte[] fileContents)
           
 void setFileName(java.lang.String fileName)
           
 void setResourceType(java.lang.String resourceType)
           

 

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

 

Constructor Detail

CRBObject

public CRBObject()

CRBObject

public CRBObject(java.lang.String fileName)
Parameters:
fileName -

CRBObject

public CRBObject(java.lang.String fileName,
                 byte[] fileContents)
Parameters:
fileName -
fileContents -

CRBObject

public CRBObject(java.lang.String fileName,
                 byte[] fileContents,
                 java.lang.String resourceType)
Parameters:
fileName -
fileContents -
resourceType -

Method Detail

getFileName

public java.lang.String getFileName()
Returns:
the fileName

setFileName

public void setFileName(java.lang.String fileName)
Parameters:
fileName - the fileName to set

getFileContents

public byte[] getFileContents()
Returns:
the fileContents

setFileContents

public void setFileContents(byte[] fileContents)
Parameters:
fileContents - the fileContents to set

getResourceType

public java.lang.String getResourceType()
Returns:
the resourceType

setResourceType

public void setResourceType(java.lang.String resourceType)
Parameters:
resourceType - the resourceType to set

exportObj

public MigrationVO exportObj()
Specified by:
exportObj in interface MigrationObjIntf
Specified by:
exportObj in class IDMRootObject

importObj

public boolean importObj(MigrationVO data)
Specified by:
importObj in interface MigrationObjIntf
Specified by:
importObj in class IDMRootObject

Skip navigation links


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