Class AssetPropertyElementBase
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
- Direct Known Subclasses:
AssetDescriptor
,AssetElementHeader
,AssetElementOrigin
,AssetFeedback
,AssetLineage
,AssetPropertyBase
,EmbeddedConnectionProperties
This property header implements any common mechanisms that all property objects need.
-
Constructor Summary
ConstructorDescriptionTypical ConstructorCopy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null; -
Method Summary
-
Constructor Details
-
AssetPropertyElementBase
public AssetPropertyElementBase()Typical Constructor -
AssetPropertyElementBase
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;- Parameters:
template
- object being copied
-
-
Method Details
-
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Hash of properties
-