public class Transaction extends Object
Modifier and Type | Class and Description |
---|---|
class |
Transaction.Version |
Constructor and Description |
---|
Transaction(Long id,
Date when,
String tranType,
String user) |
Modifier and Type | Method and Description |
---|---|
void |
addVersion(Long id,
String name,
String virtualSpec,
String realSpec,
String ancestor) |
String |
getAuthor() |
String |
getComment() |
long |
getId() |
long |
getTranId() |
String |
getTranType() |
String |
getType() |
Collection<Transaction.Version> |
getVersions() |
Date |
getWhen() |
void |
setComment(String comment) |
String |
toString() |
public Transaction(Long id, Date when, String tranType, String user)
public long getId()
public String getTranType()
public String getComment()
public void setComment(String comment)
public long getTranId()
public Collection<Transaction.Version> getVersions()
public void addVersion(Long id, String name, String virtualSpec, String realSpec, String ancestor)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.