public class LineageReportTemplate extends Reference
lineage_report_template asset type in IGC, displayed as 'Lineage Report Template' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected InformationAsset |
assetDisplayProperties |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected ItemList<Lineagefilter> |
usesLineageFilter |
| Constructor and Description |
|---|
LineageReportTemplate() |
| Modifier and Type | Method and Description |
|---|---|
InformationAsset |
getAssetDisplayProperties()
Retrieve the
asset_display_properties property (displayed as 'Asset Type Properties') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
ItemList<Lineagefilter> |
getUsesLineageFilter()
Retrieve the
uses_lineage_filter property (displayed as 'Uses Lineage Filter') of the object. |
void |
setAssetDisplayProperties(InformationAsset assetDisplayProperties)
Set the
asset_display_properties property (displayed as Asset Type Properties) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setUsesLineageFilter(ItemList<Lineagefilter> usesLineageFilter)
Set the
uses_lineage_filter property (displayed as Uses Lineage Filter) 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 InformationAsset assetDisplayProperties
protected String longDescription
protected String name
protected String nativeId
protected ItemList<Lineagefilter> usesLineageFilter
public InformationAsset getAssetDisplayProperties()
asset_display_properties property (displayed as 'Asset Type Properties') of the object.InformationAssetpublic void setAssetDisplayProperties(InformationAsset assetDisplayProperties)
asset_display_properties property (displayed as Asset Type Properties) of the object.assetDisplayProperties - the value to setpublic String getLongDescription()
long_description property (displayed as 'Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Description) of the object.longDescription - 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 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 setpublic ItemList<Lineagefilter> getUsesLineageFilter()
uses_lineage_filter property (displayed as 'Uses Lineage Filter') of the object.ItemList<Lineagefilter>public void setUsesLineageFilter(ItemList<Lineagefilter> usesLineageFilter)
uses_lineage_filter property (displayed as Uses Lineage Filter) of the object.usesLineageFilter - the value to setCopyright © 2018–2021 ODPi. All rights reserved.