|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.provider.accurev.Transaction
public class Transaction
| Nested Class Summary | |
|---|---|
class |
Transaction.Version
|
| Constructor Summary | |
|---|---|
Transaction(Long id,
Date when,
String tranType,
String user)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Transaction(Long id,
Date when,
String tranType,
String user)
| Method Detail |
|---|
public long getId()
public String getTranType()
public String getComment()
public void setComment(String comment)
public long getTranId()
public Collection<Transaction.Version> getVersions()
public Date getWhen()
public String getType()
public String getAuthor()
public void addVersion(Long id,
String name,
String virtualSpec,
String realSpec,
String ancestor)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||