public class NotificationEventDataObject extends FlexDataObject
Constructor and Description |
---|
NotificationEventDataObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy() |
java.sql.Timestamp |
getCreatedOn() |
NotificationEventCodeEnum |
getEventCode() |
java.lang.Long |
getNotificationEventId() |
java.lang.Long |
getNotificationId() |
java.lang.String |
getUpdatedBy() |
java.sql.Timestamp |
getUpdatedOn() |
java.lang.Integer |
getVersionNumber() |
void |
setCreatedBy(java.lang.String pCreatedBy) |
void |
setCreatedOn(java.sql.Timestamp pCreatedOn) |
void |
setEventCode(NotificationEventCodeEnum pEventCode) |
void |
setNotificationEventId(java.lang.Long pNotificationEventId) |
void |
setNotificationId(java.lang.Long pNotificationId) |
void |
setUpdatedBy(java.lang.String pUpdatedBy) |
void |
setUpdatedOn(java.sql.Timestamp pUpdatedOn) |
void |
setVersionNumber(java.lang.Integer pVersionNumber) |
clone
public java.lang.Long getNotificationEventId()
public void setNotificationEventId(java.lang.Long pNotificationEventId)
public NotificationEventCodeEnum getEventCode()
public void setEventCode(NotificationEventCodeEnum pEventCode)
public java.lang.Long getNotificationId()
public void setNotificationId(java.lang.Long pNotificationId)
public java.sql.Timestamp getCreatedOn()
public void setCreatedOn(java.sql.Timestamp pCreatedOn)
public java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String pCreatedBy)
public java.sql.Timestamp getUpdatedOn()
public void setUpdatedOn(java.sql.Timestamp pUpdatedOn)
public java.lang.String getUpdatedBy()
public void setUpdatedBy(java.lang.String pUpdatedBy)
public java.lang.Integer getVersionNumber()
public void setVersionNumber(java.lang.Integer pVersionNumber)