Class TuaPartyCreditProfileModel

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

public class TuaPartyCreditProfileModel extends ItemModel
Generated model class for type TuaPartyCreditProfile first defined at extension tuadatamodel.
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
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.creditAgencyName attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.creditAgencyType attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.endDate attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.ratingReference attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.ratingScore attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaPartyCreditProfile.startDate attribute defined at extension tuadatamodel.

    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
    Generated constructor - Default constructor for generic creation.
    TuaPartyCreditProfileModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    TuaPartyCreditProfileModel(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
    TuaPartyCreditProfileModel(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
    Generated method - Getter of the TuaPartyCreditProfile.creditAgencyName attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyCreditProfile.creditAgencyType attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyCreditProfile.endDate attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyCreditProfile.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyCreditProfile.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyCreditProfile.ratingReference attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyCreditProfile.ratingScore attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaPartyCreditProfile.startDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyCreditProfile.creditAgencyName attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyCreditProfile.creditAgencyType attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyCreditProfile.endDate attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyCreditProfile.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaPartyCreditProfile.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyCreditProfile.ratingReference attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyCreditProfile.ratingScore attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaPartyCreditProfile.startDate attribute defined at extension tuadatamodel.

    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
      Generated model type code constant.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of TuaPartyCreditProfile.id attribute defined at extension tuadatamodel.
      See Also:
    • CREDITAGENCYNAME

      public static final String CREDITAGENCYNAME
      Generated constant - Attribute key of TuaPartyCreditProfile.creditAgencyName attribute defined at extension tuadatamodel.
      See Also:
    • CREDITAGENCYTYPE

      public static final String CREDITAGENCYTYPE
      Generated constant - Attribute key of TuaPartyCreditProfile.creditAgencyType attribute defined at extension tuadatamodel.
      See Also:
    • RATINGREFERENCE

      public static final String RATINGREFERENCE
      Generated constant - Attribute key of TuaPartyCreditProfile.ratingReference attribute defined at extension tuadatamodel.
      See Also:
    • RATINGSCORE

      public static final String RATINGSCORE
      Generated constant - Attribute key of TuaPartyCreditProfile.ratingScore attribute defined at extension tuadatamodel.
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Generated constant - Attribute key of TuaPartyCreditProfile.startDate attribute defined at extension tuadatamodel.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Generated constant - Attribute key of TuaPartyCreditProfile.endDate attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TuaPartyCreditProfile.externalIdentifiers attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaPartyCreditProfileModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TuaPartyCreditProfileModel(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 TuaPartyCreditProfile at extension tuadatamodel
      _id - initial attribute declared by type TuaPartyCreditProfile at extension tuadatamodel
      _ratingScore - initial attribute declared by type TuaPartyCreditProfile at extension tuadatamodel
    • TuaPartyCreditProfileModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaPartyCreditProfileModel(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 TuaPartyCreditProfile at extension tuadatamodel
      _id - initial attribute declared by type TuaPartyCreditProfile at extension tuadatamodel
      _owner - initial attribute declared by type Item at extension core
      _ratingScore - initial attribute declared by type TuaPartyCreditProfile at extension tuadatamodel
  • Method Details

    • getCreditAgencyName

      @Accessor(qualifier="creditAgencyName", type=GETTER) public String getCreditAgencyName()
      Generated method - Getter of the TuaPartyCreditProfile.creditAgencyName attribute defined at extension tuadatamodel.
      Returns:
      the creditAgencyName - The name of the credit agency for the credit profile
    • getCreditAgencyType

      @Accessor(qualifier="creditAgencyType", type=GETTER) public String getCreditAgencyType()
      Generated method - Getter of the TuaPartyCreditProfile.creditAgencyType attribute defined at extension tuadatamodel.
      Returns:
      the creditAgencyType - The type of the credit agency for the credit profile
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Generated method - Getter of the TuaPartyCreditProfile.endDate attribute defined at extension tuadatamodel.
      Returns:
      the endDate - The end date of the credit profile
    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TuaPartyCreditProfile.externalIdentifiers attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TuaPartyCreditProfile.id attribute defined at extension tuadatamodel.
      Returns:
      the id - The unique identifier of the credit profile
    • getRatingReference

      @Accessor(qualifier="ratingReference", type=GETTER) public String getRatingReference()
      Generated method - Getter of the TuaPartyCreditProfile.ratingReference attribute defined at extension tuadatamodel.
      Returns:
      the ratingReference - The rating reference of the credit profile
    • getRatingScore

      @Accessor(qualifier="ratingScore", type=GETTER) public Integer getRatingScore()
      Generated method - Getter of the TuaPartyCreditProfile.ratingScore attribute defined at extension tuadatamodel.
      Returns:
      the ratingScore - The rating score of the credit profile
    • getStartDate

      @Accessor(qualifier="startDate", type=GETTER) public Date getStartDate()
      Generated method - Getter of the TuaPartyCreditProfile.startDate attribute defined at extension tuadatamodel.
      Returns:
      the startDate - The start date of the credit profile
    • setCreditAgencyName

      @Accessor(qualifier="creditAgencyName", type=SETTER) public void setCreditAgencyName(String value)
      Generated method - Setter of TuaPartyCreditProfile.creditAgencyName attribute defined at extension tuadatamodel.
      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)
      Generated method - Setter of TuaPartyCreditProfile.creditAgencyType attribute defined at extension tuadatamodel.
      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)
      Generated method - Setter of TuaPartyCreditProfile.endDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the endDate - The end date of the credit profile
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Generated method - Setter of TuaPartyCreditProfile.externalIdentifiers attribute defined at extension tuadatamodel.
      Parameters:
      value - the externalIdentifiers
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TuaPartyCreditProfile.id attribute defined at extension tuadatamodel.
      Parameters:
      value - the id - The unique identifier of the credit profile
    • setRatingReference

      @Accessor(qualifier="ratingReference", type=SETTER) public void setRatingReference(String value)
      Generated method - Setter of TuaPartyCreditProfile.ratingReference attribute defined at extension tuadatamodel.
      Parameters:
      value - the ratingReference - The rating reference of the credit profile
    • setRatingScore

      @Accessor(qualifier="ratingScore", type=SETTER) public void setRatingScore(Integer value)
      Generated method - Setter of TuaPartyCreditProfile.ratingScore attribute defined at extension tuadatamodel.
      Parameters:
      value - the ratingScore - The rating score of the credit profile
    • setStartDate

      @Accessor(qualifier="startDate", type=SETTER) public void setStartDate(Date value)
      Generated method - Setter of TuaPartyCreditProfile.startDate attribute defined at extension tuadatamodel.
      Parameters:
      value - the startDate - The start date of the credit profile