org.abstracthorizon.extend.repository.maven.pom
Class Snapshot

java.lang.Object
  extended by org.abstracthorizon.extend.repository.maven.pom.Snapshot

public class Snapshot
extends Object

Snapshot information

Author:
Daniel Sendula

Field Summary
protected  String buildNumber
           
protected  String timestamp
           
 
Constructor Summary
Snapshot()
           
 
Method Summary
 String getBuildNumber()
           
 String getTimestamp()
           
 void setBuildNumber(String buildNumber)
           
 void setTimestamp(String timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

protected String timestamp

buildNumber

protected String buildNumber
Constructor Detail

Snapshot

public Snapshot()
Method Detail

getTimestamp

public String getTimestamp()

setTimestamp

public void setTimestamp(String timestamp)

getBuildNumber

public String getBuildNumber()

setBuildNumber

public void setBuildNumber(String buildNumber)


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.