📄 wt_sellindto.java
字号:
/*
* Created on 2007/03/06
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package stock.data.dto.inDto;
/**
* @author yuhui
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
public class Wt_SellInDto {
String mmlb;
String stkID;
String userName;
String priOfSel;
String priStpDwn;
String priStpUp;
String numOfSel;
String stkCanUsed;
String reason;
String pri;
/**
* @return Returns the pri.
*/
public String getPri() {
return pri;
}
/**
* @param pri The pri to set.
*/
public void setPri(String pri) {
this.pri = pri;
}
/**
* @return Returns the mmlb.
*/
public String getMmlb() {
return mmlb;
}
/**
* @param mmlb The mmlb to set.
*/
public void setMmlb(String mmlb) {
this.mmlb = mmlb;
}
/**
* @return Returns the numOfSel.
*/
public String getNumOfSel() {
return numOfSel;
}
/**
* @param numOfSel The numOfSel to set.
*/
public void setNumOfSel(String numOfSel) {
this.numOfSel = numOfSel;
}
/**
* @return Returns the priOfSel.
*/
public String getPriOfSel() {
return priOfSel;
}
/**
* @param priOfSel The priOfSel to set.
*/
public void setPriOfSel(String priOfSel) {
this.priOfSel = priOfSel;
}
/**
* @return Returns the priStpDwn.
*/
public String getPriStpDwn() {
return priStpDwn;
}
/**
* @param priStpDwn The priStpDwn to set.
*/
public void setPriStpDwn(String priStpDwn) {
this.priStpDwn = priStpDwn;
}
/**
* @return Returns the priStpUp.
*/
public String getPriStpUp() {
return priStpUp;
}
/**
* @param priStpUp The priStpUp to set.
*/
public void setPriStpUp(String priStpUp) {
this.priStpUp = priStpUp;
}
/**
* @return Returns the reason.
*/
public String getReason() {
return reason;
}
/**
* @param reason The reason to set.
*/
public void setReason(String reason) {
this.reason = reason;
}
/**
* @return Returns the stkCanUsed.
*/
public String getStkCanUsed() {
return stkCanUsed;
}
/**
* @param stkCanUsed The stkCanUsed to set.
*/
public void setStkCanUsed(String stkCanUsed) {
this.stkCanUsed = stkCanUsed;
}
/**
* @return Returns the stkID.
*/
public String getStkID() {
return stkID;
}
/**
* @param stkID The stkID to set.
*/
public void setStkID(String stkID) {
this.stkID = stkID;
}
/**
* @return Returns the userName.
*/
public String getUserName() {
return userName;
}
/**
* @param userName The userName to set.
*/
public void setUserName(String userName) {
this.userName = userName;
}
public Wt_SellInDto() {
super();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -