This project has retired. For details please refer to its Attic page.
ProjectReferenceKey

org.apache.maven.archiva.model.jpox
Class ProjectReferenceKey

Package class diagram package ProjectReferenceKey
java.lang.Object
  extended by org.apache.maven.archiva.model.AbstractProjectKey
      extended by org.apache.maven.archiva.model.jpox.ProjectReferenceKey
All Implemented Interfaces:
java.io.Serializable, CompoundKey

public class ProjectReferenceKey
extends AbstractProjectKey
implements java.io.Serializable

ProjectReferenceKey - unique classid-key for JPOX.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.archiva.model.AbstractProjectKey
artifactId, groupId
 
Constructor Summary
ProjectReferenceKey()
           
ProjectReferenceKey(java.lang.String key)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.archiva.model.AbstractProjectKey
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectReferenceKey

public ProjectReferenceKey()

ProjectReferenceKey

public ProjectReferenceKey(java.lang.String key)