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 |
|---|---|
long |
getHeaderVersion()
Return the version of this header.
|
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.Copyright © 2018–2020 ODPi. All rights reserved.