287 lines
6.6 KiB
Plaintext
287 lines
6.6 KiB
Plaintext
package kr.co.i4way.manage.model;
|
|
|
|
import java.util.Arrays;
|
|
import java.util.List;
|
|
|
|
public class WallCustomVo {
|
|
private String user_id;
|
|
private String id;
|
|
private String name;
|
|
private String center_id;
|
|
private String center_name;
|
|
private String screen_id;
|
|
private String screen_name;
|
|
private String wall_id;
|
|
private String wall_name;
|
|
private String bg_info;
|
|
private String bg_path;
|
|
private String bg_real_nm;
|
|
private String bg_file;
|
|
private String bg_nm;
|
|
private String ci_path;
|
|
private String ci_real_nm;
|
|
private String ci_file;
|
|
private String ci_nm;
|
|
private String ci_info;
|
|
private String wall_url;
|
|
private String custom1;
|
|
private String custom2;
|
|
private String view_yn;
|
|
private int wall_order;
|
|
private int wall_duration;
|
|
private String font_color;
|
|
private String change_effect;
|
|
|
|
private String ready_cust;
|
|
private String svc_lvl;
|
|
private String abn_call;
|
|
private String ans_rto;
|
|
private String etc1;
|
|
private String etc2;
|
|
private String etc3;
|
|
private String etc4;
|
|
private String etc5;
|
|
|
|
private String[] query_arry;
|
|
|
|
public String getUser_id() {
|
|
return user_id;
|
|
}
|
|
public void setUser_id(String user_id) {
|
|
this.user_id = user_id;
|
|
}
|
|
public String getBg_real_nm() {
|
|
return bg_real_nm;
|
|
}
|
|
public void setBg_real_nm(String bg_real_nm) {
|
|
this.bg_real_nm = bg_real_nm;
|
|
}
|
|
public String getCi_real_nm() {
|
|
return ci_real_nm;
|
|
}
|
|
public void setCi_real_nm(String ci_real_nm) {
|
|
this.ci_real_nm = ci_real_nm;
|
|
}
|
|
public String getId() {
|
|
return id;
|
|
}
|
|
public void setId(String id) {
|
|
this.id = id;
|
|
}
|
|
public String getName() {
|
|
return name;
|
|
}
|
|
public void setName(String name) {
|
|
this.name = name;
|
|
}
|
|
public String getCenter_id() {
|
|
return center_id;
|
|
}
|
|
public void setCenter_id(String center_id) {
|
|
this.center_id = center_id;
|
|
}
|
|
public String getCenter_name() {
|
|
return center_name;
|
|
}
|
|
public void setCenter_name(String center_name) {
|
|
this.center_name = center_name;
|
|
}
|
|
public String getScreen_id() {
|
|
return screen_id;
|
|
}
|
|
public void setScreen_id(String screen_id) {
|
|
this.screen_id = screen_id;
|
|
}
|
|
public String getScreen_name() {
|
|
return screen_name;
|
|
}
|
|
public void setScreen_name(String screen_name) {
|
|
this.screen_name = screen_name;
|
|
}
|
|
public String getWall_name() {
|
|
return wall_name;
|
|
}
|
|
public void setWall_name(String wall_name) {
|
|
this.wall_name = wall_name;
|
|
}
|
|
public String getBg_info() {
|
|
return bg_info;
|
|
}
|
|
public void setBg_info(String bg_info) {
|
|
this.bg_info = bg_info;
|
|
}
|
|
public String getBg_path() {
|
|
return bg_path;
|
|
}
|
|
public void setBg_path(String bg_path) {
|
|
this.bg_path = bg_path;
|
|
}
|
|
public String getBg_file() {
|
|
return bg_file;
|
|
}
|
|
public void setBg_file(String bg_file) {
|
|
this.bg_file = bg_file;
|
|
}
|
|
public String getBg_nm() {
|
|
return bg_nm;
|
|
}
|
|
public void setBg_nm(String bg_nm) {
|
|
this.bg_nm = bg_nm;
|
|
}
|
|
public String getCi_path() {
|
|
return ci_path;
|
|
}
|
|
public void setCi_path(String ci_path) {
|
|
this.ci_path = ci_path;
|
|
}
|
|
public String getCi_file() {
|
|
return ci_file;
|
|
}
|
|
public void setCi_file(String ci_file) {
|
|
this.ci_file = ci_file;
|
|
}
|
|
public String getCi_nm() {
|
|
return ci_nm;
|
|
}
|
|
public void setCi_nm(String ci_nm) {
|
|
this.ci_nm = ci_nm;
|
|
}
|
|
public String getCi_info() {
|
|
return ci_info;
|
|
}
|
|
public void setCi_info(String ci_info) {
|
|
this.ci_info = ci_info;
|
|
}
|
|
public String getWall_url() {
|
|
return wall_url;
|
|
}
|
|
public void setWall_url(String wall_url) {
|
|
this.wall_url = wall_url;
|
|
}
|
|
public String getCustom1() {
|
|
return custom1;
|
|
}
|
|
public void setCustom1(String custom1) {
|
|
this.custom1 = custom1;
|
|
}
|
|
public String getCustom2() {
|
|
return custom2;
|
|
}
|
|
public void setCustom2(String custom2) {
|
|
this.custom2 = custom2;
|
|
}
|
|
public String getView_yn() {
|
|
return view_yn;
|
|
}
|
|
public void setView_yn(String view_yn) {
|
|
this.view_yn = view_yn;
|
|
}
|
|
public int getWall_order() {
|
|
return wall_order;
|
|
}
|
|
public void setWall_order(int wall_order) {
|
|
this.wall_order = wall_order;
|
|
}
|
|
public int getWall_duration() {
|
|
return wall_duration;
|
|
}
|
|
public void setWall_duration(int wall_duration) {
|
|
this.wall_duration = wall_duration;
|
|
}
|
|
public String getFont_color() {
|
|
return font_color;
|
|
}
|
|
public void setFont_color(String font_color) {
|
|
this.font_color = font_color;
|
|
}
|
|
public String getChange_effect() {
|
|
return change_effect;
|
|
}
|
|
public void setChange_effect(String change_effect) {
|
|
this.change_effect = change_effect;
|
|
}
|
|
public String[] getQuery_arry() {
|
|
return query_arry;
|
|
}
|
|
public void setQuery_arry(String[] query_arry) {
|
|
this.query_arry = query_arry;
|
|
}
|
|
|
|
|
|
|
|
public String getWall_id() {
|
|
return wall_id;
|
|
}
|
|
public void setWall_id(String wall_id) {
|
|
this.wall_id = wall_id;
|
|
}
|
|
public String getReady_cust() {
|
|
return ready_cust;
|
|
}
|
|
public void setReady_cust(String ready_cust) {
|
|
this.ready_cust = ready_cust;
|
|
}
|
|
public String getSvc_lvl() {
|
|
return svc_lvl;
|
|
}
|
|
public void setSvc_lvl(String svc_lvl) {
|
|
this.svc_lvl = svc_lvl;
|
|
}
|
|
public String getAbn_call() {
|
|
return abn_call;
|
|
}
|
|
public void setAbn_call(String abn_call) {
|
|
this.abn_call = abn_call;
|
|
}
|
|
public String getAns_rto() {
|
|
return ans_rto;
|
|
}
|
|
public void setAns_rto(String ans_rto) {
|
|
this.ans_rto = ans_rto;
|
|
}
|
|
public String getEtc1() {
|
|
return etc1;
|
|
}
|
|
public void setEtc1(String etc1) {
|
|
this.etc1 = etc1;
|
|
}
|
|
public String getEtc2() {
|
|
return etc2;
|
|
}
|
|
public void setEtc2(String etc2) {
|
|
this.etc2 = etc2;
|
|
}
|
|
public String getEtc3() {
|
|
return etc3;
|
|
}
|
|
public void setEtc3(String etc3) {
|
|
this.etc3 = etc3;
|
|
}
|
|
public String getEtc4() {
|
|
return etc4;
|
|
}
|
|
public void setEtc4(String etc4) {
|
|
this.etc4 = etc4;
|
|
}
|
|
public String getEtc5() {
|
|
return etc5;
|
|
}
|
|
public void setEtc5(String etc5) {
|
|
this.etc5 = etc5;
|
|
}
|
|
|
|
@Override
|
|
public String toString() {
|
|
return "WallCustomVo [user_id=" + user_id + ", id=" + id + ", name=" + name + ", center_id=" + center_id
|
|
+ ", center_name=" + center_name + ", screen_id=" + screen_id + ", screen_name=" + screen_name
|
|
+ ", wall_id=" + wall_id + ", wall_name=" + wall_name + ", bg_info=" + bg_info + ", bg_path=" + bg_path
|
|
+ ", bg_real_nm=" + bg_real_nm + ", bg_file=" + bg_file + ", bg_nm=" + bg_nm + ", ci_path=" + ci_path
|
|
+ ", ci_real_nm=" + ci_real_nm + ", ci_file=" + ci_file + ", ci_nm=" + ci_nm + ", ci_info=" + ci_info
|
|
+ ", wall_url=" + wall_url + ", custom1=" + custom1 + ", custom2=" + custom2 + ", view_yn=" + view_yn
|
|
+ ", wall_order=" + wall_order + ", wall_duration=" + wall_duration + ", font_color=" + font_color
|
|
+ ", change_effect=" + change_effect + ", ready_cust=" + ready_cust + ", svc_lvl=" + svc_lvl
|
|
+ ", abn_call=" + abn_call + ", ans_rto=" + ans_rto + ", etc1=" + etc1 + ", etc2=" + etc2 + ", etc3="
|
|
+ etc3 + ", etc4=" + etc4 + ", etc5=" + etc5 + ", query_arry=" + Arrays.toString(query_arry) + "]";
|
|
}
|
|
}
|