Class PmPartyCreditProfileModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.partyservices.model.PmPartyCreditProfileModel
All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class PmPartyCreditProfileModel extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PmPartyCreditProfile first defined at extension partyservices.
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated model type code constant.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.creditAgencyName attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.creditAgencyType attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.endDate attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.externalIdentifiers attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.id attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.ratingReference attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.ratingScore attribute defined at extension partyservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of PmPartyCreditProfile.startDate attribute defined at extension partyservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for generic creation.
    PmPartyCreditProfileModel(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
    PmPartyCreditProfileModel(String _creditAgencyName, String _id, ItemModel _owner, Integer _ratingScore)
    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
    PmPartyCreditProfileModel(String _creditAgencyName, String _id, Integer _ratingScore)
    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 Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.creditAgencyName attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.creditAgencyType attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.endDate attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.externalIdentifiers attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.id attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.ratingReference attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.ratingScore attribute defined at extension partyservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmPartyCreditProfile.startDate attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.creditAgencyName attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.creditAgencyType attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.endDate attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.externalIdentifiers attribute defined at extension partyservices.
    void
    setId(String value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.id attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.ratingReference attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.ratingScore attribute defined at extension partyservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of PmPartyCreditProfile.startDate attribute defined at extension partyservices.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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:
    • ID

      public static final String ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.id attribute defined at extension partyservices.
      See Also:
    • CREDITAGENCYNAME

      public static final String CREDITAGENCYNAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.creditAgencyName attribute defined at extension partyservices.
      See Also:
    • CREDITAGENCYTYPE

      public static final String CREDITAGENCYTYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.creditAgencyType attribute defined at extension partyservices.
      See Also:
    • RATINGREFERENCE

      public static final String RATINGREFERENCE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.ratingReference attribute defined at extension partyservices.
      See Also:
    • RATINGSCORE

      public static final String RATINGSCORE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.ratingScore attribute defined at extension partyservices.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.startDate attribute defined at extension partyservices.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.endDate attribute defined at extension partyservices.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of PmPartyCreditProfile.externalIdentifiers attribute defined at extension partyservices.
      See Also:
  • Constructor Details

    • PmPartyCreditProfileModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public PmPartyCreditProfileModel(String _creditAgencyName, String _id, Integer _ratingScore)
      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:
      _creditAgencyName - initial attribute declared by type PmPartyCreditProfile at extension partyservices
      _id - initial attribute declared by type PmPartyCreditProfile at extension partyservices
      _ratingScore - initial attribute declared by type PmPartyCreditProfile at extension partyservices
    • PmPartyCreditProfileModel

      @Deprecated(since="4.1.1", forRemoval=true) public PmPartyCreditProfileModel(String _creditAgencyName, String _id, ItemModel _owner, Integer _ratingScore)
      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:
      _creditAgencyName - initial attribute declared by type PmPartyCreditProfile at extension partyservices
      _id - initial attribute declared by type PmPartyCreditProfile at extension partyservices
      _owner - initial attribute declared by type Item at extension core
      _ratingScore - initial attribute declared by type PmPartyCreditProfile at extension partyservices
  • Method Details

    • getCreditAgencyName

      @Accessor(qualifier="creditAgencyName", type=GETTER) public String getCreditAgencyName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.creditAgencyName attribute defined at extension partyservices.
      Returns:
      the creditAgencyName - The name of the credit agency for the credit profile
    • getCreditAgencyType

      @Accessor(qualifier="creditAgencyType", type=GETTER) public String getCreditAgencyType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.creditAgencyType attribute defined at extension partyservices.
      Returns:
      the creditAgencyType - The type of the credit agency for the credit profile
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.endDate attribute defined at extension partyservices.
      Returns:
      the endDate - The end date of the credit profile
    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.externalIdentifiers attribute defined at extension partyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.id attribute defined at extension partyservices.
      Returns:
      the id - The unique identifier of the credit profile
    • getRatingReference

      @Accessor(qualifier="ratingReference", type=GETTER) public String getRatingReference()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.ratingReference attribute defined at extension partyservices.
      Returns:
      the ratingReference - The rating reference of the credit profile
    • getRatingScore

      @Accessor(qualifier="ratingScore", type=GETTER) public Integer getRatingScore()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.ratingScore attribute defined at extension partyservices.
      Returns:
      the ratingScore - The rating score of the credit profile
    • getStartDate

      @Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the PmPartyCreditProfile.startDate attribute defined at extension partyservices.
      Returns:
      the startDate - The start date of the credit profile
    • setCreditAgencyName

      @Accessor(qualifier="creditAgencyName", type=SETTER) public void setCreditAgencyName(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.creditAgencyName attribute defined at extension partyservices.
      Parameters:
      value - the creditAgencyName - The name of the credit agency for the credit profile
    • setCreditAgencyType

      @Accessor(qualifier="creditAgencyType", type=SETTER) public void setCreditAgencyType(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.creditAgencyType attribute defined at extension partyservices.
      Parameters:
      value - the creditAgencyType - The type of the credit agency for the credit profile
    • setEndDate

      @Accessor(qualifier="endDate", type=SETTER) public void setEndDate(Date value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.endDate attribute defined at extension partyservices.
      Parameters:
      value - the endDate - The end date of the credit profile
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.externalIdentifiers attribute defined at extension partyservices.
      Parameters:
      value - the externalIdentifiers
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.id attribute defined at extension partyservices.
      Parameters:
      value - the id - The unique identifier of the credit profile
    • setRatingReference

      @Accessor(qualifier="ratingReference", type=SETTER) public void setRatingReference(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.ratingReference attribute defined at extension partyservices.
      Parameters:
      value - the ratingReference - The rating reference of the credit profile
    • setRatingScore

      @Accessor(qualifier="ratingScore", type=SETTER) public void setRatingScore(Integer value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.ratingScore attribute defined at extension partyservices.
      Parameters:
      value - the ratingScore - The rating score of the credit profile
    • setStartDate

      @Accessor(qualifier="startDate", type=SETTER) public void setStartDate(Date value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of PmPartyCreditProfile.startDate attribute defined at extension partyservices.
      Parameters:
      value - the startDate - The start date of the credit profile