?? custleveldao.java
字號:
package com.saas.biz.dao.custDAO;
/**
*
* @com.saas.biz.dao.custDAO
*
* @author Liuyang
*
* @2007-6-9
*/
public class CustLevelDAO {
public CustLevelDAO() {}
private String cust_id;
private String cust_class;
private String cust_start_date;
private String cust_end_date;
private String cust_oper_person;
private String cust_oper_date;
private String cust_desc;
public String getCust_class()
{
return cust_class;
}
public void setCust_class(String cust_class)
{
this.cust_class = cust_class;
}
public String getCust_desc()
{
return cust_desc;
}
public void setCust_desc(String cust_desc)
{
this.cust_desc = cust_desc;
}
public String getCust_end_date()
{
return cust_end_date;
}
public void setCust_end_date(String cust_end_date)
{
this.cust_end_date = cust_end_date;
}
public String getCust_id()
{
return cust_id;
}
public void setCust_id(String cust_id)
{
this.cust_id = cust_id;
}
public String getCust_oper_date()
{
return cust_oper_date;
}
public void setCust_oper_date(String cust_oper_date)
{
this.cust_oper_date = cust_oper_date;
}
public String getCust_oper_person()
{
return cust_oper_person;
}
public void setCust_oper_person(String cust_oper_person)
{
this.cust_oper_person = cust_oper_person;
}
public String getCust_start_date()
{
return cust_start_date;
}
public void setCust_start_date(String cust_start_date)
{
this.cust_start_date = cust_start_date;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -