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 Archetype
public void setDescription(String description)
public String getGroupId()
getGroupId
in interface Archetype
public void setGroupId(String groupId)
public String getArtifactId()
getArtifactId
in interface Archetype
public void setArtifactId(String artifactId)
public String getRecommendedVersion()
getRecommendedVersion
in interface Archetype
public void setRecommendedVersion(String recommendedVersion)
public String getRepositoryURL()
getRepositoryURL
in interface Archetype
public void setRepositoryURL(String repositoryURL)
public void setBlank(Archetype blank)
Copyright © 2015. All rights reserved.