Package com.xero.models.project
Class TaskCreateOrUpdate
java.lang.Object
com.xero.models.project.TaskCreateOrUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchargeType(ChargeType chargeType) chargeTypebooleanestimateMinutes(Integer estimateMinutes) An estimated time to perform the taskGet chargeTypeAn estimated time to perform the taskgetName()Name of the task.getRate()Get rateinthashCode()Name of the task.ratevoidsetChargeType(ChargeType chargeType) chargeTypevoidsetEstimateMinutes(Integer estimateMinutes) An estimated time to perform the taskvoidName of the task.voidratetoString()
-
Constructor Details
-
TaskCreateOrUpdate
public TaskCreateOrUpdate()
-
-
Method Details
-
name
Name of the task. Max length 100 characters.- Parameters:
name- String- Returns:
- TaskCreateOrUpdate
-
getName
-
setName
Name of the task. Max length 100 characters.- Parameters:
name- String
-
rate
rate- Parameters:
rate- Amount- Returns:
- TaskCreateOrUpdate
-
getRate
-
setRate
-
chargeType
chargeType- Parameters:
chargeType- ChargeType- Returns:
- TaskCreateOrUpdate
-
getChargeType
-
setChargeType
-
estimateMinutes
An estimated time to perform the task- Parameters:
estimateMinutes- Integer- Returns:
- TaskCreateOrUpdate
-
getEstimateMinutes
-
setEstimateMinutes
An estimated time to perform the task- Parameters:
estimateMinutes- Integer
-
equals
-
hashCode
-
toString
-