public class SharedContainer extends InformationAsset
shared_container asset type in IGC, displayed as 'Shared Container' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
annotations |
protected LocalContainer |
localContainers |
protected ItemList<MappingComponent> |
mappingComponents |
protected ItemList<Dsparameter> |
parameters |
protected ItemList<DsparameterSet> |
parameterSets |
protected ItemList<SharedContainer> |
referencedByContainers |
protected ItemList<Stage> |
referencedByStages |
protected ItemList<SharedContainer> |
referencesContainers |
protected SharedContainer |
sharedContainers |
protected ItemList<MainObject> |
sourceMappings |
protected ItemList<Stage> |
stages |
protected ItemList<MainObject> |
targetMappings |
protected TransformationProject |
transformationProject |
protected String |
type
Valid values are:
SERVER (displayed in the UI as 'SERVER')
MAINFRAME (displayed in the UI as 'MAINFRAME')
SEQUENCE (displayed in the UI as 'SEQUENCE')
PARALLEL (displayed in the UI as 'PARALLEL')
|
protected String |
version |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
SharedContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAnnotations()
Retrieve the
annotations property (displayed as 'Annotations') of the object. |
LocalContainer |
getLocalContainers()
Retrieve the
local_containers property (displayed as 'Local Containers') of the object. |
ItemList<MappingComponent> |
getMappingComponents()
Retrieve the
mapping_components property (displayed as 'Mapping Components') of the object. |
ItemList<Dsparameter> |
getParameters()
Retrieve the
parameters property (displayed as 'Parameters') of the object. |
ItemList<DsparameterSet> |
getParameterSets()
Retrieve the
parameter_sets property (displayed as 'Parameter Sets') of the object. |
ItemList<SharedContainer> |
getReferencedByContainers()
Retrieve the
referenced_by_containers property (displayed as 'Referenced by Containers') of the object. |
ItemList<Stage> |
getReferencedByStages()
Retrieve the
referenced_by_stages property (displayed as 'Referenced by Stages') of the object. |
ItemList<SharedContainer> |
getReferencesContainers()
Retrieve the
references_containers property (displayed as 'References Containers') of the object. |
SharedContainer |
getSharedContainers()
Retrieve the
shared_containers property (displayed as 'Shared Containers') of the object. |
ItemList<MainObject> |
getSourceMappings()
Retrieve the
source_mappings property (displayed as 'Source Mappings') of the object. |
ItemList<Stage> |
getStages()
Retrieve the
stages property (displayed as 'Stages') of the object. |
ItemList<MainObject> |
getTargetMappings()
Retrieve the
target_mappings property (displayed as 'Target Mappings') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
TransformationProject |
getTransformationProject()
Retrieve the
transformation_project property (displayed as 'Transformation Project') of the object. |
String |
getVersion()
Retrieve the
version property (displayed as 'Version') of the object. |
void |
setAnnotations(List<String> annotations)
Set the
annotations property (displayed as Annotations) of the object. |
void |
setLocalContainers(LocalContainer localContainers)
Set the
local_containers property (displayed as Local Containers) of the object. |
void |
setMappingComponents(ItemList<MappingComponent> mappingComponents)
Set the
mapping_components property (displayed as Mapping Components) of the object. |
void |
setParameters(ItemList<Dsparameter> parameters)
Set the
parameters property (displayed as Parameters) of the object. |
void |
setParameterSets(ItemList<DsparameterSet> parameterSets)
Set the
parameter_sets property (displayed as Parameter Sets) of the object. |
void |
setReferencedByContainers(ItemList<SharedContainer> referencedByContainers)
Set the
referenced_by_containers property (displayed as Referenced by Containers) of the object. |
void |
setReferencedByStages(ItemList<Stage> referencedByStages)
Set the
referenced_by_stages property (displayed as Referenced by Stages) of the object. |
void |
setReferencesContainers(ItemList<SharedContainer> referencesContainers)
Set the
references_containers property (displayed as References Containers) of the object. |
void |
setSharedContainers(SharedContainer sharedContainers)
Set the
shared_containers property (displayed as Shared Containers) of the object. |
void |
setSourceMappings(ItemList<MainObject> sourceMappings)
Set the
source_mappings property (displayed as Source Mappings) of the object. |
void |
setStages(ItemList<Stage> stages)
Set the
stages property (displayed as Stages) of the object. |
void |
setTargetMappings(ItemList<MainObject> targetMappings)
Set the
target_mappings property (displayed as Target Mappings) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setTransformationProject(TransformationProject transformationProject)
Set the
transformation_project property (displayed as Transformation Project) of the object. |
void |
setVersion(String version)
Set the
version property (displayed as Version) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, 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 LocalContainer localContainers
protected ItemList<MappingComponent> mappingComponents
protected ItemList<DsparameterSet> parameterSets
protected ItemList<Dsparameter> parameters
protected ItemList<SharedContainer> referencedByContainers
protected ItemList<SharedContainer> referencesContainers
protected SharedContainer sharedContainers
protected ItemList<MainObject> sourceMappings
protected ItemList<MainObject> targetMappings
protected TransformationProject transformationProject
protected String type
protected String version
public List<String> getAnnotations()
annotations property (displayed as 'Annotations') of the object.List<String>public void setAnnotations(List<String> annotations)
annotations property (displayed as Annotations) of the object.annotations - the value to setpublic LocalContainer getLocalContainers()
local_containers property (displayed as 'Local Containers') of the object.LocalContainerpublic void setLocalContainers(LocalContainer localContainers)
local_containers property (displayed as Local Containers) of the object.localContainers - the value to setpublic ItemList<MappingComponent> getMappingComponents()
mapping_components property (displayed as 'Mapping Components') of the object.ItemList<MappingComponent>public void setMappingComponents(ItemList<MappingComponent> mappingComponents)
mapping_components property (displayed as Mapping Components) of the object.mappingComponents - the value to setpublic ItemList<DsparameterSet> getParameterSets()
parameter_sets property (displayed as 'Parameter Sets') of the object.ItemList<DsparameterSet>public void setParameterSets(ItemList<DsparameterSet> parameterSets)
parameter_sets property (displayed as Parameter Sets) of the object.parameterSets - the value to setpublic ItemList<Dsparameter> getParameters()
parameters property (displayed as 'Parameters') of the object.ItemList<Dsparameter>public void setParameters(ItemList<Dsparameter> parameters)
parameters property (displayed as Parameters) of the object.parameters - the value to setpublic ItemList<SharedContainer> getReferencedByContainers()
referenced_by_containers property (displayed as 'Referenced by Containers') of the object.ItemList<SharedContainer>public void setReferencedByContainers(ItemList<SharedContainer> referencedByContainers)
referenced_by_containers property (displayed as Referenced by Containers) of the object.referencedByContainers - the value to setpublic ItemList<Stage> getReferencedByStages()
referenced_by_stages property (displayed as 'Referenced by Stages') of the object.ItemList<Stage>public void setReferencedByStages(ItemList<Stage> referencedByStages)
referenced_by_stages property (displayed as Referenced by Stages) of the object.referencedByStages - the value to setpublic ItemList<SharedContainer> getReferencesContainers()
references_containers property (displayed as 'References Containers') of the object.ItemList<SharedContainer>public void setReferencesContainers(ItemList<SharedContainer> referencesContainers)
references_containers property (displayed as References Containers) of the object.referencesContainers - 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 ItemList<MainObject> getSourceMappings()
source_mappings property (displayed as 'Source Mappings') of the object.ItemList<MainObject>public void setSourceMappings(ItemList<MainObject> sourceMappings)
source_mappings property (displayed as Source Mappings) of the object.sourceMappings - the value to setpublic ItemList<Stage> getStages()
stages property (displayed as 'Stages') of the object.ItemList<Stage>public void setStages(ItemList<Stage> stages)
stages property (displayed as Stages) of the object.stages - the value to setpublic ItemList<MainObject> getTargetMappings()
target_mappings property (displayed as 'Target Mappings') of the object.ItemList<MainObject>public void setTargetMappings(ItemList<MainObject> targetMappings)
target_mappings property (displayed as Target Mappings) of the object.targetMappings - the value to setpublic TransformationProject getTransformationProject()
transformation_project property (displayed as 'Transformation Project') of the object.TransformationProjectpublic void setTransformationProject(TransformationProject transformationProject)
transformation_project property (displayed as Transformation Project) of the object.transformationProject - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic String getVersion()
version property (displayed as 'Version') of the object.Stringpublic void setVersion(String version)
version property (displayed as Version) of the object.version - the value to setCopyright © 2018–2021 ODPi. All rights reserved.