Class PartyCreditProfile

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.PartyCreditProfile

@Deprecated(since="2208") public class PartyCreditProfile extends Object
Deprecated.
An individual might be evaluated for its worthiness and this evaluation might be based on a credit rating given by a credit agency.
  • Constructor Details

    • PartyCreditProfile

      public PartyCreditProfile()
      Deprecated.
  • Method Details

    • creditAgencyName

      public PartyCreditProfile creditAgencyName(String creditAgencyName)
      Deprecated.
    • getCreditAgencyName

      public String getCreditAgencyName()
      Deprecated.
      Name of the credit agency giving the score
      Returns:
      creditAgencyName
    • setCreditAgencyName

      public void setCreditAgencyName(String creditAgencyName)
      Deprecated.
    • creditAgencyType

      public PartyCreditProfile creditAgencyType(String creditAgencyType)
      Deprecated.
    • getCreditAgencyType

      public String getCreditAgencyType()
      Deprecated.
      Type of the credit agency giving the score
      Returns:
      creditAgencyType
    • setCreditAgencyType

      public void setCreditAgencyType(String creditAgencyType)
      Deprecated.
    • ratingReference

      public PartyCreditProfile ratingReference(String ratingReference)
      Deprecated.
    • getRatingReference

      public String getRatingReference()
      Deprecated.
      Reference corresponding to the credit rating
      Returns:
      ratingReference
    • setRatingReference

      public void setRatingReference(String ratingReference)
      Deprecated.
    • ratingScore

      public PartyCreditProfile ratingScore(Integer ratingScore)
      Deprecated.
    • getRatingScore

      public Integer getRatingScore()
      Deprecated.
      A measure of a party’s creditworthiness calculated on the basis of a combination of factors such as their income and credit history
      Returns:
      ratingScore
    • setRatingScore

      public void setRatingScore(Integer ratingScore)
      Deprecated.
    • validFor

      public PartyCreditProfile validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

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

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public PartyCreditProfile 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 PartyCreditProfile 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 PartyCreditProfile 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