org.ow2.easybeans.plugin.artifact
Class Module

java.lang.Object
  extended by org.ow2.easybeans.plugin.artifact.Module

public class Module
extends Object

Describe a Maven 2 artifact.

Author:
Florent Benoit

Constructor Summary
Module()
           
 
Method Summary
 String getArtifactId()
           
 String getClassifier()
           
 String getGroupId()
           
 String getType()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
          Sets artifact id.
 void setClassifier(String classifier)
          Sets the classifier.
 void setGroupId(String groupId)
          Sets group id.
 void setType(String type)
          Sets the type.
 void setVersion(String version)
          Sets the version.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Module

public Module()
Method Detail

getGroupId

public String getGroupId()
Returns:
group id

setGroupId

public void setGroupId(String groupId)
Sets group id.

Parameters:
groupId - given value

getArtifactId

public String getArtifactId()
Returns:
the artifact id

setArtifactId

public void setArtifactId(String artifactId)
Sets artifact id.

Parameters:
artifactId - given value

getVersion

public String getVersion()
Returns:
the version.

setVersion

public void setVersion(String version)
Sets the version.

Parameters:
version - given value

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Sets the type.

Parameters:
type - the given value

getClassifier

public String getClassifier()
Returns:
the type

setClassifier

public void setClassifier(String classifier)
Sets the classifier.

Parameters:
classifier - the given value

toString

public String toString()
Overrides:
toString in class Object
Returns:
the string representation of this module


Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.