public class ArtifactId
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object aid)
Check if two ids are equal
|
java.lang.String |
getArtifactType()
Get artifact type (i.e.
|
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() |
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
>DEIS - University of Bologna