public class NotificationPref extends JDBCObject<NotificationPref>
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 |
---|
NotificationPref()
Constructs a
NotificationPref object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
(not persited) Returns the description.
|
java.lang.String |
getMessageType()
Returns the message type (logonhelp, orderconf, shipconf, etc.).
|
boolean |
getSendEmail()
Returns the send email flag.
|
boolean |
getSendPush()
Returns the send push flag.
|
boolean |
getSendSMS()
Returns the send SMS flag.
|
java.lang.String |
getUserId()
Returns the id of the associated user.
|
void |
setMessageType(java.lang.String value)
Sets the message type (logonhelp, orderconf, shipconf, etc.).
|
void |
setSendEmail(boolean value)
Sets the send email flag.
|
void |
setSendPush(boolean value)
Sets the send push flag.
|
void |
setSendSMS(boolean value)
Sets the send SMS flag.
|
void |
setUserId(java.lang.String value)
Sets the id of the associated user.
|
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 NotificationPref()
NotificationPref
object with all field values set to
null
.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value
- (String) The id of the associated user.public java.lang.String getMessageType()
public void setMessageType(java.lang.String value)
value
- (String) The message type.public java.lang.String getDescription()
public boolean getSendEmail()
public void setSendEmail(boolean value)
value
- (boolean) The send email flag.public boolean getSendSMS()
public void setSendSMS(boolean value)
value
- (boolean) The send SMS flag.public boolean getSendPush()
public void setSendPush(boolean value)
value
- (boolean) The send push flag.