public class SalesRepCustomer extends JDBCObject<SalesRepCustomer>
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 |
---|
SalesRepCustomer()
Constructs a
SalesRepCustomer object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
Customer |
getCustomer()
Returns the customer object.
|
java.lang.String |
getCustomerId()
Returns the customer id.
|
SalesRep |
getSalesRep()
Returns the sales rep object.
|
java.lang.String |
getSalesRepCode()
Returns the sales rep code.
|
void |
setCustomer(Customer value)
Sets the customer object.
|
private void |
setCustomerId(java.lang.String value)
Sets the customer id.
|
void |
setSalesRep(SalesRep value)
Sets the sales rep object.
|
private void |
setSalesRepCode(java.lang.String value)
Sets the sales rep 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 SalesRepCustomer()
SalesRepCustomer
object with all field values set to
null
.public SalesRep getSalesRep()
public void setSalesRep(SalesRep value)
value
- (SalesRep) The sales rep object.public java.lang.String getSalesRepCode()
private void setSalesRepCode(java.lang.String value)
value
- (String) The sales rep code.public Customer getCustomer()
public void setCustomer(Customer value)
value
- (Customer) The customer object.public java.lang.String getCustomerId()
private void setCustomerId(java.lang.String value)
value
- (String) The customer id.