public class NewActionTarget extends Object implements Serializable
| Constructor and Description |
|---|
NewActionTarget()
Typical Constructor
|
NewActionTarget(NewActionTarget 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.
|
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.
|
String |
toString()
Standard toString method.
|
public NewActionTarget()
public NewActionTarget(NewActionTarget 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 String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.