public class MwbDatabaseAlias extends Reference
mwb_database_alias asset type in IGC, displayed as 'Database Alias' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Database |
database |
protected String |
name |
protected ItemList<Dsjob> |
referencedByJobs |
protected String |
type |
| Constructor and Description |
|---|
MwbDatabaseAlias() |
| Modifier and Type | Method and Description |
|---|---|
Database |
getDatabase()
Retrieve the
database property (displayed as 'Database') of the object. |
ItemList<Dsjob> |
getReferencedByJobs()
Retrieve the
referenced_by_jobs property (displayed as 'Referenced by Jobs') 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 |
setDatabase(Database database)
Set the
database property (displayed as Database) of the object. |
void |
setReferencedByJobs(ItemList<Dsjob> referencedByJobs)
Set the
referenced_by_jobs property (displayed as Referenced by Jobs) 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 Database database
protected String name
protected String type
public Database getDatabase()
database property (displayed as 'Database') of the object.Databasepublic void setDatabase(Database database)
database property (displayed as Database) of the object.database - 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 ItemList<Dsjob> getReferencedByJobs()
referenced_by_jobs property (displayed as 'Referenced by Jobs') of the object.ItemList<Dsjob>public void setReferencedByJobs(ItemList<Dsjob> referencedByJobs)
referenced_by_jobs property (displayed as Referenced by Jobs) of the object.referencedByJobs - 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.