Class PPPVBeanImpl.PendingOrderInfo

java.lang.Object
com.portal.app.cc.comp.PPPVBeanImpl.PendingOrderInfo
Enclosing class:
PPPVBeanImpl

public class PPPVBeanImpl.PendingOrderInfo extends Object
  • Constructor Details

    • PendingOrderInfo

      public PendingOrderInfo(Poid brandPoid, Poid prchPoid, Poid schPoid, int defStat, int devCount)
  • Method Details

    • getPurchPoid

      public Poid getPurchPoid()
    • setPurchPoid

      public void setPurchPoid(Poid pd)
    • getSchedPoid

      public Poid getSchedPoid()
    • setSchedPoid

      public void setSchedPoid(Poid pd)
    • getDefStatus

      public int getDefStatus()
    • setDefStatus

      public void setDefStatus(int stat)
    • getDevLoc

      public String getDevLoc(int idx)
    • setDevLoc

      public void setDevLoc(int idx, String loc)
    • 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

      public void setDeviceArray(Object[][] allDevices, int[] idx) throws RemoteException, EBufException
      Throws:
      RemoteException
      EBufException
    • printMe

      public void printMe()