com.xebialabs.deployit.maven
Class Module

java.lang.Object
  extended by com.xebialabs.deployit.maven.Module

public class Module
extends Object


Constructor Summary
Module()
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 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

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.