Package com.xero.models.finance
Class TrialBalanceEntry
java.lang.Object
com.xero.models.finance.TrialBalanceEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSign (Debit/Credit) of the movement of balance in the accountbooleanSign (Debit/Credit) of the movement of balance in the accountgetValue()Net movement or net balance in the accountinthashCode()voidsetEntryType(String entryType) Sign (Debit/Credit) of the movement of balance in the accountvoidNet movement or net balance in the accounttoString()Net movement or net balance in the account
-
Constructor Details
-
TrialBalanceEntry
public TrialBalanceEntry()
-
-
Method Details
-
value
Net movement or net balance in the account- Parameters:
value- Double- Returns:
- TrialBalanceEntry
-
getValue
-
setValue
Net movement or net balance in the account- Parameters:
value- Double
-
entryType
Sign (Debit/Credit) of the movement of balance in the account- Parameters:
entryType- String- Returns:
- TrialBalanceEntry
-
getEntryType
Sign (Debit/Credit) of the movement of balance in the account- Returns:
- entryType
-
setEntryType
Sign (Debit/Credit) of the movement of balance in the account- Parameters:
entryType- String
-
equals
-
hashCode
-
toString
-