EventList.java
add event_type_ for show upcoming and pastNensi
plain_text
a year ago
2.5 kB
4
Indexable
Upcoming And Past EventListscreen
public class EventList {
String iD, eName, img, Fb_Status, event_type, fundraising_enbled, linkedin_login_enabled, show_login_screen, enable_register_button;
String lang;
String user_name_login = "";
String event_type_="";
public String getEvent_type_() {
return event_type_;
}
public void setEvent_type_(String event_type_) {
this.event_type_ = event_type_;
}
public EventList(String iD, String eName, String img, String Fb_Status, String event_type, String fundraising_enbled, String linkedin_login_enabled) {
this.iD = iD;
this.eName = eName;
this.img = img;
this.Fb_Status = Fb_Status;
this.event_type = event_type;
this.fundraising_enbled = fundraising_enbled;
this.linkedin_login_enabled = linkedin_login_enabled;
}
public EventList(String iD, String eName, String img, String Fb_Status, String event_type, String fundraising_enbled, String linkedin_login_enabled, String lang, String show_login_screen, String enable_register_button) {
this.iD = iD;
this.eName = eName;
this.img = img;
this.Fb_Status = Fb_Status;
this.event_type = event_type;
this.fundraising_enbled = fundraising_enbled;
this.linkedin_login_enabled = linkedin_login_enabled;
this.lang = lang;
this.show_login_screen = show_login_screen;
this.enable_register_button = enable_register_button;
// this.show_both_location = show_both_location;
}
// public String getShow_both_location() {
// return show_both_location;
// }
//
// public void setShow_both_location(String show_both_location) {
// this.show_both_location = show_both_location;
// }
public EventList(String iD, String eName, String img, String Fb_Status, String event_type, String fundraising_enbled, String linkedin_login_enabled, String lang, String show_login_screen, String enable_register_button, String user_name_login,String event_type_) {
this.iD = iD;
this.eName = eName;
this.img = img;
this.Fb_Status = Fb_Status;
this.event_type = event_type;
this.fundraising_enbled = fundraising_enbled;
this.linkedin_login_enabled = linkedin_login_enabled;
this.lang = lang;
this.show_login_screen = show_login_screen;
this.enable_register_button = enable_register_button;
this.user_name_login = user_name_login;
this.event_type_ = event_type_;
}
Editor is loading...
Leave a Comment