Class CreditProfile
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.CreditProfile
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) creditProfileDate(Date creditProfileDate) creditRiskRating(Integer creditRiskRating) creditScore(Integer creditScore) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@NotNull @Valid DateThe date the profile was establishedThis is an integer whose value is used to rate the riskA measure of a person or organizations creditworthiness calculated on the basis of a combination of factors such as their income and credit history@NotNull @Valid TimePeriodGet validForinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetCreditProfileDate(Date creditProfileDate) voidsetCreditRiskRating(Integer creditRiskRating) voidsetCreditScore(Integer creditScore) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
CreditProfile
public CreditProfile()
-
-
Method Details
-
creditProfileDate
-
getCreditProfileDate
The date the profile was established- Returns:
- creditProfileDate
-
setCreditProfileDate
-
creditRiskRating
-
getCreditRiskRating
This is an integer whose value is used to rate the risk- Returns:
- creditRiskRating
-
setCreditRiskRating
-
creditScore
-
getCreditScore
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
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-