|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.archiva.model.SnapshotVersion
public class SnapshotVersion
The Snapshot Version.
| Constructor Summary | |
|---|---|
SnapshotVersion()
|
|
| Method Summary | |
|---|---|
int |
getBuildNumber()
Get the incremental build number of the snapshot. |
String |
getTimestamp()
Get the unique timestamp for the snapshot version. |
void |
setBuildNumber(int buildNumber)
Set the incremental build number of the snapshot. |
void |
setTimestamp(String timestamp)
Set the unique timestamp for the snapshot version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnapshotVersion()
| Method Detail |
|---|
public int getBuildNumber()
public String getTimestamp()
public void setBuildNumber(int buildNumber)
buildNumber - public void setTimestamp(String timestamp)
timestamp -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||