Package com.sap.hybris.c4ccpiquote.model
Class C4CSalesOrderNotificationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.c4ccpiquote.model.C4CSalesOrderNotificationModel
- All Implemented Interfaces:
Serializable
Generated model class for type C4CSalesOrderNotification first defined at extension c4ccpiquote.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.actionCodeattribute defined at extensionc4ccpiquote.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.businessTransactionDocumentReferenceListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.c4cQuoteIdattribute defined at extensionc4ccpiquote.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.itemListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.itemTypeCodeattribute defined at extensionc4ccpiquote.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.orderIdattribute defined at extensionc4ccpiquote.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.schemeIdattribute defined at extensionc4ccpiquote.static final StringGenerated constant - Attribute key ofC4CSalesOrderNotification.typeCodeattribute defined at extensionc4ccpiquote.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersC4CSalesOrderNotificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theC4CSalesOrderNotification.actionCodeattribute defined at extensionc4ccpiquote.Generated method - Getter of theC4CSalesOrderNotification.businessTransactionDocumentReferenceListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.Generated method - Getter of theC4CSalesOrderNotification.c4cQuoteIdattribute defined at extensionc4ccpiquote.Generated method - Getter of theC4CSalesOrderNotification.itemListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.Generated method - Getter of theC4CSalesOrderNotification.itemTypeCodeattribute defined at extensionc4ccpiquote.Generated method - Getter of theC4CSalesOrderNotification.orderIdattribute defined at extensionc4ccpiquote.Generated method - Getter of theC4CSalesOrderNotification.schemeIdattribute defined at extensionc4ccpiquote.Generated method - Getter of theC4CSalesOrderNotification.typeCodeattribute defined at extensionc4ccpiquote.voidsetActionCode(String value) Generated method - Setter ofC4CSalesOrderNotification.actionCodeattribute defined at extensionc4ccpiquote.voidGenerated method - Setter ofC4CSalesOrderNotification.businessTransactionDocumentReferenceListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.voidsetC4cQuoteId(String value) Generated method - Setter ofC4CSalesOrderNotification.c4cQuoteIdattribute defined at extensionc4ccpiquote.voidGenerated method - Setter ofC4CSalesOrderNotification.itemListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.voidsetItemTypeCode(String value) Generated method - Setter ofC4CSalesOrderNotification.itemTypeCodeattribute defined at extensionc4ccpiquote.voidsetOrderId(String value) Generated method - Setter ofC4CSalesOrderNotification.orderIdattribute defined at extensionc4ccpiquote.voidsetSchemeId(String value) Generated method - Setter ofC4CSalesOrderNotification.schemeIdattribute defined at extensionc4ccpiquote.voidsetTypeCode(String value) Generated method - Setter ofC4CSalesOrderNotification.typeCodeattribute defined at extensionc4ccpiquote.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
BUSINESSTRANSACTIONDOCUMENTREFERENCELISTCOMPLETETRANSMISSIONINDICATOR
Generated constant - Attribute key ofC4CSalesOrderNotification.businessTransactionDocumentReferenceListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.- See Also:
-
ITEMLISTCOMPLETETRANSMISSIONINDICATOR
Generated constant - Attribute key ofC4CSalesOrderNotification.itemListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.- See Also:
-
TYPECODE
Generated constant - Attribute key ofC4CSalesOrderNotification.typeCodeattribute defined at extensionc4ccpiquote.- See Also:
-
ORDERID
Generated constant - Attribute key ofC4CSalesOrderNotification.orderIdattribute defined at extensionc4ccpiquote.- See Also:
-
C4CQUOTEID
Generated constant - Attribute key ofC4CSalesOrderNotification.c4cQuoteIdattribute defined at extensionc4ccpiquote.- See Also:
-
ITEMTYPECODE
Generated constant - Attribute key ofC4CSalesOrderNotification.itemTypeCodeattribute defined at extensionc4ccpiquote.- See Also:
-
SCHEMEID
Generated constant - Attribute key ofC4CSalesOrderNotification.schemeIdattribute defined at extensionc4ccpiquote.- See Also:
-
ACTIONCODE
Generated constant - Attribute key ofC4CSalesOrderNotification.actionCodeattribute defined at extensionc4ccpiquote.- See Also:
-
-
Constructor Details
-
C4CSalesOrderNotificationModel
public C4CSalesOrderNotificationModel()Generated constructor - Default constructor for generic creation. -
C4CSalesOrderNotificationModel
public C4CSalesOrderNotificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
C4CSalesOrderNotificationModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getActionCode
Generated method - Getter of theC4CSalesOrderNotification.actionCodeattribute defined at extensionc4ccpiquote.- Returns:
- the actionCode
-
getBusinessTransactionDocumentReferenceListCompleteTransmissionIndicator
@Accessor(qualifier="businessTransactionDocumentReferenceListCompleteTransmissionIndicator", type=GETTER) public String getBusinessTransactionDocumentReferenceListCompleteTransmissionIndicator()Generated method - Getter of theC4CSalesOrderNotification.businessTransactionDocumentReferenceListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.- Returns:
- the businessTransactionDocumentReferenceListCompleteTransmissionIndicator
-
getC4cQuoteId
Generated method - Getter of theC4CSalesOrderNotification.c4cQuoteIdattribute defined at extensionc4ccpiquote.- Returns:
- the c4cQuoteId
-
getItemListCompleteTransmissionIndicator
@Accessor(qualifier="itemListCompleteTransmissionIndicator", type=GETTER) public String getItemListCompleteTransmissionIndicator()Generated method - Getter of theC4CSalesOrderNotification.itemListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.- Returns:
- the itemListCompleteTransmissionIndicator
-
getItemTypeCode
Generated method - Getter of theC4CSalesOrderNotification.itemTypeCodeattribute defined at extensionc4ccpiquote.- Returns:
- the itemTypeCode
-
getOrderId
Generated method - Getter of theC4CSalesOrderNotification.orderIdattribute defined at extensionc4ccpiquote.- Returns:
- the orderId
-
getSchemeId
Generated method - Getter of theC4CSalesOrderNotification.schemeIdattribute defined at extensionc4ccpiquote.- Returns:
- the schemeId
-
getTypeCode
Generated method - Getter of theC4CSalesOrderNotification.typeCodeattribute defined at extensionc4ccpiquote.- Returns:
- the typeCode
-
setActionCode
Generated method - Setter ofC4CSalesOrderNotification.actionCodeattribute defined at extensionc4ccpiquote.- Parameters:
value- the actionCode
-
setBusinessTransactionDocumentReferenceListCompleteTransmissionIndicator
@Accessor(qualifier="businessTransactionDocumentReferenceListCompleteTransmissionIndicator", type=SETTER) public void setBusinessTransactionDocumentReferenceListCompleteTransmissionIndicator(String value) Generated method - Setter ofC4CSalesOrderNotification.businessTransactionDocumentReferenceListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.- Parameters:
value- the businessTransactionDocumentReferenceListCompleteTransmissionIndicator
-
setC4cQuoteId
Generated method - Setter ofC4CSalesOrderNotification.c4cQuoteIdattribute defined at extensionc4ccpiquote.- Parameters:
value- the c4cQuoteId
-
setItemListCompleteTransmissionIndicator
@Accessor(qualifier="itemListCompleteTransmissionIndicator", type=SETTER) public void setItemListCompleteTransmissionIndicator(String value) Generated method - Setter ofC4CSalesOrderNotification.itemListCompleteTransmissionIndicatorattribute defined at extensionc4ccpiquote.- Parameters:
value- the itemListCompleteTransmissionIndicator
-
setItemTypeCode
Generated method - Setter ofC4CSalesOrderNotification.itemTypeCodeattribute defined at extensionc4ccpiquote.- Parameters:
value- the itemTypeCode
-
setOrderId
Generated method - Setter ofC4CSalesOrderNotification.orderIdattribute defined at extensionc4ccpiquote.- Parameters:
value- the orderId
-
setSchemeId
Generated method - Setter ofC4CSalesOrderNotification.schemeIdattribute defined at extensionc4ccpiquote.- Parameters:
value- the schemeId
-
setTypeCode
Generated method - Setter ofC4CSalesOrderNotification.typeCodeattribute defined at extensionc4ccpiquote.- Parameters:
value- the typeCode
-