public final class Archetype extends Object
Constructor and Description |
---|
Archetype()
C'tor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArtifactId()
Returns the artifact id.
|
String |
getDescription()
Returns the description.
|
String |
getGroupId()
Returns the group id.
|
String |
getName()
Returns the name.
|
String |
getRepository()
Returns the repository.
|
String |
getVersion()
Returns the version.
|
int |
hashCode() |
void |
setArtifactId(String artifactId)
Sets the artifact id
|
void |
setDescription(String description)
Sets the description.
|
void |
setGroupId(String groupId)
Sets the group id
|
void |
setName(String name)
Sets the name.
|
void |
setRepository(String repository)
Sets the repository.
|
void |
setVersion(String version)
Sets the version.
|
String |
toString() |
public String getArtifactId()
public void setArtifactId(String artifactId)
artifactId
- public String getGroupId()
public void setGroupId(String groupId)
groupId
- public String getVersion()
public void setVersion(String version)
version
- public void setName(String name)
name
- public String getDescription()
null
if none availablepublic void setDescription(String description)
description
- public void setRepository(String repository)
repository
- public String getRepository()
null
if none available