com.ibm.commerce.order.beans
Interface SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Implementing Classes:
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

public interface SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
extends InputDataBean

SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean for SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean


Field Summary
static java.lang.String COPYRIGHT
          The IBM copyright string.
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Method Summary
 void setDataBeanKeyMemberId(java.lang.String aMemberId)
           
 void setDataBeanKeyStoreId(java.lang.String aStoreId)
           
 void setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList( RequisitionDataBean[] aListDataBean)
           
 
Methods inherited from interface com.ibm.commerce.beans. InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail
public static final java.lang.String COPYRIGHT
The IBM copyright string.
See Also:
Constant Field Values
Method Detail

setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList

public void setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList(RequisitionDataBean[] aListDataBean)
Parameters:
aListDataBean - RequisitionDataBean[]
Returns:
void

setDataBeanKeyStoreId

public void setDataBeanKeyStoreId(java.lang.String aStoreId)
Parameters:
aStoreId - java.lang.String
Returns:
void

setDataBeanKeyMemberId

public void setDataBeanKeyMemberId(java.lang.String aMemberId)
Parameters:
aMemberId - java.lang.String
Returns:
void