org.apache.maven.scm.provider.accurev
Class Transaction
java.lang.Object
org.apache.maven.scm.provider.accurev.Transaction
public class Transaction
- extends Object
Transaction
public Transaction(Long id,
Date when,
String tranType,
String user)
getId
public long getId()
getTranType
public String getTranType()
getComment
public String getComment()
setComment
public void setComment(String comment)
getTranId
public long getTranId()
getVersions
public Collection<Transaction.Version> getVersions()
getWhen
public Date getWhen()
getType
public String getType()
getAuthor
public String getAuthor()
addVersion
public void addVersion(Long id,
String name,
String virtualSpec,
String realSpec,
String ancestor)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.