資源簡介
NULL
博文鏈接:https://crazyjavastone.iteye.com/blog/542606

代碼片段和文件信息
package?com.dfbz.po;
import?java.util.Date;
public?class?Customer?{
private?int?customerId;
private?String?idType;
private?String?idNumber;
private?String?customerName;
private?Date?customerBirthday;
private?String?sex;
private?String?customerAddress;
private?String?mobileNumber;
private?double?accountBalance;
private?String?roamingStatus;
private?String?comLevel;
????private?int?accountId;
public?int?getCustomerId()?{
return?customerId;
}
public?void?setCustomerId(int?customerId)?{
this.customerId?=?customerId;
}
public?String?getIdType()?{
return?idType;
}
public?void?setIdType(String?idType)?{
this.idType?=?idType;
}
public?String?getIdNumber()?{
return?idNumber;
}
public?void?setIdNumber(String?idNumber)?{
this.idNumber?=?idNumber;
}
public?String?getCustomerName()?{
return?customerName;
}
public?void?setCustomerName(String?customerName)?{
this.customerName?=?customerName;
}
public?Date?getCustomerBirthday()?{
return?customerBirthday;
}
public?void?setCustomerBirthday(Date?customerBirthday)?{
this.customerBirthday?=?customerBirthday;
}
public?String?getSex()?{
return?sex;
}
public?void?setSex(String?sex)?{
this.sex?=?sex;
}
public?String?getCustomerAddress()?{
return?customerAddress;
}
public?void?setCustomerAddress(String?customerAddress)?{
this.customerAddress?=?customerAddress;
}
public?String?getMobileNumber()?{
return?mobileNumber;
}
public?void?setMobileNumber(String?mobileNumber)?{
this.mobileNumber?=?mobileNumber;
}
public?double?getAccountBalance()?{
return?accountBalance;
}
public?void?setAccountBalance(double?accountBalance)?{
this.accountBalance?=?accountBalance;
}
public?String?getRoamingStatus()?{
return?roamingStatus;
}
public?void?setRoamingStatus(String?roamingStatus)?{
this.roamingStatus?=?roamingStatus;
}
public?String?getComLevel()?{
return?comLevel;
}
public?void?setComLevel(String?comLevel)?{
this.comLevel?=?comLevel;
}
public?int?getAccountId()?{
return?accountId;
}
public?void?setAccountId(int?accountId)?{
this.accountId?=?accountId;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????699??2009-08-28?15:45??mobile\.classpath
?????文件????????290??2009-12-05?15:43??mobile\.myme
?????文件???????1224??2009-08-27?17:33??mobile\.project
?????文件????????699??2009-09-09?19:01??mobile\mobile\.classpath
?????文件????????290??2009-09-09?19:01??mobile\mobile\.myme
?????文件???????1224??2009-09-09?19:01??mobile\mobile\.project
?????文件???????2828??2009-09-09?19:01??mobile\mobile\sql\mobile.sql
?????文件???????2209??2009-09-09?19:01??mobile\mobile\src\com\dfbz\po\Customer.java
?????文件????????737??2009-09-09?19:01??mobile\mobile\src\com\dfbz\po\Operator.java
?????文件??????10110??2009-09-09?19:01??mobile\mobile\src\com\dfbz\service\IOperatorImp.java
?????文件????????769??2009-09-09?19:01??mobile\mobile\src\com\dfbz\service\IOperatorService.java
?????文件???????1466??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\AddCustomerServlet.java
?????文件???????1215??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\AddNewCharge.java
?????文件???????1398??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\AddOperatorServlet.java
?????文件???????1062??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\delOperatorServlet.java
?????文件???????1539??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\LoginServlet.java
?????文件???????2583??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\NewAccountServlet.java
?????文件???????1244??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\NewMobileServlet.java
?????文件????????909??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\ShowCharge1Servlet.java
?????文件????????973??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\ShowChargeNumberServlet.java
?????文件???????1120??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\ShowOperatorServlet.java
?????文件???????1707??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\UpdateChargeServlet.java
?????文件???????1229??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\UpdateOperatorServlet.java
?????文件???????3254??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\Upload.java
?????文件????????730??2009-09-09?19:01??mobile\mobile\src\com\dfbz\servlet\UploadSevlet.java
?????文件????????722??2009-09-09?19:01??mobile\mobile\src\com\dfbz\util\Convert.java
?????文件???????1021??2009-09-09?19:01??mobile\mobile\src\com\dfbz\util\DBTools.java
?????文件??????12016??2009-09-09?19:01??mobile\mobile\WebRoot\Charge.jsp
?????文件???????7846??2009-09-09?19:01??mobile\mobile\WebRoot\comAccount.jsp
?????文件????????104??2009-09-09?19:01??mobile\mobile\WebRoot\images\Arrow1.gif
............此處省略174個文件信息
評論
共有 條評論