public abstract class AssetPropertyElementBase extends Object implements Serializable
| Constructor and Description |
|---|
AssetPropertyElementBase()
Typical Constructor
|
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;
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
int |
hashCode()
Hash of properties
|
public AssetPropertyElementBase()
public AssetPropertyElementBase(AssetPropertyElementBase template)
template - object being copiedpublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.