public class ShipperCountry extends JDBCObject<ShipperCountry>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDING
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
ShipperCountry()
Constructs a
ShipperCountry object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountryCode()
Returns the country code.
|
java.lang.String |
getShipperCode()
Returns the shipper code.
|
void |
setCountryCode(java.lang.String value)
Sets the country code.
|
void |
setShipperCode(java.lang.String value)
Sets the shipper code.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatus
cloneMapAttributes, 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, toStringArray
private static final long serialVersionUID
public ShipperCountry()
ShipperCountry
object with all field values set to
null
.public java.lang.String getShipperCode()
public void setShipperCode(java.lang.String value)
value
- (String) The shipper code.public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String value)
value
- (String) The country code.