Class PartyCreditProfile

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

@Validated @Generated(value="de.hybris.platform.partytmfwebservices.swagger.PartyCodegen", date="2022-10-21T20:35:34.875Z") public class PartyCreditProfile extends Object
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()
  • Method Details

    • creditAgencyName

      public PartyCreditProfile creditAgencyName(String creditAgencyName)
    • getCreditAgencyName

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

      public void setCreditAgencyName(String creditAgencyName)
    • creditAgencyType

      public PartyCreditProfile creditAgencyType(String creditAgencyType)
    • getCreditAgencyType

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

      public void setCreditAgencyType(String creditAgencyType)
    • ratingReference

      public PartyCreditProfile ratingReference(String ratingReference)
    • getRatingReference

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

      public void setRatingReference(String ratingReference)
    • ratingScore

      public PartyCreditProfile ratingScore(Integer ratingScore)
    • getRatingScore

      public Integer getRatingScore()
      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)
    • validFor

      public PartyCreditProfile validFor(TimePeriod validFor)
    • getValidFor

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

      public void setValidFor(TimePeriod validFor)
    • atbaseType

      public PartyCreditProfile atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public PartyCreditProfile atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public PartyCreditProfile attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object