fr.jayasoft.ivy
Class AbstractArtifact

java.lang.Object
  extended byfr.jayasoft.ivy.AbstractArtifact
All Implemented Interfaces:
Artifact
Direct Known Subclasses:
DefaultArtifact, MDArtifact

public abstract class AbstractArtifact
extends java.lang.Object
implements Artifact

Author:
Hanin

Constructor Summary
AbstractArtifact()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fr.jayasoft.ivy.Artifact
getConfigurations, getExt, getId, getModuleRevisionId, getName, getPublicationDate, getType
 

Constructor Detail

AbstractArtifact

public AbstractArtifact()
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()