Serializablepublic class Input extends Object implements Serializable
| Constructor | Description |
|---|---|
Input() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addOwner(String owner) |
Adds the owner.
|
FulFill |
getFulFills() |
Gets the ful fills.
|
String |
getFullFillment() |
Gets the full fillment.
|
Details |
getFullFillmentDetails() |
Gets the fulfillment details.
|
List<String> |
getOwnersBefore() |
Gets the owners before.
|
void |
setFulFills(FulFill fulFills) |
Sets the ful fills.
|
void |
setFullFillment(Details fullFillment) |
Sets the full fillment as a set of details.
|
void |
setFullFillment(String fullFillment) |
Sets the full fillment as a string.
|
public String getFullFillment()
public Details getFullFillmentDetails()
public void setFullFillment(String fullFillment)
fullFillment - the new full fillmentpublic void setFullFillment(Details fullFillment)
fullFillment - the new full fillmentpublic FulFill getFulFills()
public void setFulFills(FulFill fulFills)
fulFills - the new ful fillspublic List<String> getOwnersBefore()
public void addOwner(String owner)
owner - the ownerCopyright © 2018. All rights reserved.