public class PPPVBeanImpl.PendingOrderInfo extends Object
Constructor and Description |
---|
PendingOrderInfo(Poid brandPoid,
Poid prchPoid,
Poid schPoid,
int defStat,
int devCount) |
Modifier and Type | Method and Description |
---|---|
int |
getDefStatus() |
boolean |
getDevDefStatus(int idx) |
int |
getDeviceCount() |
String |
getDevLoc(int idx) |
boolean |
getIsCancelActionOk() |
boolean |
getIsRefreshActionOk() |
Poid |
getPurchPoid() |
Poid |
getSchedPoid() |
void |
printMe() |
void |
setDefStatus(int stat) |
void |
setDevDefStatus(int idx,
boolean def) |
void |
setDeviceArray(Object[][] allDevices,
int[] idx) |
void |
setDevLoc(int idx,
String loc) |
void |
setIsCancelActionOk(boolean stat) |
void |
setIsRefreshActionOk(boolean stat) |
void |
setPurchPoid(Poid pd) |
void |
setSchedPoid(Poid pd) |
public Poid getPurchPoid()
public void setPurchPoid(Poid pd)
public Poid getSchedPoid()
public void setSchedPoid(Poid pd)
public int getDefStatus()
public void setDefStatus(int stat)
public String getDevLoc(int idx)
public void setDevLoc(int idx, String loc)
public boolean getDevDefStatus(int idx)
public void setDevDefStatus(int idx, boolean def)
public boolean getIsCancelActionOk()
public void setIsCancelActionOk(boolean stat)
public boolean getIsRefreshActionOk()
public void setIsRefreshActionOk(boolean stat)
public int getDeviceCount()
public void setDeviceArray(Object[][] allDevices, int[] idx) throws RemoteException, EBufException
RemoteException
EBufException
public void printMe()
Copyright © 2003, 2023, Oracle and/or its affiliates.