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 booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()FreeOnBoardwithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Free On Board.") private String idIDThe 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)
-
-