@Entity public class event_notification_hist extends Object implements Serializable
Constructor and Description |
---|
event_notification_hist() |
event_notification_hist(long audit_log_id,
String event_name,
String method_type,
String reason,
Date sent_at,
boolean status,
Guid subscriber_id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getaudit_log_id() |
String |
getevent_name() |
String |
getmethod_type() |
String |
getreason() |
Date |
getsent_at() |
boolean |
getstatus() |
Guid |
getsubscriber_id() |
int |
hashCode() |
void |
setaudit_log_id(long value) |
void |
setevent_name(String value) |
void |
setmethod_type(String value) |
void |
setreason(String value) |
void |
setsent_at(Date value) |
void |
setstatus(boolean value) |
void |
setsubscriber_id(Guid value) |
public long getaudit_log_id()
public void setaudit_log_id(long value)
public String getevent_name()
public void setevent_name(String value)
public String getmethod_type()
public void setmethod_type(String value)
public String getreason()
public void setreason(String value)
public Date getsent_at()
public void setsent_at(Date value)
public boolean getstatus()
public void setstatus(boolean value)
public Guid getsubscriber_id()
public void setsubscriber_id(Guid value)
Copyright © 2012. All Rights Reserved.