All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.transaction.Transaction

java.lang.Object
   |
   +----bank.transaction.Transaction

public class Transaction
extends Object
implements Identifyable, StringPrintable
トランザクションをあらわすクラス 1インスタンスが1トランザクションの発生に該当する #toDo: ACIDをサポートする抽象トランザクションマネージャクラスの提供

See Also:
Printable

Variable Index

 o cal
 o id

Constructor Index

 o Transaction()

Method Index

 o getCurrentTimeString()
 o getId()
Identifyableの実装
 o getIdString()
Identifyableの実装
 o printString()
StringPrintableの実装

Variables

 o id
 protected int id
 o cal
 protected Calendar cal

Constructors

 o Transaction
 public Transaction()

Methods

 o getCurrentTimeString
 protected String getCurrentTimeString()
Returns:
java.lang.String
 o getId
 public int getId()
Identifyableの実装

Returns:
int
See Also:
Identifyable
 o getIdString
 public String getIdString()
Identifyableの実装

Returns:
int
See Also:
Identifyable
 o printString
 public String printString()
StringPrintableの実装

Returns:
java.lang.String
See Also:
StringPrintable

All Packages  Class Hierarchy  This Package  Previous  Next  Index