?? servicestaterequest.java
字號:
package mcm.adc.request;
import mcm.adc.SvcContent;
public class ServiceStateRequest extends SvcContent {
protected String SICode;
protected String SIName;
protected String OptType;
protected String ECCode;
protected String ECName;
protected String PrdCode;
protected String PrdOrdNum;
protected String ServiceCode;
protected String ServiceName;
protected String OptTime;
protected String ExecTime;
protected String ModiReason;
public ServiceStateRequest(String svcContent){
super(svcContent);
}
/**
* @return Returns the eCCode.
*/
public String getECCode() {
return ECCode;
}
/**
* @return Returns the eCName.
*/
public String getECName() {
return ECName;
}
/**
* @return Returns the execTime.
*/
public String getExecTime() {
return ExecTime;
}
/**
* @return Returns the modiReason.
*/
public String getModiReason() {
return ModiReason;
}
/**
* @return Returns the optTime.
*/
public String getOptTime() {
return OptTime;
}
/**
* @return Returns the optType.
*/
public String getOptType() {
return OptType;
}
/**
* @return Returns the prdCode.
*/
public String getPrdCode() {
return PrdCode;
}
/**
* @return Returns the prdOrdNum.
*/
public String getPrdOrdNum() {
return PrdOrdNum;
}
/**
* @return Returns the serviceCode.
*/
public String getServiceCode() {
return ServiceCode;
}
/**
* @return Returns the serviceName.
*/
public String getServiceName() {
return ServiceName;
}
/**
* @return Returns the sICode.
*/
public String getSICode() {
return SICode;
}
/**
* @return Returns the sIName.
*/
public String getSIName() {
return SIName;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -