public class PaymentSubscriptionResultModel extends ItemModel
Used for storing subscription result.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CARTID
Generated constant - Attribute key of
PaymentSubscriptionResult.cartId attribute defined at extension acceleratorwebservicesaddon. |
static String |
RESULT
Generated constant - Attribute key of
PaymentSubscriptionResult.result attribute defined at extension acceleratorwebservicesaddon. |
static String |
SUCCESS
Generated constant - Attribute key of
PaymentSubscriptionResult.success attribute defined at extension acceleratorwebservicesaddon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PaymentSubscriptionResultModel()
Generated constructor - Default constructor for generic creation.
|
PaymentSubscriptionResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PaymentSubscriptionResultModel(String _cartId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PaymentSubscriptionResultModel(String _cartId,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCartId()
Generated method - Getter of the
PaymentSubscriptionResult.cartId attribute defined at extension acceleratorwebservicesaddon. |
Object |
getResult()
Generated method - Getter of the
PaymentSubscriptionResult.result attribute defined at extension acceleratorwebservicesaddon. |
boolean |
isSuccess()
Generated method - Getter of the
PaymentSubscriptionResult.success attribute defined at extension acceleratorwebservicesaddon. |
void |
setCartId(String value)
Generated method - Setter of
PaymentSubscriptionResult.cartId attribute defined at extension acceleratorwebservicesaddon. |
void |
setResult(Object value)
Generated method - Setter of
PaymentSubscriptionResult.result attribute defined at extension acceleratorwebservicesaddon. |
void |
setSuccess(boolean value)
Generated method - Setter of
PaymentSubscriptionResult.success attribute defined at extension acceleratorwebservicesaddon. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CARTID
PaymentSubscriptionResult.cartId attribute defined at extension acceleratorwebservicesaddon.public static final String SUCCESS
PaymentSubscriptionResult.success attribute defined at extension acceleratorwebservicesaddon.public static final String RESULT
PaymentSubscriptionResult.result attribute defined at extension acceleratorwebservicesaddon.public PaymentSubscriptionResultModel()
public PaymentSubscriptionResultModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PaymentSubscriptionResultModel(String _cartId)
_cartId - initial attribute declared by type PaymentSubscriptionResult at extension acceleratorwebservicesaddon@Deprecated public PaymentSubscriptionResultModel(String _cartId, ItemModel _owner)
_cartId - initial attribute declared by type PaymentSubscriptionResult at extension acceleratorwebservicesaddon_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="cartId", type=GETTER) public String getCartId()
PaymentSubscriptionResult.cartId attribute defined at extension acceleratorwebservicesaddon.@Accessor(qualifier="result", type=GETTER) public Object getResult()
PaymentSubscriptionResult.result attribute defined at extension acceleratorwebservicesaddon.@Accessor(qualifier="success", type=GETTER) public boolean isSuccess()
PaymentSubscriptionResult.success attribute defined at extension acceleratorwebservicesaddon.@Accessor(qualifier="cartId", type=SETTER) public void setCartId(String value)
PaymentSubscriptionResult.cartId attribute defined at extension acceleratorwebservicesaddon.value - the cartId@Accessor(qualifier="result", type=SETTER) public void setResult(Object value)
PaymentSubscriptionResult.result attribute defined at extension acceleratorwebservicesaddon.value - the result - Serialized result objectCopyright © 2017 SAP SE. All Rights Reserved.