public class Derivation extends Reference
derivation asset type in IGC, displayed as 'Derivation' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected String |
nativeId |
| Constructor and Description |
|---|
Derivation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Retrieve the
expression property (displayed as 'Expression') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
void |
setExpression(String expression)
Set the
expression property (displayed as Expression) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) 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, setUrltoStringpublic String getExpression()
expression property (displayed as 'Expression') of the object.Stringpublic void setExpression(String expression)
expression property (displayed as Expression) of the object.expression - 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.