|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcartago.ArtifactId
public class ArtifactId
Identifier of an artifact
Method Summary | |
---|---|
boolean |
equals(java.lang.Object aid)
Check if two ids are equal |
java.lang.String |
getArtifactType()
Get artifact type (i.e. the name of the template) |
AgentId |
getCreatorId()
Get creator identifier. |
int |
getId()
Get artifact unique id inside the workspace |
java.lang.String |
getName()
Get the artifact logic name |
WorkspaceId |
getWorkspaceId()
Get the identifier of the workspace where the artifact is located. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public int getId()
public java.lang.String getArtifactType()
public AgentId getCreatorId()
public boolean equals(java.lang.Object aid)
equals
in class java.lang.Object
public WorkspaceId getWorkspaceId()
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |