|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcartago.OpId
public class OpId
Unique identifier of an operation (instance) executed by an artifact
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
AgentId |
getAgentBodyId()
Get the identifier of the agent performer of the operation |
ArtifactId |
getArtifactId()
Get the id of the artifact where the operation has been executed |
int |
getId()
Get the numeric identifier of the operation id |
java.lang.String |
getOpName()
Get the operation name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getId()
public java.lang.String getOpName()
public ArtifactId getArtifactId()
public AgentId getAgentBodyId()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |