📄 importcontract.java
字号:
//Source file: D:\tomcat\webapps\wuyang\WEB-INF\classes\src\wuyang\src\ImportContract.java
package src.wuyang;
import src.com.*;
import java.sql.*;
import java.io.*;
public class ImportContract extends ShangObject
{
/**
进出口合同号
*/
private String contractId;
/**
客户编码
*/
private String customerId;
/**
合同标记
0 采购
1 销售
*/
private int contractFlag;
/**
合同状态
0 初始
1 部门经理审核通过
9 部门经理审核不通过
2 高层审核通过
8 高层审核不通过
*/
private int contractState;
/**
签定日期
*/
private Timestamp contractDate;
/**
到达港口
*/
private String arrivPort;
/**
包装标准
*/
private String packStand;
/**
质量指标
*/
private String qulitity;
/**
唛头
*/
private String mark;
/**
保险
*/
private String insurance;
/**
装船期
*/
private Timestamp loadDate;
/**
装运港
*/
private String loadPort;
/**
到货期
*/
private Timestamp arriveDate;
/**
付款条件
*/
private String payment;
/**
其他
*/
private String other;
/**
操作人
*/
private String proposer;
/**
部门经理
*/
private String deptManager;
/**
批注
*/
private String comment;
/**
批准人
*/
private String ratifier;
/**
币制
*/
private int moneyFlag;
/**
装箱单号
*/
private String incasementId;
/**
明细清单
*/
private String listId;
/**
登记手册号
*/
private String liberId;
/**
许可证号
*/
private String liceniceId;
/**
机电证明号
*/
private String provementId;
/**
商检号
*/
private String checkDocId;
/**
报关单号
*/
private String customsDocId;
/**
* Access method for the contractId property.
*
* @return the current value of the contractId property
*/
public String getContractId()
{
return contractId;
}
/**
* Sets the value of the contractId property.
*
* @param aContractId the new value of the contractId property
*/
public void setContractId(String aContractId)
{
contractId = setChnString(aContractId);
}
/**
* Access method for the customerId property.
*
* @return the current value of the customerId property
*/
public String getCustomerId()
{
return customerId;
}
/**
* Sets the value of the customerId property.
*
* @param aCustomerId the new value of the customerId property
*/
public void setCustomerId(String aCustomerId)
{
customerId = setChnString(aCustomerId);
}
/**
* Access method for the contractFlag property.
*
* @return the current value of the contractFlag property
*/
public int getContractFlag()
{
return contractFlag;
}
/**
* Sets the value of the contractFlag property.
*
* @param aContractFlag the new value of the contractFlag property
*/
public void setContractFlag(int aContractFlag)
{
contractFlag = aContractFlag;
}
/**
* Access method for the contractState property.
*
* @return the current value of the contractState property
*/
public int getContractState()
{
return contractState;
}
/**
* Sets the value of the contractState property.
*
* @param aContractState the new value of the contractState property
*/
public void setContractState(int aContractState)
{
contractState = aContractState;
}
/**
* Access method for the contractDate property.
*
* @return the current value of the contractDate property
*/
public Timestamp getContractDate()
{
return contractDate;
}
/**
* Sets the value of the contractDate property.
*
* @param aContractDate the new value of the contractDate property
*/
public void setContractDate(Timestamp aContractDate)
{
contractDate = aContractDate;
}
/**
* Access method for the arrivPort property.
*
* @return the current value of the arrivPort property
*/
public String getArrivPort()
{
return arrivPort;
}
/**
* Sets the value of the arrivPort property.
*
* @param aArrivPort the new value of the arrivPort property
*/
public void setArrivPort(String aArrivPort)
{
arrivPort = setChnString(aArrivPort);
}
/**
* Access method for the packStand property.
*
* @return the current value of the packStand property
*/
public String getPackStand()
{
return packStand;
}
/**
* Sets the value of the packStand property.
*
* @param aPackStand the new value of the packStand property
*/
public void setPackStand(String aPackStand)
{
packStand = setChnString(aPackStand);
}
/**
* Access method for the qulitity property.
*
* @return the current value of the qulitity property
*/
public String getQulitity()
{
return qulitity;
}
/**
* Sets the value of the qulitity property.
*
* @param aQulitity the new value of the qulitity property
*/
public void setQulitity(String aQulitity)
{
qulitity = setChnString(aQulitity);
}
/**
* Access method for the mark property.
*
* @return the current value of the mark property
*/
public String getMark()
{
return mark;
}
/**
* Sets the value of the mark property.
*
* @param aMark the new value of the mark property
*/
public void setMark(String aMark)
{
mark = setChnString(aMark);
}
/**
* Access method for the insurance property.
*
* @return the current value of the insurance property
*/
public String getInsurance()
{
return insurance;
}
/**
* Sets the value of the insurance property.
*
* @param aInsurance the new value of the insurance property
*/
public void setInsurance(String aInsurance)
{
insurance = setChnString(aInsurance);
}
/**
* Access method for the loadDate property.
*
* @return the current value of the loadDate property
*/
public Timestamp getLoadDate()
{
return loadDate;
}
/**
* Sets the value of the loadDate property.
*
* @param aLoadDate the new value of the loadDate property
*/
public void setLoadDate(Timestamp aLoadDate)
{
loadDate = aLoadDate;
}
/**
* Access method for the loadPort property.
*
* @return the current value of the loadPort property
*/
public String getLoadPort()
{
return loadPort;
}
/**
* Sets the value of the loadPort property.
*
* @param aLoadPort the new value of the loadPort property
*/
public void setLoadPort(String aLoadPort)
{
loadPort = setChnString(aLoadPort);
}
/**
* Access method for the arriveDate property.
*
* @return the current value of the arriveDate property
*/
public Timestamp getArriveDate()
{
return arriveDate;
}
/**
* Sets the value of the arriveDate property.
*
* @param aArriveDate the new value of the arriveDate property
*/
public void setArriveDate(Timestamp aArriveDate)
{
arriveDate = aArriveDate;
}
/**
* Access method for the payment property.
*
* @return the current value of the payment property
*/
public String getPayment()
{
return payment;
}
/**
* Sets the value of the payment property.
*
* @param aPayment the new value of the payment property
*/
public void setPayment(String aPayment)
{
payment = setChnString(aPayment);
}
/**
* Access method for the other property.
*
* @return the current value of the other property
*/
public String getOther()
{
return other;
}
/**
* Sets the value of the other property.
*
* @param aOther the new value of the other property
*/
public void setOther(String aOther)
{
other = setChnString(aOther);
}
/**
* Access method for the proposer property.
*
* @return the current value of the proposer property
*/
public String getProposer()
{
return proposer;
}
/**
* Sets the value of the proposer property.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -