org.apache.maven.archetype.common
Class Archetype

java.lang.Object
  extended by org.apache.maven.archetype.common.Archetype
All Implemented Interfaces:
Serializable

public class Archetype
extends Object
implements Serializable

null

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

Constructor Summary
Archetype()
           
 
Method Summary
 boolean equals(Object o)
           
 String getArtifactId()
          Get null
 String getGroupId()
          Get null
 String getModelEncoding()
           
 String getName()
          Get null
 String getPrefix()
          Get null
 String getVersion()
          Get null
 int hashCode()
           
 void setArtifactId(String ArtifactId)
          Set null
 void setGroupId(String GroupId)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setName(String Name)
          Set null
 void setPrefix(String Prefix)
          Set null
 void setVersion(String Version)
          Set null
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Archetype

public Archetype()
Method Detail

getArtifactId

public String getArtifactId()
Get null


getGroupId

public String getGroupId()
Get null


getName

public String getName()
Get null


getPrefix

public String getPrefix()
Get null


getVersion

public String getVersion()
Get null


setArtifactId

public void setArtifactId(String ArtifactId)
Set null

Parameters:
ArtifactId -

setGroupId

public void setGroupId(String GroupId)
Set null

Parameters:
GroupId -

setName

public void setName(String Name)
Set null

Parameters:
Name -

setPrefix

public void setPrefix(String Prefix)
Set null

Parameters:
Prefix -

setVersion

public void setVersion(String Version)
Set null

Parameters:
Version -

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.