91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

基于javaWEB的網(wǎng)上書城基于javaWEB的網(wǎng)上書城基于javaWEB的網(wǎng)上書城

資源截圖

代碼片段和文件信息

package?com.book.bean;

public?class?Admin?{
private?int?adminId;
private?String?admAccount;
private?String?adminPwd;
private?int?adminType;

public?Admin()?{
//?TODO?Auto-generated?constructor?stub
}

public?Admin(String?admAccount?String?adminPwd?int?adminType)?{
super();
this.admAccount?=?admAccount;
this.adminPwd?=?adminPwd;
this.adminType?=?adminType;
}
public?Admin(int?adminId?String?admAccount?String?adminPwd?int?adminType)?{
super();
this.adminId?=?adminId;
this.admAccount?=?admAccount;
this.adminPwd?=?adminPwd;
this.adminType?=?adminType;
}

public?int?getAdminId()?{
return?adminId;
}

public?void?setAdminId(int?adminId)?{
this.adminId?=?adminId;
}

public?String?getAdmAccount()?{
return?admAccount;
}

public?void?setAdmAccount(String?admAccount)?{
this.admAccount?=?admAccount;
}

public?String?getAdminPwd()?{
return?adminPwd;
}

public?void?setAdminPwd(String?adminPwd)?{
this.adminPwd?=?adminPwd;
}

public?int?getAdminType()?{
return?adminType;
}

public?void?setAdminType(int?adminType)?{
this.adminType?=?adminType;
}

@Override
public?int?hashCode()?{
final?int?prime?=?31;
int?result?=?1;
result?=?prime?*?result
+?((admAccount?==?null)???0?:?admAccount.hashCode());
result?=?prime?*?result?+?adminId;
result?=?prime?*?result
+?((adminPwd?==?null)???0?:?adminPwd.hashCode());
result?=?prime?*?result?+?adminType;
return?result;
}

@Override
public?boolean?equals(object?obj)?{
if?(this?==?obj)
return?true;
if?(obj?==?null)
return?false;
if?(getClass()?!=?obj.getClass())
return?false;
Admin?other?=?(Admin)?obj;
if?(admAccount?==?null)?{
if?(other.admAccount?!=?null)
return?false;
}?else?if?(!admAccount.equals(other.admAccount))
return?false;
if?(adminId?!=?other.adminId)
return?false;
if?(adminPwd?==?null)?{
if?(other.adminPwd?!=?null)
return?false;
}?else?if?(!adminPwd.equals(other.adminPwd))
return?false;
if?(adminType?!=?other.adminType)
return?false;
return?true;
}

@Override
public?String?toString()?{
return?“Admin?[adminId=“?+?adminId?+?“?admAccount=“?+?admAccount
+?“?adminPwd=“?+?adminPwd?+?“?adminType=“?+?adminType?+?“]“;
}

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-04-10?13:14??book\
?????文件????????1511??2015-12-04?15:30??book\.classpath
?????目錄???????????0??2017-10-27?17:36??book\.myeclipse\
?????文件?????????285??2015-10-30?09:13??book\.mymetadata
?????文件????????1747??2015-11-02?10:22??book\.project
?????目錄???????????0??2016-04-10?13:14??book\.settings\
?????文件?????????500??2015-10-30?09:13??book\.settings\.jsdtscope
?????文件?????????247??2015-12-04?15:30??book\.settings\com.genuitec.eclipse.migration.prefs
?????文件?????????145??2015-12-08?17:15??book\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2015-10-30?09:13??book\.settings\org.eclipse.jdt.core.prefs
?????文件?????????538??2015-12-04?15:30??book\.settings\org.eclipse.wst.common.component
?????文件?????????359??2015-12-04?15:30??book\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2015-10-30?09:13??book\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2015-10-30?09:13??book\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2016-04-10?13:14??book\WebRoot\
?????文件?????????824??2015-11-06?23:17??book\WebRoot\01.jsp
?????目錄???????????0??2016-04-10?13:14??book\WebRoot\meta-INF\
?????文件??????????36??2015-10-30?09:13??book\WebRoot\meta-INF\MANIFEST.MF
?????目錄???????????0??2016-04-10?13:14??book\WebRoot\WEB-INF\
?????目錄???????????0??2016-04-10?13:14??book\WebRoot\WEB-INF\admin\
?????文件????????3379??2015-11-06?22:32??book\WebRoot\WEB-INF\admin\addAdmin.jsp
?????文件????????6932??2015-11-10?16:16??book\WebRoot\WEB-INF\admin\addBook.jsp
?????文件????????3499??2015-11-06?10:36??book\WebRoot\WEB-INF\admin\addBookType.jsp
?????文件????????3597??2015-11-06?16:28??book\WebRoot\WEB-INF\admin\adminList.jsp
?????文件????????6737??2015-11-10?15:31??book\WebRoot\WEB-INF\admin\bookList.jsp
?????文件????????3694??2015-11-06?10:40??book\WebRoot\WEB-INF\admin\bookTypeList.jsp
?????文件????????1222??2015-11-03?20:23??book\WebRoot\WEB-INF\admin\index.jsp
?????文件????????2728??2015-11-06?22:11??book\WebRoot\WEB-INF\admin\login.jsp
?????文件????????4242??2015-11-06?22:14??book\WebRoot\WEB-INF\admin\orderList.jsp
?????文件????????6645??2015-11-11?11:12??book\WebRoot\WEB-INF\admin\updateBook.jsp
?????目錄???????????0??2016-04-10?13:14??book\WebRoot\WEB-INF\classes\
............此處省略310個文件信息

評論

共有 條評論

相關(guān)資源