|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.WorkflowLockInfo
public class WorkflowLockInfo
The WorkflowLockInfo
class
represents detailed information about workflow lock.
Constructor Summary | |
---|---|
WorkflowLockInfo(int lockType,
String lockKey)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality. |
String |
getLockKey()
Returns the value of the lock key. |
int |
getLockType()
Returns a value identifying the workflow lock type. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setLockKey(String lockKey)
Sets the value of the lock key. |
void |
setLockType(int lockType)
Sets a value identifying the workflow lock type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkflowLockInfo(int lockType, String lockKey)
Method Detail |
---|
public String getLockKey()
public void setLockKey(String lockKey)
public int getLockType()
public void setLockType(int lockType)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |