public class WarehouseMapping extends Reference
warehouse_mapping asset type in IGC, displayed as 'Warehouse Mapping' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected String |
rule |
protected ItemList<InformationAsset> |
sources |
protected ItemList<InformationAsset> |
targets |
protected ItemList<WarehouseMappingDocument> |
warehouseMappingDocument |
| Constructor and Description |
|---|
WarehouseMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
String |
getRule()
Retrieve the
rule property (displayed as 'Rule') of the object. |
ItemList<InformationAsset> |
getSources()
Retrieve the
sources property (displayed as 'Sources') of the object. |
ItemList<InformationAsset> |
getTargets()
Retrieve the
targets property (displayed as 'Targets') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
ItemList<WarehouseMappingDocument> |
getWarehouseMappingDocument()
Retrieve the
warehouse_mapping_document property (displayed as 'Warehouse Mapping Document') of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setRule(String rule)
Set the
rule property (displayed as Rule) of the object. |
void |
setSources(ItemList<InformationAsset> sources)
Set the
sources property (displayed as Sources) of the object. |
void |
setTargets(ItemList<InformationAsset> targets)
Set the
targets property (displayed as Targets) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setWarehouseMappingDocument(ItemList<WarehouseMappingDocument> warehouseMappingDocument)
Set the
warehouse_mapping_document property (displayed as Warehouse Mapping Document) 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 description
protected String name
protected String rule
protected ItemList<InformationAsset> sources
protected ItemList<InformationAsset> targets
protected ItemList<WarehouseMappingDocument> warehouseMappingDocument
public String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - 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 getRule()
rule property (displayed as 'Rule') of the object.Stringpublic void setRule(String rule)
rule property (displayed as Rule) of the object.rule - the value to setpublic ItemList<InformationAsset> getSources()
sources property (displayed as 'Sources') of the object.ItemList<InformationAsset>public void setSources(ItemList<InformationAsset> sources)
sources property (displayed as Sources) of the object.sources - the value to setpublic ItemList<InformationAsset> getTargets()
targets property (displayed as 'Targets') of the object.ItemList<InformationAsset>public void setTargets(ItemList<InformationAsset> targets)
targets property (displayed as Targets) of the object.targets - the value to setpublic ItemList<WarehouseMappingDocument> getWarehouseMappingDocument()
warehouse_mapping_document property (displayed as 'Warehouse Mapping Document') of the object.ItemList<WarehouseMappingDocument>public void setWarehouseMappingDocument(ItemList<WarehouseMappingDocument> warehouseMappingDocument)
warehouse_mapping_document property (displayed as Warehouse Mapping Document) of the object.warehouseMappingDocument - the value to setCopyright © 2018–2021 ODPi. All rights reserved.