Class InformationSupplyChainSegmentProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.informationsupplychains.InformationSupplyChainSegmentProperties
InformationSupplyChainSegmentProperties identifies a portion of an information supply chain that is the
responsibility of a particular party.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the description for this information supply chain segment.Return the display name for this information supply chain segment (normally a shortened form of the qualified name).Set up the estimated volumetrics (size, volume of data, frequency of interaction etc).Return the integration style adopted in this segment.getScope()
Return the scope for this information supply chain segment.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the description for this information supply chain segment.void
setDisplayName
(String displayName) Set up the display name for this information supply chain segment (normally a shortened form of the qualified name).void
setEstimatedVolumetrics
(Map<String, String> estimatedVolumetrics) Set up the estimated volumetrics (size, volume of data, frequency of interaction etc).void
setIntegrationStyle
(String integrationStyle) Return the integration style adopted in this segment.void
Set up the scope for this information supply chain segment.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
InformationSupplyChainSegmentProperties
public InformationSupplyChainSegmentProperties()Default constructor -
InformationSupplyChainSegmentProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDisplayName
Return the display name for this information supply chain segment (normally a shortened form of the qualified name).- Returns:
- string name
-
setDisplayName
Set up the display name for this information supply chain segment (normally a shortened form of the qualified name).- Parameters:
displayName
- string name
-
getDescription
Return the description for this information supply chain segment.- Returns:
- string description
-
setDescription
Set up the description for this information supply chain segment.- Parameters:
description
- string
-
getScope
Return the scope for this information supply chain segment.- Returns:
- String
-
setScope
Set up the scope for this information supply chain segment.- Parameters:
scope
- String
-
getIntegrationStyle
Return the integration style adopted in this segment.- Returns:
- string
-
setIntegrationStyle
Return the integration style adopted in this segment.- Parameters:
integrationStyle
- string
-
getEstimatedVolumetrics
Set up the estimated volumetrics (size, volume of data, frequency of interaction etc).- Returns:
- map of names to values
-
setEstimatedVolumetrics
Set up the estimated volumetrics (size, volume of data, frequency of interaction etc).- Parameters:
estimatedVolumetrics
- map of names to values
-
toString
Standard toString method.- Overrides:
toString
in classReferenceableProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int
-