Class FreeOnBoard
- java.lang.Object
-
- com.ellucian.generated.eedm.purchase_orders.v10_0.FreeOnBoard
-
@Generated("jsonschema2pojo") public class FreeOnBoard extends Object
Free On BoardThe free on board (FOB) type specified for the purchase order.
-
-
Constructor Summary
Constructors Constructor Description FreeOnBoard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
FreeOnBoard
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Free On Board.") private String id
IDThe global identifier for the Free On Board. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Free On Board. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Free On Board. (Required)
-
withId
public FreeOnBoard withId(String id)
-
-