Package com.xero.models.project
Class ProjectCreateOrUpdate
java.lang.Object
com.xero.models.project.ProjectCreateOrUpdate
public class ProjectCreateOrUpdate extends Object
ProjectCreateOrUpdate
-
Constructor Summary
Constructors Constructor Description ProjectCreateOrUpdate() -
Method Summary
Modifier and Type Method Description ProjectCreateOrUpdatecontactId(UUID contactId)ProjectCreateOrUpdatedeadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc)booleanequals(Object o)ProjectCreateOrUpdateestimateAmount(Double estimateAmount)UUIDgetContactId()Identifier of the contact this project was created for.org.threeten.bp.OffsetDateTimegetDeadlineUtc()Deadline for the project.DoublegetEstimateAmount()Get estimateAmountStringgetName()Name of the project.inthashCode()ProjectCreateOrUpdatename(String name)voidsetContactId(UUID contactId)voidsetDeadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc)voidsetEstimateAmount(Double estimateAmount)voidsetName(String name)StringtoString()
-
Constructor Details
-
ProjectCreateOrUpdate
public ProjectCreateOrUpdate()
-
-
Method Details
-
contactId
-
getContactId
Identifier of the contact this project was created for.- Returns:
- contactId
-
setContactId
-
name
-
getName
Name of the project.- Returns:
- name
-
setName
-
estimateAmount
-
getEstimateAmount
Get estimateAmount- Returns:
- estimateAmount
-
setEstimateAmount
-
deadlineUtc
-
getDeadlineUtc
public org.threeten.bp.OffsetDateTime getDeadlineUtc()Deadline for the project. UTC Date Time in ISO-8601 format.- Returns:
- deadlineUtc
-
setDeadlineUtc
public void setDeadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) -
equals
-
hashCode
public int hashCode() -
toString
-