Class IATAServiceModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.oneorderservices.model.IATAServiceModel
- All Implemented Interfaces:
Serializable
Generated model class for type IATAService first defined at extension oneorderservices.
- 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 ofIATAService.codeattribute defined at extensiononeorderservices.static final StringGenerated constant - Attribute key ofIATAService.consignmentEntryattribute defined at extensiononeorderservices.static final StringGenerated constant - Attribute key ofIATAService.deliveryStatusattribute defined at extensiononeorderservices.static final StringGenerated constant - Attribute key ofIATAService.readyToAccountattribute defined at extensiononeorderservices.static final StringGenerated constant - Attribute key ofIATAService.sentToAccountingSystemattribute defined at extensiononeorderservices.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.IATAServiceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextIATAServiceModel(String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIATAServiceModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theIATAService.codeattribute defined at extensiononeorderservices.Generated method - Getter of theIATAService.consignmentEntryattribute defined at extensiononeorderservices.Generated method - Getter of theIATAService.deliveryStatusattribute defined at extensiononeorderservices.Generated method - Getter of theIATAService.readyToAccountattribute defined at extensiononeorderservices.Generated method - Getter of theIATAService.sentToAccountingSystemattribute defined at extensiononeorderservices.voidGenerated method - Setter ofIATAService.codeattribute defined at extensiononeorderservices.voidGenerated method - Setter ofIATAService.consignmentEntryattribute defined at extensiononeorderservices.voidGenerated method - Setter ofIATAService.deliveryStatusattribute defined at extensiononeorderservices.voidsetReadyToAccount(Boolean value) Generated method - Setter ofIATAService.readyToAccountattribute defined at extensiononeorderservices.voidsetSentToAccountingSystem(Boolean value) Generated method - Setter ofIATAService.sentToAccountingSystemattribute defined at extensiononeorderservices.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:
-
CODE
Generated constant - Attribute key ofIATAService.codeattribute defined at extensiononeorderservices.- See Also:
-
DELIVERYSTATUS
Generated constant - Attribute key ofIATAService.deliveryStatusattribute defined at extensiononeorderservices.- See Also:
-
READYTOACCOUNT
Generated constant - Attribute key ofIATAService.readyToAccountattribute defined at extensiononeorderservices.- See Also:
-
SENTTOACCOUNTINGSYSTEM
Generated constant - Attribute key ofIATAService.sentToAccountingSystemattribute defined at extensiononeorderservices.- See Also:
-
CONSIGNMENTENTRY
Generated constant - Attribute key ofIATAService.consignmentEntryattribute defined at extensiononeorderservices.- See Also:
-
-
Constructor Details
-
IATAServiceModel
public IATAServiceModel()Generated constructor - Default constructor for generic creation. -
IATAServiceModel
public IATAServiceModel(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
-
IATAServiceModel
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 - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeIATAServiceat extensiononeorderservices
-
IATAServiceModel
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:
_code- initial attribute declared by typeIATAServiceat extensiononeorderservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCode
Generated method - Getter of theIATAService.codeattribute defined at extensiononeorderservices.- Returns:
- the code
-
getConsignmentEntry
@Accessor(qualifier="consignmentEntry", type=GETTER) public ConsignmentEntryModel getConsignmentEntry()Generated method - Getter of theIATAService.consignmentEntryattribute defined at extensiononeorderservices.- Returns:
- the consignmentEntry
-
getDeliveryStatus
@Accessor(qualifier="deliveryStatus", type=GETTER) public IATAServiceDeliveryStatus getDeliveryStatus()Generated method - Getter of theIATAService.deliveryStatusattribute defined at extensiononeorderservices.- Returns:
- the deliveryStatus
-
getReadyToAccount
Generated method - Getter of theIATAService.readyToAccountattribute defined at extensiononeorderservices.- Returns:
- the readyToAccount
-
getSentToAccountingSystem
@Accessor(qualifier="sentToAccountingSystem", type=GETTER) public Boolean getSentToAccountingSystem()Generated method - Getter of theIATAService.sentToAccountingSystemattribute defined at extensiononeorderservices.- Returns:
- the sentToAccountingSystem
-
setCode
Generated method - Setter ofIATAService.codeattribute defined at extensiononeorderservices.- Parameters:
value- the code
-
setConsignmentEntry
@Accessor(qualifier="consignmentEntry", type=SETTER) public void setConsignmentEntry(ConsignmentEntryModel value) Generated method - Setter ofIATAService.consignmentEntryattribute defined at extensiononeorderservices.- Parameters:
value- the consignmentEntry
-
setDeliveryStatus
@Accessor(qualifier="deliveryStatus", type=SETTER) public void setDeliveryStatus(IATAServiceDeliveryStatus value) Generated method - Setter ofIATAService.deliveryStatusattribute defined at extensiononeorderservices.- Parameters:
value- the deliveryStatus
-
setReadyToAccount
Generated method - Setter ofIATAService.readyToAccountattribute defined at extensiononeorderservices.- Parameters:
value- the readyToAccount
-
setSentToAccountingSystem
@Accessor(qualifier="sentToAccountingSystem", type=SETTER) public void setSentToAccountingSystem(Boolean value) Generated method - Setter ofIATAService.sentToAccountingSystemattribute defined at extensiononeorderservices.- Parameters:
value- the sentToAccountingSystem
-