public class ArchetypeVersion extends Object
Constructor and Description |
---|
ArchetypeVersion() |
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()
public void setId(String id)
public Archetype getArchetype()
public void setArchetype(Archetype archetype)
public String getVersion()
public void setVersion(String version)
public String getRepositoryURL()
public void setRepositoryURL(String repositoryURL)
public Properties getLabels()
public void setLabels(Properties labels)
Copyright © 2013. All rights reserved.