Module com.logicommerce.sdk
Class OrderStatusActionImpl
- java.lang.Object
-
- com.logicommerce.sdk.models.order.implementations.OrderStatusActionImpl
-
- All Implemented Interfaces:
OrderStatusAction
public class OrderStatusActionImpl extends Object implements OrderStatusAction
OrderStatusActionImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
-
Constructor Summary
Constructors Constructor Description OrderStatusActionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActionId()Getter for the fieldactionId.SettingOrderSubstatusActionTypegetActionType()Getter for the fieldactionType.IntegergetId()Getter for the fieldid.StringgetParameter1()Getter for the fieldparameter1.StringgetParameter2()Getter for the fieldparameter2.StringgetSentText()Getter for the fieldsentText.booleanisDone()isDone.voidsetActionId(int actionId)Setter for the fieldactionId.voidsetActionType(SettingOrderSubstatusActionType actionType)Setter for the fieldactionType.voidsetDone(boolean done)Setter for the fielddone.voidsetId(Integer id)Setter for the fieldid.voidsetParameter1(String parameter1)Setter for the fieldparameter1.voidsetParameter2(String parameter2)Setter for the fieldparameter2.voidsetSentText(String sentText)Setter for the fieldsentText.
-
-
-
Method Detail
-
getId
public Integer getId()
Getter for the field
id.- Specified by:
getIdin interfaceOrderStatusAction- Returns:
- a
Integerobject
-
getActionType
public SettingOrderSubstatusActionType getActionType()
Getter for the field
actionType.- Specified by:
getActionTypein interfaceOrderStatusAction- Returns:
- a
SettingOrderSubstatusActionTypeobject
-
getActionId
public int getActionId()
Getter for the field
actionId.- Specified by:
getActionIdin interfaceOrderStatusAction- Returns:
- a int
-
getParameter1
public String getParameter1()
Getter for the field
parameter1.- Specified by:
getParameter1in interfaceOrderStatusAction- Returns:
- a
Stringobject
-
getParameter2
public String getParameter2()
Getter for the field
parameter2.- Specified by:
getParameter2in interfaceOrderStatusAction- Returns:
- a
Stringobject
-
isDone
public boolean isDone()
isDone.
- Specified by:
isDonein interfaceOrderStatusAction- Returns:
- a boolean
-
getSentText
public String getSentText()
Getter for the field
sentText.- Specified by:
getSentTextin interfaceOrderStatusAction- Returns:
- a
Stringobject
-
setActionType
public void setActionType(SettingOrderSubstatusActionType actionType)
Setter for the field
actionType.- Parameters:
actionType- aSettingOrderSubstatusActionTypeobject
-
setActionId
public void setActionId(int actionId)
Setter for the field
actionId.- Parameters:
actionId- a int
-
setParameter1
public void setParameter1(String parameter1)
Setter for the field
parameter1.- Parameters:
parameter1- aStringobject
-
setParameter2
public void setParameter2(String parameter2)
Setter for the field
parameter2.- Parameters:
parameter2- aStringobject
-
setDone
public void setDone(boolean done)
Setter for the field
done.- Parameters:
done- a boolean
-
-