Sets the MarkForDelete flag on RFQs.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation of this command. |
static java.lang.String |
NAME The name of this command. |
static java.lang.Integer |
siteStoreId Site Store Id. |
Method Summary | |
---|---|
int |
getMarkForDeleteAfterNumberOfDays() Returns the number of days the canceled and completed RFQs are marked for delete after having been canceled or completed. |
void |
setMarkForDeleteAfterNumberOfDays(int numOfDays) Sets the number of days the canceled and completed RFQs are marked for delete after having been canceled or completed. |
void |
setStoreId(java.lang.Integer storeId)
|
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.Integer siteStoreId
Method Detail |
---|
public void setStoreId(java.lang.Integer storeId)
storeId
- Sets the store identifier number. If the store id is
0 then this command works on all RFQs for the site.public int getMarkForDeleteAfterNumberOfDays()
public void setMarkForDeleteAfterNumberOfDays(int numOfDays)
numOfDays
- The number of days when an RFQ is marked for
delete after being canceled or completed.