public class Dsexternaldependency extends Reference
dsexternaldependency asset type in IGC, displayed as 'DSExternalDependency' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aXmetaLockingRoot |
protected Routine |
callsDsRoutine |
protected String |
location |
protected String |
name |
protected Dsjob |
ofDsJobDef |
protected Routine |
ofDsRoutine |
protected Dsjob |
runsDsJob |
protected String |
type
Valid values are:
JOB (displayed in the UI as 'JOB')
ROUTINE (displayed in the UI as 'ROUTINE')
UVROUTINE (displayed in the UI as 'UVROUTINE')
FILE (displayed in the UI as 'FILE')
ACTIVEX (displayed in the UI as 'ACTIVEX')
WEBSERVICE (displayed in the UI as 'WEBSERVICE')
ROOTJOB (displayed in the UI as 'ROOTJOB')
|
| Constructor and Description |
|---|
Dsexternaldependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAXmetaLockingRoot()
Retrieve the
a_xmeta_locking_root property (displayed as 'A XMeta Locking Root') of the object. |
Routine |
getCallsDsRoutine()
Retrieve the
calls_ds_routine property (displayed as 'Calls DS Routine') of the object. |
String |
getLocation()
Retrieve the
location property (displayed as 'Location') of the object. |
Dsjob |
getOfDsJobDef()
Retrieve the
of_ds_job_def property (displayed as 'Of DS Job Def') of the object. |
Routine |
getOfDsRoutine()
Retrieve the
of_ds_routine property (displayed as 'Of DS Routine') of the object. |
Dsjob |
getRunsDsJob()
Retrieve the
runs_ds_job property (displayed as 'Runs DS Job') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setAXmetaLockingRoot(String aXmetaLockingRoot)
Set the
a_xmeta_locking_root property (displayed as A XMeta Locking Root) of the object. |
void |
setCallsDsRoutine(Routine callsDsRoutine)
Set the
calls_ds_routine property (displayed as Calls DS Routine) of the object. |
void |
setLocation(String location)
Set the
location property (displayed as Location) of the object. |
void |
setOfDsJobDef(Dsjob ofDsJobDef)
Set the
of_ds_job_def property (displayed as Of DS Job Def) of the object. |
void |
setOfDsRoutine(Routine ofDsRoutine)
Set the
of_ds_routine property (displayed as Of DS Routine) of the object. |
void |
setRunsDsJob(Dsjob runsDsJob)
Set the
runs_ds_job property (displayed as Runs DS Job) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String aXmetaLockingRoot
protected Routine callsDsRoutine
protected String location
protected String name
protected Dsjob ofDsJobDef
protected Routine ofDsRoutine
protected Dsjob runsDsJob
protected String type
public String getAXmetaLockingRoot()
a_xmeta_locking_root property (displayed as 'A XMeta Locking Root') of the object.Stringpublic void setAXmetaLockingRoot(String aXmetaLockingRoot)
a_xmeta_locking_root property (displayed as A XMeta Locking Root) of the object.aXmetaLockingRoot - the value to setpublic Routine getCallsDsRoutine()
calls_ds_routine property (displayed as 'Calls DS Routine') of the object.Routinepublic void setCallsDsRoutine(Routine callsDsRoutine)
calls_ds_routine property (displayed as Calls DS Routine) of the object.callsDsRoutine - the value to setpublic String getLocation()
location property (displayed as 'Location') of the object.Stringpublic void setLocation(String location)
location property (displayed as Location) of the object.location - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic Dsjob getOfDsJobDef()
of_ds_job_def property (displayed as 'Of DS Job Def') of the object.Dsjobpublic void setOfDsJobDef(Dsjob ofDsJobDef)
of_ds_job_def property (displayed as Of DS Job Def) of the object.ofDsJobDef - the value to setpublic Routine getOfDsRoutine()
of_ds_routine property (displayed as 'Of DS Routine') of the object.Routinepublic void setOfDsRoutine(Routine ofDsRoutine)
of_ds_routine property (displayed as Of DS Routine) of the object.ofDsRoutine - the value to setpublic Dsjob getRunsDsJob()
runs_ds_job property (displayed as 'Runs DS Job') of the object.Dsjobpublic void setRunsDsJob(Dsjob runsDsJob)
runs_ds_job property (displayed as Runs DS Job) of the object.runsDsJob - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.