public class Jobdef extends MainObject
jobdef asset type in IGC, displayed as 'JobDef' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<MainObject> |
alias |
protected String |
nativeId |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Jobdef() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<MainObject> |
getAlias()
Retrieve the
alias property (displayed as 'Alias') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
void |
setAlias(ItemList<MainObject> alias)
Set the
alias property (displayed as Alias) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 ItemList<MainObject> alias
protected String nativeId
public ItemList<MainObject> getAlias()
alias property (displayed as 'Alias') of the object.ItemList<MainObject>public void setAlias(ItemList<MainObject> alias)
alias property (displayed as Alias) of the object.alias - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setCopyright © 2018–2021 ODPi. All rights reserved.