Package com.portal.app.cc.comp
Class PPPVBeanImpl.PendingOrderInfo
java.lang.Object
com.portal.app.cc.comp.PPPVBeanImpl.PendingOrderInfo
- Enclosing class:
PPPVBeanImpl
-
Constructor Summary
ConstructorsConstructorDescriptionPendingOrderInfo
(Poid brandPoid, Poid prchPoid, Poid schPoid, int defStat, int devCount) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getDevDefStatus
(int idx) int
getDevLoc
(int idx) boolean
boolean
void
printMe()
void
setDefStatus
(int stat) void
setDevDefStatus
(int idx, boolean def) void
setDeviceArray
(Object[][] allDevices, int[] idx) void
void
setIsCancelActionOk
(boolean stat) void
setIsRefreshActionOk
(boolean stat) void
setPurchPoid
(Poid pd) void
setSchedPoid
(Poid pd)
-
Constructor Details
-
PendingOrderInfo
-
-
Method Details
-
getPurchPoid
-
setPurchPoid
-
getSchedPoid
-
setSchedPoid
-
getDefStatus
public int getDefStatus() -
setDefStatus
public void setDefStatus(int stat) -
getDevLoc
-
setDevLoc
-
getDevDefStatus
public boolean getDevDefStatus(int idx) -
setDevDefStatus
public void setDevDefStatus(int idx, boolean def) -
getIsCancelActionOk
public boolean getIsCancelActionOk() -
setIsCancelActionOk
public void setIsCancelActionOk(boolean stat) -
getIsRefreshActionOk
public boolean getIsRefreshActionOk() -
setIsRefreshActionOk
public void setIsRefreshActionOk(boolean stat) -
getDeviceCount
public int getDeviceCount() -
setDeviceArray
- Throws:
RemoteException
EBufException
-
printMe
public void printMe()
-