|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.collections.InstanceActivityPair
public class InstanceActivityPair
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getActivityName()
Returns the name of the activity where you suppose that the instance is. |
String |
getInstanceId()
Returns the identification of the instance. |
int |
hashCode()
|
String |
toString()
Returns a string representation of the object. |
static InstanceActivityPair |
valueOf(String instanceActivityPairId)
Returns an InstanceActivityPair created from the given String. |
static InstanceActivityPair |
valueOf(String instanceId,
String activityName)
Returns an InstanceActivityPair created from the given instances identification and activity name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static InstanceActivityPair valueOf(String instanceActivityPairId)
instanceActivityPairId
- The String which represents a specific InstanceActivityPair
public static InstanceActivityPair valueOf(String instanceId, String activityName)
instanceId
- instance identification for the InstanceActivityPair.activityName
- activity name for the InstanceActivityPair.
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getInstanceId()
public String getActivityName()
public String toString()
toString
method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
toString
in class Object
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |