public class Shipper extends JDBCObject<Shipper>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
static java.lang.String |
TYPE_BOTH
The type code for both commercial and residential locations.
|
static java.lang.String |
TYPE_COMMERCIAL
The type code for commercial locations only.
|
static java.lang.String |
TYPE_RESIDENTIAL
The type code for residential locations only.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
Shipper()
Constructs a
Shipper object with all field values set to
null. |
| 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.
|
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, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatuscloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArrayprivate static final long serialVersionUID
public static final java.lang.String TYPE_BOTH
public static final java.lang.String TYPE_COMMERCIAL
public static final java.lang.String TYPE_RESIDENTIAL
public Shipper()
Shipper object with all field values set to
null.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.