public class LoadPinConfigParams extends Object
| Constructor and Description |
|---|
LoadPinConfigParams(String sObjectName,
int nInsertOpcode,
int nDeleteOpcode)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDeleteOpcode()
getDeleteOpcode method returns the opcode that should be
used for deleting objects in Portal
|
int |
getInsertOpcode()
getInsertOpcode method returns the opcode that should be
used for creating new objects in Portal
|
String |
getObjectName()
getObjectName method returns the name of the object
that would be updated in Portal.
|
public LoadPinConfigParams(String sObjectName, int nInsertOpcode, int nDeleteOpcode)
sObjectName - Name of the object to be updatednInsertOpcode - Opcode used for creating objectsnDeleteOpcode - Opcode used for deleting objectspublic String getObjectName()
public int getInsertOpcode()
public int getDeleteOpcode()
Copyright © 2003, 2023, Oracle and/or its affiliates.