📄 contract.java
字号:
//Source file: D:\work\五洋\javaBean\src\Contract.java
package src.wuyang;
import src.com.*;
import java.sql.*;
import java.io.*;
public class Contract extends ShangObject
{
/**
合同编号
*/
private String contractId;
/**
客户编号
*/
private String customerId;
/**
合同买卖标记
0 卖
1 买
*/
private int contractFlag;
/**
合同状态
*/
private int contractState;
/**
合同签定地点
*/
private String contractAddress;
/**
合同生效日
*/
private Timestamp contractBegTime;
/**
总金额
*/
private float totalPrice;
/**
技术标准
*/
private String technique;
/**
交货时间
*/
private Timestamp arriveDate;
/**
交货地点
*/
private String arriveAddress;
/**
运输方式
0 飞机
1 船运
2 铁路
3 公路
*/
private int delivWay;
/**
运费负担
*/
private String delivResp;
/**
到达港口
*/
private String arrivPort;
/**
包装标准
*/
private String packStand;
/**
包装费用
*/
private String packFee;
/**
结算方式
0 现金
1 汇票
2 转帐
*/
private int jsfs;
/**
结算期限
*/
private String jsqx;
/**
损耗计算
*/
private String hlsh;
/**
验收标准
*/
private String ysbz;
/**
提出异议期限
*/
private Timestamp tcyy;
/**
争议解决
*/
private String zyjj;
/**
其他
*/
private String other;
/**
申请人
*/
private String proposer;
/**
部门经理
*/
private String deptManager;
/**
备注或批注
*/
private String comment;
/**
批准人签名
*/
private String ratifier;
/**
外销合同编号
*/
private String outContractId;
/**
合同签定日
*/
private Timestamp contractDate;
/**
被更改合同编号
*/
private String modifiedContractId;
private String deptId;
/**
* 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 contractAddress property.
*
* @return the current value of the contractAddress property
*/
public String getContractAddress() {
return contractAddress;}
/**
* Sets the value of the contractAddress property.
*
* @param aContractAddress the new value of the contractAddress property
*/
public void setContractAddress(String aContractAddress) {
contractAddress = setChnString(aContractAddress);}
/**
* Access method for the contractBegTime property.
*
* @return the current value of the contractBegTime property
*/
public Timestamp getContractBegTime() {
return contractBegTime;}
/**
* Sets the value of the contractBegTime property.
*
* @param aContractBegTime the new value of the contractBegTime property
*/
public void setContractBegTime(Timestamp aContractBegTime) {
contractBegTime = aContractBegTime;}
/**
* Access method for the totalPrice property.
*
* @return the current value of the totalPrice property
*/
public float getTotalPrice() {
return totalPrice;}
/**
* Sets the value of the totalPrice property.
*
* @param aTotalPrice the new value of the totalPrice property
*/
public void setTotalPrice(float aTotalPrice) {
totalPrice = aTotalPrice;}
/**
* Access method for the technique property.
*
* @return the current value of the technique property
*/
public String getTechnique() {
return technique;}
/**
* Sets the value of the technique property.
*
* @param aTechnique the new value of the technique property
*/
public void setTechnique(String aTechnique) {
technique = setChnString(aTechnique);}
/**
* 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 arriveAddress property.
*
* @return the current value of the arriveAddress property
*/
public String getArriveAddress() {
return arriveAddress;}
/**
* Sets the value of the arriveAddress property.
*
* @param aArriveAddress the new value of the arriveAddress property
*/
public void setArriveAddress(String aArriveAddress) {
arriveAddress = setChnString(aArriveAddress);}
/**
* Access method for the delivWay property.
*
* @return the current value of the delivWay property
*/
public int getDelivWay() {
return delivWay;}
/**
* Sets the value of the delivWay property.
*
* @param aDelivWay the new value of the delivWay property
*/
public void setDelivWay(int aDelivWay) {
delivWay = aDelivWay;}
/**
* Access method for the delivResp property.
*
* @return the current value of the delivResp property
*/
public String getDelivResp() {
return delivResp;}
/**
* Sets the value of the delivResp property.
*
* @param aDelivResp the new value of the delivResp property
*/
public void setDelivResp(String aDelivResp) {
delivResp = setChnString(aDelivResp);}
/**
* 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 packFee property.
*
* @return the current value of the packFee property
*/
public String getPackFee() {
return packFee;}
/**
* Sets the value of the packFee property.
*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -