public abstract class GovernanceHeader extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceHeader()
Default Constructor
|
GovernanceHeader(GovernanceHeader template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getGUID()
Return the unique identifier for this definition.
|
String |
getTitle()
Return the title associated with this governance definition.
|
String |
getType()
Return the name of the specific type of governance definition.
|
int |
hashCode()
Just use the GUID for the hash code as it should be unique.
|
void |
setGUID(String guid)
Set up the unique identifier for this definition.
|
void |
setTitle(String title)
Set up the title associated with this governance definition.
|
void |
setType(String type)
Set up the name of the specific type of the governance definition.
|
String |
toString()
JSON-style toString.
|
public GovernanceHeader()
public GovernanceHeader(GovernanceHeader template)
template - object being copiedpublic String getGUID()
public void setGUID(String guid)
guid - String guidpublic String getType()
public void setType(String type)
type - String type namepublic String getTitle()
public void setTitle(String title)
title - String titlepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.