|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.versioning.Transaction
Transaction
Method Summary | |
BigInteger |
getID()
|
String |
getIP()
Get the IP of the user who created this transaction |
TagCollection |
getTags()
|
Date |
getTimestamp()
Get the creation date of this transaction |
User |
getUser()
Get the user who created this transaction |
static Transaction |
retrieve(BigInteger id)
|
String |
toString()
Returns a String representation of this transaction, useful for debugging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static Transaction retrieve(BigInteger id)
public BigInteger getID()
public TagCollection getTags()
public User getUser()
public Date getTimestamp()
public String getIP()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |