| java.lang.Object com.mobixess.jodb.core.transaction.TransactionDescriptor
TransactionDescriptor | public class TransactionDescriptor (Code) | | author: Mobixess |
Inner Class :public static enum TRANSACTION_TYPE | |
TransactionDescriptor | public TransactionDescriptor()(Code) | | |
TransactionDescriptor | public TransactionDescriptor(TRANSACTION_TYPE type, int depth)(Code) | | |
getDepth | public int getDepth()(Code) | | the _depth |
getType | public TRANSACTION_TYPE getType()(Code) | | the _type |
setDepth | public void setDepth(int depth)(Code) | | Parameters: _depth - the _depth to set |
setType | public void setType(TRANSACTION_TYPE type)(Code) | | Parameters: _category - the _type to set |
|
|