public class SKDItemAvailabilityInfo extends java.lang.Object implements ISKDItemAvailabilityInfo, java.io.Serializable
FLAG_ERROR, FLAG_OK, FLAG_UNKNOWN, FLAG_WARN| Constructor and Description |
|---|
SKDItemAvailabilityInfo() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvailableBalance()
Returns available balance
|
int |
getBalanceFlag()
Returns s key string like asset number
|
double |
getCurrentBalance()
Returns current balance
|
java.lang.String |
getDescription()
Returns description
|
java.lang.String |
getKeyStr()
Returns s key string like key number
|
java.lang.String |
getLocation()
Returns s setLocation
|
java.lang.String |
getLocationSite()
Returns Location site
|
double |
getRequestedBalance()
Returns requested balance
|
java.lang.String |
getResType()
Returns reservation type
|
void |
setAvailableBalance(double qty)
Sets available balance
|
void |
setBalanceFlag(int i)
Sets the balance flag
|
void |
setCurrentBalance(double qty)
Sets current balance
|
void |
setDescription(java.lang.String desc)
Sets description
|
void |
setKeyStr(java.lang.String str)
Sets key string like key number
|
void |
setLocation(java.lang.String str)
Sets Location
|
void |
setLocationSite(java.lang.String str)
Sets Location site
|
void |
setRequestedBalance(double qty)
Sets requested balance
|
void |
setResType(java.lang.String restype)
Sets the restype flag
|
public void setKeyStr(java.lang.String str)
key - public java.lang.String getKeyStr()
getKeyStr in interface ISKDItemAvailabilityInfopublic void setLocation(java.lang.String str)
Location - public java.lang.String getLocation()
getLocation in interface ISKDItemAvailabilityInfopublic void setLocationSite(java.lang.String str)
Location - sitepublic java.lang.String getLocationSite()
getLocationSite in interface ISKDItemAvailabilityInfopublic void setDescription(java.lang.String desc)
description - public java.lang.String getDescription()
getDescription in interface ISKDItemAvailabilityInfopublic void setCurrentBalance(double qty)
current - balancepublic double getCurrentBalance()
getCurrentBalance in interface ISKDItemAvailabilityInfopublic void setAvailableBalance(double qty)
available - balancepublic double getAvailableBalance()
getAvailableBalance in interface ISKDItemAvailabilityInfopublic void setRequestedBalance(double qty)
requested - balancepublic double getRequestedBalance()
getRequestedBalance in interface ISKDItemAvailabilityInfopublic void setBalanceFlag(int i)
i - public int getBalanceFlag()
getBalanceFlag in interface ISKDItemAvailabilityInfopublic void setResType(java.lang.String restype)
restype - public java.lang.String getResType()
getResType in interface ISKDItemAvailabilityInfo