com.arsdigita.versioning
Class Transaction

java.lang.Object
  extended bycom.arsdigita.versioning.Transaction

public class Transaction
extends Object

Transaction

Version:
$Id: //core-platform/dev/src/com/arsdigita/versioning/Transaction.java#23 $

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

retrieve

public static Transaction retrieve(BigInteger id)

getID

public BigInteger getID()
Returns:
the BigInteger ID of this transaction

getTags

public TagCollection getTags()

getUser

public User getUser()
Get the user who created this transaction


getTimestamp

public Date getTimestamp()
Get the creation date of this transaction


getIP

public String getIP()
Get the IP of the user who created this transaction


toString

public String toString()
Returns a String representation of this transaction, useful for debugging.

Returns:
a String representation of this transaction.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC