?? baseinfo.java
字號:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: BaseInfo.java
package com.keyshop.pub.model;
import java.util.List;
// Referenced classes of package com.keyshop.pub.model:
// PubBean
public class BaseInfo extends PubBean
{
public static String repairTables[][] = {
{
"b_car_type", "車型代碼"
}, {
"b_insurence_company", "保險公司"
}, {
"b_project_category", "項目類別"
}, {
"b_client_category", "客戶類別"
}, {
"b_maintmain_type", "維修方式"
}, {
"b_operation_category", "操作方式"
}, {
"b_rerepair_type", "返修類別"
}, {
"b_care_type", "保養類別"
}, {
"b_repair_charge_category", "維修收費類別"
}
};
public static String fittingsTables[][] = {
{
"b_unit", "配件單位"
}, {
"b_trans_type", "運輸方式"
}, {
"b_packing_type", "包裝方式"
}, {
"b_provider_category", "供應商類別"
}, {
"b_instore_category", "入庫類別"
}, {
"b_storehouse_info", "倉庫信息"
}, {
"b_returngoods_reason", "退貨原因"
}, {
"b_outstore_category", "出庫類別"
}
};
public static String financeTables[][] = {
{
"b_invoice_type", "發票方式"
}, {
"b_balance_type", "結算方式"
}, {
"b_charge_standard", "收費標準"
}
};
public static String clientServerTables[][] = {
{
"b_member_category", "會員類別"
}
};
private String tableName;
private String columNames[];
private String displayNames[];
private String cloumTypes[];
private String maxlength[];
private List rs;
public BaseInfo()
{
tableName = "";
}
public String[] getColumNames()
{
return columNames;
}
public List getRs()
{
return rs;
}
public String getTableName()
{
return tableName;
}
public void setTableName(String tableName)
{
this.tableName = tableName;
}
public void setRs(List rs)
{
this.rs = rs;
}
public void setColumNames(String columNames[])
{
this.columNames = columNames;
}
public String[] getCloumTypes()
{
return cloumTypes;
}
public void setCloumTypes(String cloumTypes[])
{
this.cloumTypes = cloumTypes;
}
public String[] getMaxlength()
{
return maxlength;
}
public void setMaxlength(String maxlength[])
{
this.maxlength = maxlength;
}
public String[] getDisplayNames()
{
return displayNames;
}
public void setDisplayNames(String displayNames[])
{
this.displayNames = displayNames;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -