Class ProcessImportRequest
java.lang.Object
com.broadleafcommerce.dataimport.messaging.ProcessImportRequest
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable
,Serializable
public class ProcessImportRequest
extends Object
implements com.broadleafcommerce.common.messaging.Securable, Serializable
A message representing a request to perform the import
Import
.- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ProcessImportRequest
-
-
Method Details
-
getImportId
The ID of theImport
that needs to be processed.- See Also:
-
Import.id
-
getToken
- Specified by:
getToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setToken
- Specified by:
setToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-