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

org.apache.maven.archiva.model
Class RepositoryProblemReport

Package class diagram package RepositoryProblemReport
java.lang.Object
  extended by org.apache.maven.archiva.model.RepositoryProblem
      extended by org.apache.maven.archiva.model.RepositoryProblemReport
All Implemented Interfaces:
java.io.Serializable, javax.jdo.spi.Detachable, javax.jdo.spi.PersistenceCapable

public class RepositoryProblemReport
extends org.apache.maven.archiva.model.RepositoryProblem

RepositoryProblemReport

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
 
Field Summary
protected  java.lang.String artifactURL
           
protected  java.lang.String groupURL
           
protected  java.lang.String versionURL
           
 
Fields inherited from interface javax.jdo.spi.PersistenceCapable
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE
 
Constructor Summary
RepositoryProblemReport(org.apache.maven.archiva.model.RepositoryProblem repositoryProblem)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getArtifactURL()
           
 java.lang.String getGroupURL()
           
 java.lang.String getVersionURL()
           
 int hashCode()
           
 void setArtifactURL(java.lang.String artifactURL)
           
 void setGroupURL(java.lang.String groupURL)
           
 void setVersionURL(java.lang.String versionURL)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.maven.archiva.model.RepositoryProblem
getArtifactId, getGroupId, getMessage, getOrigin, getPath, getRepositoryId, getType, getVersion, jdoCopyFields, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDetachedInternal, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewInstance, jdoNewInstance, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoPreSerialize, jdoProvideField, jdoProvideFields, jdoReplaceDetachedState, jdoReplaceField, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, setArtifactId, setGroupId, setMessage, setOrigin, setPath, setRepositoryId, setType, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

groupURL

protected java.lang.String groupURL

artifactURL

protected java.lang.String artifactURL

versionURL

protected java.lang.String versionURL
Constructor Detail

RepositoryProblemReport

public RepositoryProblemReport(org.apache.maven.archiva.model.RepositoryProblem repositoryProblem)
Method Detail

setGroupURL

public void setGroupURL(java.lang.String groupURL)

getGroupURL

public java.lang.String getGroupURL()

setArtifactURL

public void setArtifactURL(java.lang.String artifactURL)

getArtifactURL

public java.lang.String getArtifactURL()

setVersionURL

public void setVersionURL(java.lang.String versionURL)

getVersionURL

public java.lang.String getVersionURL()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object