|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.archiva.model.RepositoryProblem
org.apache.maven.archiva.model.RepositoryProblemReport
public class RepositoryProblemReport
RepositoryProblemReport
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 |
---|
protected java.lang.String groupURL
protected java.lang.String artifactURL
protected java.lang.String versionURL
Constructor Detail |
---|
public RepositoryProblemReport(org.apache.maven.archiva.model.RepositoryProblem repositoryProblem)
Method Detail |
---|
public void setGroupURL(java.lang.String groupURL)
public java.lang.String getGroupURL()
public void setArtifactURL(java.lang.String artifactURL)
public java.lang.String getArtifactURL()
public void setVersionURL(java.lang.String versionURL)
public java.lang.String getVersionURL()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |