java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.CreditProfile

@Deprecated(since="2208") public class CreditProfile extends Object
Deprecated.
Credit profile for the party (containing credit scoring, ...). By default only the current credit profile is retrieved. It can be used as a list to give the party credit profiles history, the first one in the list will be the current one.
  • Constructor Details

    • CreditProfile

      public CreditProfile()
      Deprecated.
  • Method Details

    • creditProfileDate

      public CreditProfile creditProfileDate(Date creditProfileDate)
      Deprecated.
    • getCreditProfileDate

      @NotNull @Valid public @NotNull @Valid Date getCreditProfileDate()
      Deprecated.
      The date the profile was established
      Returns:
      creditProfileDate
    • setCreditProfileDate

      public void setCreditProfileDate(Date creditProfileDate)
      Deprecated.
    • creditRiskRating

      public CreditProfile creditRiskRating(Integer creditRiskRating)
      Deprecated.
    • getCreditRiskRating

      public Integer getCreditRiskRating()
      Deprecated.
      This is an integer whose value is used to rate the risk
      Returns:
      creditRiskRating
    • setCreditRiskRating

      public void setCreditRiskRating(Integer creditRiskRating)
      Deprecated.
    • creditScore

      public CreditProfile creditScore(Integer creditScore)
      Deprecated.
    • getCreditScore

      public Integer getCreditScore()
      Deprecated.
      A measure of a person or organizations creditworthiness calculated on the basis of a combination of factors such as their income and credit history
      Returns:
      creditScore
    • setCreditScore

      public void setCreditScore(Integer creditScore)
      Deprecated.
    • validFor

      public CreditProfile validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

      @NotNull @Valid public @NotNull @Valid TimePeriod getValidFor()
      Deprecated.
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public CreditProfile atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public CreditProfile atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public CreditProfile atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object