| Constructor and Description |
|---|
ArchetypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
Archetype |
getBlank() |
String |
getDescription() |
String |
getGroupId() |
String |
getId() |
String |
getName() |
String |
getRecommendedVersion() |
String |
getRepositoryURL() |
int |
hashCode() |
void |
setArtifactId(String artifactId) |
void |
setBlank(Archetype blank) |
void |
setDescription(String description) |
void |
setGroupId(String groupId) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRecommendedVersion(String recommendedVersion) |
void |
setRepositoryURL(String repositoryURL) |
String |
toString() |
public void setId(String id)
public void setName(String name)
public String getDescription()
getDescription in interface Archetypepublic void setDescription(String description)
public String getGroupId()
getGroupId in interface Archetypepublic void setGroupId(String groupId)
public String getArtifactId()
getArtifactId in interface Archetypepublic void setArtifactId(String artifactId)
public String getRecommendedVersion()
getRecommendedVersion in interface Archetypepublic void setRecommendedVersion(String recommendedVersion)
public String getRepositoryURL()
getRepositoryURL in interface Archetypepublic void setRepositoryURL(String repositoryURL)
public void setBlank(Archetype blank)
Copyright © 2016. All rights reserved.