public class MappingComponent extends Reference
mapping_component asset type in IGC, displayed as 'Mapping Component' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
longDescription |
protected ItemList<MappingProject> |
mappingProject |
protected String |
name |
protected String |
nativeId |
protected SharedContainer |
sharedContainers |
protected String |
shortDescription |
| Constructor and Description |
|---|
MappingComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
ItemList<MappingProject> |
getMappingProject()
Retrieve the
mapping_project property (displayed as 'Mapping Project') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
SharedContainer |
getSharedContainers()
Retrieve the
shared_containers property (displayed as 'Shared Containers') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setMappingProject(ItemList<MappingProject> mappingProject)
Set the
mapping_project property (displayed as Mapping Project) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setSharedContainers(SharedContainer sharedContainers)
Set the
shared_containers property (displayed as Shared Containers) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) 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 longDescription
protected ItemList<MappingProject> mappingProject
protected String name
protected String nativeId
protected SharedContainer sharedContainers
protected String shortDescription
public String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic ItemList<MappingProject> getMappingProject()
mapping_project property (displayed as 'Mapping Project') of the object.ItemList<MappingProject>public void setMappingProject(ItemList<MappingProject> mappingProject)
mapping_project property (displayed as Mapping Project) of the object.mappingProject - 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 SharedContainer getSharedContainers()
shared_containers property (displayed as 'Shared Containers') of the object.SharedContainerpublic void setSharedContainers(SharedContainer sharedContainers)
shared_containers property (displayed as Shared Containers) of the object.sharedContainers - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setCopyright © 2018–2021 ODPi. All rights reserved.