Class AssetPropertyElementBase
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssetDescriptor,AssetElementHeader,AssetElementOrigin,AssetFeedback,AssetLineage,AssetPropertyBase,EmbeddedConnectionProperties
public abstract class AssetPropertyElementBase extends Object implements Serializable
This property header implements any common mechanisms that all property objects need.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetPropertyElementBase()Typical ConstructorAssetPropertyElementBase(AssetPropertyElementBase template)Copy/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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.inthashCode()Hash of properties
-
-
-
Constructor Detail
-
AssetPropertyElementBase
public AssetPropertyElementBase()
Typical Constructor
-
AssetPropertyElementBase
public AssetPropertyElementBase(AssetPropertyElementBase template)
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 Detail
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-