public class BrAPISeedLotTransaction extends Object
| Constructor and Description |
|---|
BrAPISeedLotTransaction() |
| Modifier and Type | Method and Description |
|---|---|
BrAPISeedLotTransaction |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPISeedLotTransaction |
amount(BigDecimal amount) |
boolean |
equals(Object o) |
BrAPISeedLotTransaction |
externalReferences(List<BrAPIExternalReference> externalReferences) |
BrAPISeedLotTransaction |
fromSeedLotDbId(String fromSeedLotDbId) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
@Valid BigDecimal |
getAmount()
The amount of units being transfered.
|
@Valid List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
String |
getFromSeedLotDbId()
The identifier for the Seed Lot being transfered out of
|
String |
getToSeedLotDbId()
The identifier for the Seed Lot being transfered into
|
String |
getTransactionDbId()
Unique DbId for the Seed Lot Transaction
|
String |
getTransactionDescription()
A general description of this Seed Lot Transaction
|
@Valid OffsetDateTime |
getTransactionTimestamp()
The time stamp for when the transaction occured
|
String |
getUnits()
Description of the things being transfered in this transaction (seeds, bulbs, kg, etc)
|
int |
hashCode() |
BrAPISeedLotTransaction |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setAmount(BigDecimal amount) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setFromSeedLotDbId(String fromSeedLotDbId) |
void |
setToSeedLotDbId(String toSeedLotDbId) |
void |
setTransactionDbId(String transactionDbId) |
void |
setTransactionDescription(String transactionDescription) |
void |
setTransactionTimestamp(OffsetDateTime transactionTimestamp) |
void |
setUnits(String units) |
BrAPISeedLotTransaction |
toSeedLotDbId(String toSeedLotDbId) |
String |
toString() |
BrAPISeedLotTransaction |
transactionDbId(String transactionDbId) |
BrAPISeedLotTransaction |
transactionDescription(String transactionDescription) |
BrAPISeedLotTransaction |
transactionTimestamp(OffsetDateTime transactionTimestamp) |
BrAPISeedLotTransaction |
units(String units) |
public BrAPISeedLotTransaction transactionDbId(String transactionDbId)
public String getTransactionDbId()
public void setTransactionDbId(String transactionDbId)
public BrAPISeedLotTransaction additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPISeedLotTransaction putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPISeedLotTransaction amount(BigDecimal amount)
@Valid public @Valid BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public BrAPISeedLotTransaction externalReferences(List<BrAPIExternalReference> externalReferences)
@Valid public @Valid List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPISeedLotTransaction fromSeedLotDbId(String fromSeedLotDbId)
public String getFromSeedLotDbId()
public void setFromSeedLotDbId(String fromSeedLotDbId)
public BrAPISeedLotTransaction toSeedLotDbId(String toSeedLotDbId)
public String getToSeedLotDbId()
public void setToSeedLotDbId(String toSeedLotDbId)
public BrAPISeedLotTransaction transactionDescription(String transactionDescription)
public String getTransactionDescription()
public void setTransactionDescription(String transactionDescription)
public BrAPISeedLotTransaction transactionTimestamp(OffsetDateTime transactionTimestamp)
@Valid public @Valid OffsetDateTime getTransactionTimestamp()
public void setTransactionTimestamp(OffsetDateTime transactionTimestamp)
public BrAPISeedLotTransaction units(String units)
public String getUnits()
public void setUnits(String units)
Copyright © 2023. All rights reserved.