public class FShipper extends APIParam<FShipper>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivHashCode, ivHashFlds, ivObjFlds
Constructor and Description |
---|
FShipper()
Constructs a
FShipper object with all field values set to
null . |
FShipper(java.util.HashMap<java.lang.String,java.lang.Object> source)
Constructs a
FShipper object with field values based on the
supplied hash map. |
FShipper(java.lang.String source)
Constructs a
FShipper object with field values based on the
supplied JSON text string. |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllCountries()
Returns the is valid for all countries flag.
|
java.lang.String |
getCode()
Returns the unique code for the shipper.
|
java.lang.String |
getName()
Returns the description.
|
java.lang.String |
getSeqCode()
Returns the sort sequence code.
|
boolean |
getShowTracking()
Returns the show tracking numbers flag.
|
java.lang.String |
getTrackingURL()
Returns the url for shipper web site tracking page.
|
java.lang.String |
getType()
Returns the type code (C=commercial, R=residential, B=both).
|
boolean |
getValid()
Returns the is valid for check out flag.
|
protected void |
removeUnwantedFields()
Removes unwanted fields from a JSON object or from an array of JSON objects.
|
void |
setAllCountries(boolean value)
Sets the is valid for all countries flag.
|
void |
setCode(java.lang.String value)
Sets the unique code for the shipper.
|
void |
setName(java.lang.String value)
Sets the description.
|
void |
setSeqCode(java.lang.String value)
Sets the sort sequence code.
|
void |
setShowTracking(boolean value)
Sets the show tracking numbers flag.
|
void |
setTrackingURL(java.lang.String value)
Sets the url for shipper web site tracking page.
|
void |
setType(java.lang.String value)
Sets the type code (C=commercial, R=residential, B=both).
|
void |
setValid(boolean value)
Sets the is valid for check out flag.
|
after, before, compareTo, equals, getHashFields, getObjectFields, hashCode, removeStringWhitespace, removeUnwantedFields, setHashFields, setObjectFields, toJSONString, toString
private static final long serialVersionUID
public FShipper()
FShipper
object with all field values set to
null
.public FShipper(java.util.HashMap<java.lang.String,java.lang.Object> source)
FShipper
object with field values based on the
supplied hash map.source
- (HashMap) A hash map of field names and values.public FShipper(java.lang.String source)
FShipper
object with field values based on the
supplied JSON text string.source
- (String) A string beginning with {
(left brace) and ending with }
(right brace).protected void removeUnwantedFields()
removeUnwantedFields
in class APIParam<FShipper>
public java.lang.String getCode()
public void setCode(java.lang.String value)
value
- (String) The unique code for the shipper.public java.lang.String getName()
public void setName(java.lang.String value)
value
- (String) The description.public java.lang.String getTrackingURL()
public void setTrackingURL(java.lang.String value)
value
- (String) The url for shipper web site tracking page.public boolean getShowTracking()
public void setShowTracking(boolean value)
value
- (boolean) The show tracking numbers flag.public java.lang.String getSeqCode()
public void setSeqCode(java.lang.String value)
value
- (String) The sort sequence code.public boolean getValid()
public void setValid(boolean value)
value
- (boolean) The is valid for check out flag.public java.lang.String getType()
public void setType(java.lang.String value)
value
- (String) The type code.public boolean getAllCountries()
public void setAllCountries(boolean value)
value
- (boolean) The is valid for all countries flag.