@Portable public class ActionBean extends Object implements Serializable
| Constructor and Description |
|---|
ActionBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEntityId() |
String |
getEntityVersion() |
String |
getOrganizationId() |
ActionType |
getType() |
int |
hashCode() |
void |
setEntityId(String entityId) |
void |
setEntityVersion(String entityVersion) |
void |
setOrganizationId(String organizationId) |
void |
setType(ActionType type) |
public ActionType getType()
public void setType(ActionType type)
type - the type to setpublic String getOrganizationId()
public void setOrganizationId(String organizationId)
organizationId - the organizationId to setpublic String getEntityId()
public void setEntityId(String entityId)
entityId - the entityId to setpublic String getEntityVersion()
public void setEntityVersion(String entityVersion)
entityVersion - the entityVersion to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.