public class OrderBuilder extends Object
StrategyBuilder.addOrderBuilder(int)
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OrderFieldSet |
getEditableFields()
Returns the fields relating to the order that can be edited by the user.
|
OrderSalesFieldSet |
getEditableSalesFields()
Returns the fields relating to the order that can be edited by the user.
|
OrderFieldSet |
getFixedFields()
Returns the fields relating to the order that cannot be edited by the user
|
OrderSalesFieldSet |
getFixedSalesFields()
Returns the fields relating to the order that cannot be edited by the user
These fields are only visible on the Sales Order Details subject.
|
int |
hashCode() |
OrderBuilder |
setOrderId(String orderId)
Sets the order ID of the order to build.
|
String |
toString() |
public OrderBuilder setOrderId(String orderId)
orderId
- the order ID of the order to buildpublic OrderFieldSet getFixedFields()
public OrderFieldSet getEditableFields()
public OrderSalesFieldSet getFixedSalesFields()
public OrderSalesFieldSet getEditableSalesFields()
Copyright © 2015 Caplin Systems.