public class ActionTargetElement extends Object implements Serializable
| Constructor and Description |
|---|
ActionTargetElement()
Typical Constructor
|
ActionTargetElement(ActionTargetElement 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.
|
String |
getActionTargetGUID()
Return the unique identifier for this action target.
|
String |
getActionTargetName()
Return the name assigned to this action target.
|
Date |
getCompletionDate()
Return the date/time when the governance action service stopped processing this target element.
|
Date |
getStartDate()
Return the date/time when the governance action service started processing this target element.
|
GovernanceActionStatus |
getStatus()
Return the current status of the action target.
|
OpenMetadataElement |
getTargetElement()
Return details of the target element that the governance action service is to process.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setActionTargetGUID(String actionTargetGUID)
Set up the unique identifier for this action target.
|
void |
setActionTargetName(String actionTargetName)
Set up the name assigned to this action target.
|
void |
setCompletionDate(Date completionDate)
Set up the date/time when the governance action service stopped processing this target element.
|
void |
setStartDate(Date startDate)
Set up the date/time when the governance action service started processing this target element.
|
void |
setStatus(GovernanceActionStatus status)
Set up current status of the action target.
|
void |
setTargetElement(OpenMetadataElement targetElement)
Set up details of the target element that the governance action service is to process.
|
String |
toString()
Standard toString method.
|
public ActionTargetElement()
public ActionTargetElement(ActionTargetElement template)
template - object being copiedpublic String getActionTargetName()
public void setActionTargetName(String actionTargetName)
actionTargetName - string namepublic String getActionTargetGUID()
public void setActionTargetGUID(String actionTargetGUID)
actionTargetGUID - string identifierpublic GovernanceActionStatus getStatus()
public void setStatus(GovernanceActionStatus status)
status - enumpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - date objectpublic Date getCompletionDate()
public void setCompletionDate(Date completionDate)
completionDate - date objectpublic OpenMetadataElement getTargetElement()
public void setTargetElement(OpenMetadataElement targetElement)
targetElement - metadata element propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.