public class ExportImportLifecycleEventImpl
extends java.lang.Object
implements com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEvent
| Constructor and Description |
|---|
ExportImportLifecycleEventImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.io.Serializable> |
getAttributes() |
int |
getCode() |
int |
getProcessFlag() |
java.lang.String |
getProcessId() |
void |
setAttributes(java.io.Serializable... attributes) |
void |
setCode(int code) |
void |
setProcessFlag(int processFlag) |
void |
setProcessId(java.lang.String processId) |
public java.util.List<java.io.Serializable> getAttributes()
getAttributes in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEventpublic int getCode()
getCode in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEventpublic int getProcessFlag()
getProcessFlag in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEventpublic java.lang.String getProcessId()
getProcessId in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEventpublic void setAttributes(java.io.Serializable... attributes)
setAttributes in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEventpublic void setCode(int code)
setCode in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEventpublic void setProcessFlag(int processFlag)
setProcessFlag in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEventpublic void setProcessId(java.lang.String processId)
setProcessId in interface com.liferay.exportimport.kernel.lifecycle.ExportImportLifecycleEvent