public class Tender extends Object implements Serializable
| Constructor and Description |
|---|
Tender() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
UUID |
getPaymentprocessoraccountuuid() |
List<PosTenderAssignment> |
getPostenderassignments() |
String |
getStatus() |
StripeAccount |
getStripeaccount() |
String |
getTendertype() |
UUID |
getTenderuuid() |
void |
setDescription(String description) |
void |
setPaymentprocessoraccountuuid(UUID paymentprocessoraccountuuid) |
void |
setPostenderassignments(List<PosTenderAssignment> postenderassignments) |
void |
setStatus(String status) |
void |
setStripeaccount(StripeAccount stripeaccount) |
void |
setTendertype(String tendertype) |
void |
setTenderuuid(UUID tenderuuid) |
public UUID getTenderuuid()
public void setTenderuuid(UUID tenderuuid)
tenderuuid - the tenderuuid to setpublic String getTendertype()
public void setTendertype(String tendertype)
tendertype - the tendertype to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic StripeAccount getStripeaccount()
public void setStripeaccount(StripeAccount stripeaccount)
stripeaccount - the stripeaccount to setpublic List<PosTenderAssignment> getPostenderassignments()
public void setPostenderassignments(List<PosTenderAssignment> postenderassignments)
postenderassignments - the postenderassignments to setpublic UUID getPaymentprocessoraccountuuid()
public void setPaymentprocessoraccountuuid(UUID paymentprocessoraccountuuid)
paymentprocessoraccountuuid - the paymentprocessoraccountuuid to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.