|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.archiva.model.Plugin
public class Plugin
The Plugin.
| Constructor Summary | |
|---|---|
Plugin()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Method equals. |
String |
getArtifactId()
Get the artifactId for a plugin. |
String |
getName()
Get the name for a plugin. |
String |
getPrefix()
Get the prefix for a plugin. |
int |
hashCode()
Method hashCode. |
void |
setArtifactId(String artifactId)
Set the artifactId for a plugin. |
void |
setName(String name)
Set the name for a plugin. |
void |
setPrefix(String prefix)
Set the prefix for a plugin. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Plugin()
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectother -
public String getArtifactId()
public String getName()
public String getPrefix()
public int hashCode()
hashCode in class Objectpublic void setArtifactId(String artifactId)
artifactId - public void setName(String name)
name - public void setPrefix(String prefix)
prefix - public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||