class Transaction extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Transaction()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAccount(): String
- def getBalance(): String
- def getCategory(): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCurrency(): String
- def getDate(): String
- def getDescription(): String
- def getId(): String
- def getInAmount(): String
- def getOutAmount(): String
- def getPayee(): String
- def getPayment(): String
- def getRef(): String
- def getStatus(): String
- def getSubId(): String
- def getUserName(): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReconciled(): Boolean
- def isRowIndicator(): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setAccount(account: String): Unit
- def setBalance(balance: String): Unit
- def setCategory(category: String): Unit
- def setCurrency(currency: String): Unit
- def setDate(date: String): Unit
- def setDescription(description: String): Unit
- def setId(id: String): Unit
- def setInAmount(inAmount: String): Unit
- def setOutAmount(outAmount: String): Unit
- def setPayee(payee: String): Unit
- def setPayment(payment: String): Unit
- def setReconciled(reconciled: Boolean): Unit
- def setRef(ref: String): Unit
- def setRowIndicator(rowIndicator: Boolean): Unit
- def setStatus(status: String): Unit
- def setSubId(subId: String): Unit
- def setUserName(userName: String): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()