public class SalesRepUser extends JDBCObject<SalesRepUser>
| 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_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
SalesRepUser()
Constructs a
SalesRepUser object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPermitSAT()
Returns the has permission to view sat info flag.
|
boolean |
getReceiveConf()
Returns the receive copy of email confirmations flag.
|
SalesRep |
getSalesRep()
Returns the sales rep object.
|
java.lang.String |
getSalesRepCode()
Returns the sales rep code.
|
User |
getUser()
Returns the user object.
|
java.lang.String |
getUserId()
Returns the user id.
|
boolean |
isCSR()
Answers if the sales rep is a customer service rep (CSR).
|
void |
setPermitSAT(boolean value)
Sets the has permission to view sat info flag.
|
void |
setReceiveConf(boolean value)
Sets the receive copy of email confirmations flag.
|
void |
setSalesRep(SalesRep value)
Sets the sales rep object.
|
private void |
setSalesRepCode(java.lang.String value)
Sets the sales rep code.
|
void |
setUser(User value)
Sets the user object.
|
private void |
setUserId(java.lang.String value)
Sets the user id.
|
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 SalesRepUser()
SalesRepUser 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 User getUser()
public void setUser(User value)
value - (User) The user object.public java.lang.String getUserId()
private void setUserId(java.lang.String value)
value - (String) The user id.public boolean getPermitSAT()
public void setPermitSAT(boolean value)
value - (boolean) The has permission to view sat info flag.public boolean getReceiveConf()
public void setReceiveConf(boolean value)
value - (boolean) The receive copy of email confirmations flag.public boolean isCSR()
true if the sales rep is a CSR,
otherwise false.