Class Transaction
- java.lang.Object
-
- org.apache.maven.scm.provider.accurev.Transaction
-
public class Transaction extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTransaction.Version
-
Constructor Summary
Constructors Constructor Description Transaction(Long id, Date when, String tranType, String user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddVersion(Long id, String name, String virtualSpec, String realSpec, String ancestor)StringgetAuthor()StringgetComment()longgetId()longgetTranId()StringgetTranType()StringgetType()Collection<Transaction.Version>getVersions()DategetWhen()voidsetComment(String comment)StringtoString()
-
-
-
Method Detail
-
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)
-
-