Class CatalogUnawareMediaModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuditReportDataModel, DroolsKIEModuleMediaModel, IntegrationApiMediaModel

public class CatalogUnawareMediaModel extends MediaModel
Generated model class for type CatalogUnawareMedia first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _TUAPARTYBILL2CATALOGUNAWAREMEDIARELATION

      public static final String _TUAPARTYBILL2CATALOGUNAWAREMEDIARELATION
      Generated relation code constant for relation TuaPartyBill2CatalogUnawareMediaRelation defining source attribute tuaPartyBill in extension tuadatamodel.
      See Also:
    • _BMPARTYBILL2CATALOGUNAWAREMEDIARELATION

      public static final String _BMPARTYBILL2CATALOGUNAWAREMEDIARELATION
      Generated relation code constant for relation BmPartyBill2CatalogUnawareMediaRelation defining source attribute partyBill in extension billmanagementservices.
      See Also:
    • TUAPARTYBILL

      public static final String TUAPARTYBILL
      Generated constant - Attribute key of CatalogUnawareMedia.tuaPartyBill attribute defined at extension tuadatamodel.
      See Also:
    • PARTYBILL

      public static final String PARTYBILL
      Generated constant - Attribute key of CatalogUnawareMedia.partyBill attribute defined at extension billmanagementservices.
      See Also:
  • Constructor Details

    • CatalogUnawareMediaModel

      public CatalogUnawareMediaModel()
      Generated constructor - Default constructor for generic creation.
    • CatalogUnawareMediaModel

      public CatalogUnawareMediaModel(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
    • CatalogUnawareMediaModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogUnawareMediaModel(CatalogVersionModel _catalogVersion, 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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type CatalogUnawareMedia at extension catalog
      _code - initial attribute declared by type Media at extension core
    • CatalogUnawareMediaModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogUnawareMediaModel(CatalogVersionModel _catalogVersion, 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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type CatalogUnawareMedia at extension catalog
      _code - initial attribute declared by type Media at extension core
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getPartyBill

      @Accessor(qualifier="partyBill", type=GETTER) public BmPartyBillModel getPartyBill()
      Generated method - Getter of the CatalogUnawareMedia.partyBill attribute defined at extension billmanagementservices.
      Returns:
      the partyBill - The Party Bill for which those attachments are defined.
    • getTuaPartyBill

      @Accessor(qualifier="tuaPartyBill", type=GETTER) public TuaPartyBillModel getTuaPartyBill()
      Generated method - Getter of the CatalogUnawareMedia.tuaPartyBill attribute defined at extension tuadatamodel.
      Returns:
      the tuaPartyBill - The Party Bill for which those attachments are defined.
    • setPartyBill

      @Accessor(qualifier="partyBill", type=SETTER) public void setPartyBill(BmPartyBillModel value)
      Generated method - Setter of CatalogUnawareMedia.partyBill attribute defined at extension billmanagementservices.
      Parameters:
      value - the partyBill - The Party Bill for which those attachments are defined.
    • setTuaPartyBill

      @Accessor(qualifier="tuaPartyBill", type=SETTER) public void setTuaPartyBill(TuaPartyBillModel value)
      Generated method - Setter of CatalogUnawareMedia.tuaPartyBill attribute defined at extension tuadatamodel.
      Parameters:
      value - the tuaPartyBill - The Party Bill for which those attachments are defined.