public class Artifact extends ExtensibleModel
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
reference |
protected SalsaArtifactType |
type |
protected String |
version |
Constructor and Description |
---|
Artifact() |
Artifact(String name,
SalsaArtifactType type,
String version,
String reference) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getReference() |
SalsaArtifactType |
getType() |
String |
getVersion() |
void |
setVersion(String version) |
fromJson, getClazz, readFromJson, writeToJson
protected String name
protected String version
protected SalsaArtifactType type
protected String reference
public Artifact()
public Artifact(String name, SalsaArtifactType type, String version, String reference)
public String getName()
public SalsaArtifactType getType()
public String getReference()
public String getVersion()
public void setVersion(String version)
Copyright © 2016. All Rights Reserved.