org.apache.archiva.model
Class Plugin

java.lang.Object
  extended by org.apache.archiva.model.Plugin
All Implemented Interfaces:
Serializable

public class Plugin
extends Object
implements Serializable

The Plugin.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Plugin

public Plugin()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getArtifactId

public String getArtifactId()
Get the artifactId for a plugin.

Returns:
String

getName

public String getName()
Get the name for a plugin.

Returns:
String

getPrefix

public String getPrefix()
Get the prefix for a plugin.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setArtifactId

public void setArtifactId(String artifactId)
Set the artifactId for a plugin.

Parameters:
artifactId -

setName

public void setName(String name)
Set the name for a plugin.

Parameters:
name -

setPrefix

public void setPrefix(String prefix)
Set the prefix for a plugin.

Parameters:
prefix -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.