com.tibco.bpm.web.client.model.managedevents
Class SystemActionKey

java.lang.Object
  extended by com.tibco.bpm.web.client.model.managedevents.SystemActionKey

public class SystemActionKey
extends java.lang.Object

Provides the key used with SystemActionsEvent.

©2012 Cloud Software Group, Inc.

Since:
TODO

Constructor Summary
SystemActionKey()
          Zero argument constructor.
SystemActionKey(java.lang.String cacheKey)
          Constructor parses properties from the given cacheKey string.
SystemActionKey(java.lang.String actionComponent, java.lang.String actionName)
          Constructor with defaults for the last two param of the all properties constructor: entityType = "" entityGuid = "" Note that "" is used instead of null because the cacheKey value uses "" instead of null.
SystemActionKey(java.lang.String actionComponent, java.lang.String actionName, java.lang.String entityType, java.lang.String entityGuid)
          Constructor with all properties specified.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActionComponent()
           
 java.lang.String getActionName()
           
 java.lang.String getEntityGuid()
           
 java.lang.String getEntityType()
           
 int hashCode()
           
 void setActionComponent(java.lang.String actionComponent)
           
 void setActionName(java.lang.String actionName)
           
 void setEntityGuid(java.lang.String entityGuid)
           
 void setEntityType(java.lang.String entityType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemActionKey

public SystemActionKey()
Zero argument constructor.


SystemActionKey

public SystemActionKey(java.lang.String actionComponent,
                       java.lang.String actionName,
                       java.lang.String entityType,
                       java.lang.String entityGuid)
Constructor with all properties specified.

Parameters:
actionComponent -
actionName -
entityType -
entityGuid -

SystemActionKey

public SystemActionKey(java.lang.String actionComponent,
                       java.lang.String actionName)
Constructor with defaults for the last two param of the all properties constructor: entityType = "" entityGuid = "" Note that "" is used instead of null because the cacheKey value uses "" instead of null.

Parameters:
actionComponent -
actionName -

SystemActionKey

public SystemActionKey(java.lang.String cacheKey)
Constructor parses properties from the given cacheKey string.

Parameters:
cacheKey -
Method Detail

getEntityType

public java.lang.String getEntityType()

setEntityType

public void setEntityType(java.lang.String entityType)

getEntityGuid

public java.lang.String getEntityGuid()

setEntityGuid

public void setEntityGuid(java.lang.String entityGuid)

getActionComponent

public java.lang.String getActionComponent()

setActionComponent

public void setActionComponent(java.lang.String actionComponent)

getActionName

public java.lang.String getActionName()

setActionName

public void setActionName(java.lang.String actionName)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.