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 object)
Provide a common implementation of equals for all OCF properties objects.
|
int |
hashCode()
Provide a common implementation of hashCode for all OCF properties objects.
|
String |
toString()
Standard toString method.
|
public AssetPropertyElementBase()
public AssetPropertyElementBase(AssetPropertyElementBase template)
template - object being copiedpublic int hashCode()
public boolean equals(Object object)
Copyright © 2018–2020 ODPi. All rights reserved.