Package com.xero.models.payrolluk
Class CourtOrderLine
java.lang.Object
com.xero.models.payrolluk.CourtOrderLine
public class CourtOrderLine extends Object
CourtOrderLine
-
Constructor Summary
Constructors Constructor Description CourtOrderLine() -
Method Summary
Modifier and Type Method Description CourtOrderLineamount(Double amount)CourtOrderLinecourtOrderTypeID(UUID courtOrderTypeID)booleanequals(Object o)DoublegetAmount()AmountUUIDgetCourtOrderTypeID()Xero identifier for payroll court order typeinthashCode()voidsetAmount(Double amount)voidsetCourtOrderTypeID(UUID courtOrderTypeID)StringtoString()
-
Constructor Details
-
CourtOrderLine
public CourtOrderLine()
-
-
Method Details
-
courtOrderTypeID
-
getCourtOrderTypeID
Xero identifier for payroll court order type- Returns:
- courtOrderTypeID
-
setCourtOrderTypeID
-
amount
-
getAmount
Amount- Returns:
- amount
-
setAmount
-
equals
-
hashCode
public int hashCode() -
toString
-