Modifier and Type | Field and Description |
---|---|
private Date |
_date |
private String |
_name |
private String |
_version |
Constructor and Description |
---|
Version(String name,
String version,
Date date)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the build date of this version
|
String |
getName()
Returns the name of the component
|
String |
getVersion()
Returns the name of this version
|
public String getName()
public String getVersion()