public abstract class PropertyBase extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
CURRENT_AUDIT_HEADER_VERSION |
| Constructor and Description |
|---|
PropertyBase()
Typical Constructor
|
PropertyBase(PropertyBase 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.
|
long |
getHeaderVersion()
Return the version of this header.
|
int |
hashCode()
Return code value representing the contents of this object.
|
void |
setHeaderVersion(long headerVersion)
Return the version of this header.
|
public static final long CURRENT_AUDIT_HEADER_VERSION
public PropertyBase()
public PropertyBase(PropertyBase template)
template - object being copiedpublic long getHeaderVersion()
public void setHeaderVersion(long headerVersion)
headerVersion - long version number - the value is incremented each time a new non-informational field is added
to the audit header.public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.