Class Model
- java.lang.Object
-
- org.odpi.openmetadata.archiveutilities.designmodels.cloudinformationmodel.properties.Model
-
public class Model extends Object
Model provides the top level anchor for the model content
-
-
Constructor Summary
Constructors Constructor Description Model()
-
Method Summary
-
-
-
Method Detail
-
getModelName
public String getModelName()
-
setModelName
public void setModelName(String modelName)
-
getModelTechnicalName
public String getModelTechnicalName()
-
setModelTechnicalName
public void setModelTechnicalName(String modelTechnicalName)
-
getModelDescription
public String getModelDescription()
-
setModelDescription
public void setModelDescription(String modelDescription)
-
getModelLocation
public String getModelLocation()
-
setModelLocation
public void setModelLocation(String modelLocation)
-
getModelScope
public String getModelScope()
-
setModelScope
public void setModelScope(String modelScope)
-
getModelLanguage
public String getModelLanguage()
-
setModelLanguage
public void setModelLanguage(String modelLanguage)
-
getSubjectAreaMap
public Map<String,SubjectArea> getSubjectAreaMap()
-
setSubjectAreaMap
public void setSubjectAreaMap(Map<String,SubjectArea> subjectAreaMap)
-
getPropertyDescriptionMap
public Map<String,PropertyDescription> getPropertyDescriptionMap()
-
setPropertyDescriptionMap
public void setPropertyDescriptionMap(Map<String,PropertyDescription> propertyDescriptionMap)
-
getPropertyGroupMap
public Map<String,PropertyGroup> getPropertyGroupMap()
-
setPropertyGroupMap
public void setPropertyGroupMap(Map<String,PropertyGroup> propertyGroupMap)
-
-