Class PrAgreementModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class PrAgreementModel extends PrBusinessInteractionModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PrAgreement first defined at extension partyroleservices.

Agreement.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
  • Constructor Details

    • PrAgreementModel

      public PrAgreementModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for generic creation.
    • PrAgreementModel

      public PrAgreementModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • PrAgreementModel

      @Deprecated(since="4.1.1", forRemoval=true) public PrAgreementModel(String _id)
      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:
      _id - initial attribute declared by type PrBusinessInteraction at extension partyroleservices
    • PrAgreementModel

      @Deprecated(since="4.1.1", forRemoval=true) public PrAgreementModel(String _id, 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:
      _id - initial attribute declared by type PrBusinessInteraction at extension partyroleservices
      _owner - initial attribute declared by type Item at extension core