Package com.xero.models.finance
Class LockHistoryModel
java.lang.Object
com.xero.models.finance.LockHistoryModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.threeten.bp.LocalDateDate the account hard lock was setorg.threeten.bp.LocalDateDate the account soft lock was setorg.threeten.bp.OffsetDateTimeThe system date time that the lock was updatedhardLockDate(org.threeten.bp.LocalDate hardLockDate) Date the account hard lock was setinthashCode()voidsetHardLockDate(org.threeten.bp.LocalDate hardLockDate) Date the account hard lock was setvoidsetSoftLockDate(org.threeten.bp.LocalDate softLockDate) Date the account soft lock was setvoidsetUpdatedDateUtc(org.threeten.bp.OffsetDateTime updatedDateUtc) The system date time that the lock was updatedsoftLockDate(org.threeten.bp.LocalDate softLockDate) Date the account soft lock was settoString()updatedDateUtc(org.threeten.bp.OffsetDateTime updatedDateUtc) The system date time that the lock was updated
-
Constructor Details
-
LockHistoryModel
public LockHistoryModel()
-
-
Method Details
-
hardLockDate
Date the account hard lock was set- Parameters:
hardLockDate- LocalDate- Returns:
- LockHistoryModel
-
getHardLockDate
public org.threeten.bp.LocalDate getHardLockDate()Date the account hard lock was set- Returns:
- hardLockDate
-
setHardLockDate
public void setHardLockDate(org.threeten.bp.LocalDate hardLockDate) Date the account hard lock was set- Parameters:
hardLockDate- LocalDate
-
softLockDate
Date the account soft lock was set- Parameters:
softLockDate- LocalDate- Returns:
- LockHistoryModel
-
getSoftLockDate
public org.threeten.bp.LocalDate getSoftLockDate()Date the account soft lock was set- Returns:
- softLockDate
-
setSoftLockDate
public void setSoftLockDate(org.threeten.bp.LocalDate softLockDate) Date the account soft lock was set- Parameters:
softLockDate- LocalDate
-
updatedDateUtc
The system date time that the lock was updated- Parameters:
updatedDateUtc- OffsetDateTime- Returns:
- LockHistoryModel
-
getUpdatedDateUtc
public org.threeten.bp.OffsetDateTime getUpdatedDateUtc()The system date time that the lock was updated- Returns:
- updatedDateUtc
-
setUpdatedDateUtc
public void setUpdatedDateUtc(org.threeten.bp.OffsetDateTime updatedDateUtc) The system date time that the lock was updated- Parameters:
updatedDateUtc- OffsetDateTime
-
equals
-
hashCode
-
toString
-