org.apache.maven.shared.app.configuration
Class CompanyPom

java.lang.Object
  extended by org.apache.maven.shared.app.configuration.CompanyPom
All Implemented Interfaces:
java.io.Serializable

public class CompanyPom
extends java.lang.Object
implements java.io.Serializable

null

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

Field Summary
private  java.lang.String artifactId
          Field artifactId
private  java.lang.String groupId
          Field groupId
private  java.lang.String modelEncoding
           
 
Constructor Summary
CompanyPom()
           
 
Method Summary
 java.lang.String getArtifactId()
          Get null
 java.lang.String getGroupId()
          Get null
 java.lang.String getModelEncoding()
           
 void setArtifactId(java.lang.String artifactId)
          Set null
 void setGroupId(java.lang.String groupId)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

private java.lang.String groupId
Field groupId


artifactId

private java.lang.String artifactId
Field artifactId


modelEncoding

private java.lang.String modelEncoding
Constructor Detail

CompanyPom

public CompanyPom()
Method Detail

getArtifactId

public java.lang.String getArtifactId()
Get null


getGroupId

public java.lang.String getGroupId()
Get null


setArtifactId

public void setArtifactId(java.lang.String artifactId)
Set null

Parameters:
artifactId -

setGroupId

public void setGroupId(java.lang.String groupId)
Set null

Parameters:
groupId -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()