public class SavedCartFileUploadReportData extends Object implements Serializable
| Constructor and Description |
|---|
SavedCartFileUploadReportData() |
| Modifier and Type | Method and Description |
|---|---|
List<CommerceCartModification> |
getErrorModificationList() |
Integer |
getFailureCount() |
Integer |
getPartialImportCount() |
Integer |
getSuccessCount() |
void |
setErrorModificationList(List<CommerceCartModification> errorModificationList) |
void |
setFailureCount(Integer failureCount) |
void |
setPartialImportCount(Integer partialImportCount) |
void |
setSuccessCount(Integer successCount) |
public void setErrorModificationList(List<CommerceCartModification> errorModificationList)
public List<CommerceCartModification> getErrorModificationList()
public void setSuccessCount(Integer successCount)
public Integer getSuccessCount()
public void setPartialImportCount(Integer partialImportCount)
public Integer getPartialImportCount()
public void setFailureCount(Integer failureCount)
public Integer getFailureCount()
Copyright © 2017 SAP SE. All Rights Reserved.