Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • OrderFactoryInterface
  • OrderInterface
  • OrderItemAttributeInterface
  • OrderItemAttributeRepositoryDeleterInterface
  • OrderItemAttributeRepositoryFactoryInterface
  • OrderItemAttributeRepositoryInterface
  • OrderItemAttributeRepositoryReaderInterface
  • OrderItemAttributeRepositoryWriterInterface
  • OrderItemFactoryInterface
  • OrderItemInterface
  • OrderItemPropertyFactoryInterface
  • OrderItemPropertyRepositoryDeleterInterface
  • OrderItemPropertyRepositoryReaderInterface
  • OrderItemPropertyRepositoryWriterInterface
  • OrderItemRepositoryDeleterInterface
  • OrderItemRepositoryInterface
  • OrderItemRepositoryReaderInterface
  • OrderItemRepositoryWriterInterface
  • OrderListGeneratorInterface
  • OrderObjectServiceInterface
  • OrderPaymentTypeInterface
  • OrderReadServiceInterface
  • OrderRepositoryDeleterInterface
  • OrderRepositoryInterface
  • OrderRepositoryReaderInterface
  • OrderRepositoryWriterInterface
  • OrderServiceSettingsInterface
  • OrderShippingTypeInterface
  • OrderStatusHistoryReaderInterface
  • OrderStatusHistoryWriterInterface
  • OrderTotalFactoryInterface
  • OrderTotalInterface
  • OrderTotalRepositoryDeleterInterface
  • OrderTotalRepositoryInterface
  • OrderTotalRepositoryReaderInterface
  • OrderTotalRepositoryWriterInterface
  • OrderWriteServiceInterface
  • StoredOrderItemAttributeInterface
  • StoredOrderItemInterface
  • StoredOrderTotalInterface

Interface OrderItemAttributeInterface

Interface OrderItemAttributeInterface

Direct known implementers

OrderItemAttribute, OrderItemProperty, StoredOrderItemAttributeInterface

Indirect known implementers

StoredOrderItemAttribute, StoredOrderItemProperty

Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Entities/Interfaces/OrderItemAttributeInterface.inc.php

Methods summary

public string
# getName( )

Returns the name of the order item attribute.

Returns the name of the order item attribute.

Returns

string
Name of the order item attribute.
public string
# getValue( )

Returns the value of the order item attribute.

Returns the value of the order item attribute.

Returns

string
Value of the order item attribute.
public float
# getPrice( )

Returns the price of the order item attribute.

Returns the price of the order item attribute.

Returns

float
Price of the order item attribute.
public string
# getPriceType( )

Returns the price type of the order item attribute.

Returns the price type of the order item attribute.

Returns

string
Price type of the order item attribute.
public OrderItemAttributeInterface
# setName( StringType $name )

Sets the name of the order item attribute.

Sets the name of the order item attribute.

Parameters

$name
Name of the order item attribute.

Returns

OrderItemAttributeInterface
Same instance for method chaining.
public OrderItemAttributeInterface
# setValue( StringType $value )

Sets the value of the order item attribute.

Sets the value of the order item attribute.

Parameters

$value
Value of the order item attribute.

Returns

OrderItemAttributeInterface
Same instance for method chaining.
public OrderItemAttributeInterface
# setPrice( DecimalType $price )

Sets the price of the order item attribute.

Sets the price of the order item attribute.

Parameters

$price
Price of the order item attribute.

Returns

OrderItemAttributeInterface
Same instance for method chaining.
public OrderItemAttributeInterface
# setPriceType( StringType $priceType )

Sets the price type of the order item attribute.

Sets the price type of the order item attribute.

Parameters

$priceType
Price type of the order item attribute.

Returns

OrderItemAttributeInterface
Same instance for method chaining.
API documentation generated by ApiGen