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 ArchetypeVersion
public void setId(String id)
public Archetype getArchetype()
getArchetype
in interface ArchetypeVersion
public void setArchetype(Archetype archetype)
public String getVersion()
getVersion
in interface ArchetypeVersion
public void setVersion(String version)
public String getRepositoryURL()
getRepositoryURL
in interface ArchetypeVersion
public void setRepositoryURL(String repositoryURL)
public Properties getLabels()
getLabels
in interface ArchetypeVersion
public void setLabels(Properties labels)
Copyright © 2016. All rights reserved.