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 |
|---|---|
ElementHeader |
getElementHeader()
The element header is setup when an element is retrieved from the repository.
|
Map<String,Object> |
getExtendedProperties()
Return the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
long |
getHeaderVersion()
Return the version of this header.
|
String |
getTypeName()
Return the name of the type of annotation - default is "Annotation".
|
void |
setElementHeader(ElementHeader elementHeader)
The element header is setup when an element is retrieved from the repository.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
void |
setHeaderVersion(long headerVersion)
Return the version of this header.
|
void |
setTypeName(String typeName)
Set up the name of the type of annotation - default is "Annotation".
|
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 ElementHeader getElementHeader()
public void setElementHeader(ElementHeader elementHeader)
elementHeader - control headerpublic String getTypeName()
public void setTypeName(String typeName)
typeName - unique open metadata type namepublic Map<String,Object> getExtendedProperties()
Copyright © 2018–2020 ODPi. All rights reserved.