|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.promotion.PromotionImportExportStatus
public class PromotionImportExportStatus
This class details the status information for a promotions import transaction.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static int |
STATUS_FAILURE
|
static int |
STATUS_SUCCESS
|
| Constructor Summary | |
|---|---|
PromotionImportExportStatus()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorMessage()
Get the error message. |
java.lang.String |
getPromotionId()
Get the promotion id. |
int |
getPromotionStatus()
Get the promotion status. |
atg.epub.PublishingWorkflowSession |
getPublishingSession()
Get the publishing workflow session. |
PromotionImportExportSession |
getSession()
Get the session. |
void |
setErrorMessage(java.lang.String pErrorMessage)
Set the error message. |
void |
setPromotionId(java.lang.String pPromotionId)
Set the promotion id. |
void |
setPromotionStatus(int pPromotionStatus)
Set the promotion status. |
void |
setPublishingSession(atg.epub.PublishingWorkflowSession pPublishingSession)
Set the publishing workflow session. |
void |
setSession(PromotionImportExportSession pSession)
Set the session. |
java.lang.String |
toString()
Get information about the class values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
public static final int STATUS_SUCCESS
public static final int STATUS_FAILURE
| Constructor Detail |
|---|
public PromotionImportExportStatus()
| Method Detail |
|---|
public void setPromotionId(java.lang.String pPromotionId)
pPromotionId - - the id of the promotion.public java.lang.String getPromotionId()
public void setPromotionStatus(int pPromotionStatus)
pPromotionStatus - - the status of the promotion import.public int getPromotionStatus()
public void setErrorMessage(java.lang.String pErrorMessage)
pErrorMessage - - the error message.public java.lang.String getErrorMessage()
public void setSession(PromotionImportExportSession pSession)
pSession - - the promotion import export session.public PromotionImportExportSession getSession()
public void setPublishingSession(atg.epub.PublishingWorkflowSession pPublishingSession)
pPublishingSession - - the promotion publishing session.public atg.epub.PublishingWorkflowSession getPublishingSession()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||