org.apache.maven.artifact.repository.metadata
Class Snapshot

java.lang.Object
  extended by org.apache.maven.artifact.repository.metadata.Snapshot
All Implemented Interfaces:
java.io.Serializable

public class Snapshot
extends java.lang.Object
implements java.io.Serializable

Class Snapshot.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Constructor Detail

Snapshot

public Snapshot()
Method Detail

getBuildNumber

public int getBuildNumber()
Method getBuildNumber


getTimestamp

public java.lang.String getTimestamp()
Method getTimestamp


isLocalCopy

public boolean isLocalCopy()
Method isLocalCopy


setBuildNumber

public void setBuildNumber(int buildNumber)
Method setBuildNumber

Parameters:
buildNumber -

setLocalCopy

public void setLocalCopy(boolean localCopy)
Method setLocalCopy

Parameters:
localCopy -

setTimestamp

public void setTimestamp(java.lang.String timestamp)
Method setTimestamp

Parameters:
timestamp -


Copyright 2005 Apache Software Foundation. All Rights Reserved.