public class DatastageItem extends Reference
datastage_item asset type in IGC, displayed as 'DataStage Item' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
name |
protected Boolean |
referenceItem |
protected String |
repositoryId |
| Constructor and Description |
|---|
DatastageItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Retrieve the
class_name property (displayed as 'Class Name') of the object. |
Boolean |
getReferenceItem()
Retrieve the
reference_item property (displayed as 'Reference Item') of the object. |
String |
getRepositoryId()
Retrieve the
repository_id property (displayed as 'Repository ID') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setClassName(String className)
Set the
class_name property (displayed as Class Name) of the object. |
void |
setReferenceItem(Boolean referenceItem)
Set the
reference_item property (displayed as Reference Item) of the object. |
void |
setRepositoryId(String repositoryId)
Set the
repository_id property (displayed as Repository ID) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) 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 className
protected String name
protected Boolean referenceItem
protected String repositoryId
public String getClassName()
class_name property (displayed as 'Class Name') of the object.Stringpublic void setClassName(String className)
class_name property (displayed as Class Name) of the object.className - 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 Boolean getReferenceItem()
reference_item property (displayed as 'Reference Item') of the object.Booleanpublic void setReferenceItem(Boolean referenceItem)
reference_item property (displayed as Reference Item) of the object.referenceItem - the value to setpublic String getRepositoryId()
repository_id property (displayed as 'Repository ID') of the object.Stringpublic void setRepositoryId(String repositoryId)
repository_id property (displayed as Repository ID) of the object.repositoryId - the value to setCopyright © 2018–2021 ODPi. All rights reserved.