Class PartyCreditProfile

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.PartyCreditProfile

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