public class ArchetypeVersionImpl extends Object implements ArchetypeVersion
| Constructor and Description |
|---|
ArchetypeVersionImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Archetype |
getArchetype() |
String |
getId() |
Properties |
getLabels() |
String |
getRepositoryURL() |
String |
getVersion() |
int |
hashCode() |
void |
setArchetype(Archetype archetype) |
void |
setId(String id) |
void |
setLabels(Properties labels) |
void |
setRepositoryURL(String repositoryURL) |
void |
setVersion(String version) |
String |
toString() |
public String getId()
getId in interface ArchetypeVersionpublic void setId(String id)
public Archetype getArchetype()
getArchetype in interface ArchetypeVersionpublic void setArchetype(Archetype archetype)
public String getVersion()
getVersion in interface ArchetypeVersionpublic void setVersion(String version)
public String getRepositoryURL()
getRepositoryURL in interface ArchetypeVersionpublic void setRepositoryURL(String repositoryURL)
public Properties getLabels()
getLabels in interface ArchetypeVersionpublic void setLabels(Properties labels)
Copyright © 2016. All rights reserved.