Class CreditProfile
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.CreditProfile
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.creditProfileDate(Date creditProfileDate) Deprecated.creditRiskRating(Integer creditRiskRating) Deprecated.creditScore(Integer creditScore) Deprecated.booleanDeprecated.Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity name@NotNull @Valid DateDeprecated.The date the profile was establishedDeprecated.This is an integer whose value is used to rate the riskDeprecated.A 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 TimePeriodDeprecated.Get validForinthashCode()Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetCreditProfileDate(Date creditProfileDate) Deprecated.voidsetCreditRiskRating(Integer creditRiskRating) Deprecated.voidsetCreditScore(Integer creditScore) Deprecated.voidsetValidFor(TimePeriod validFor) Deprecated.toString()Deprecated.validFor(TimePeriod validFor) Deprecated.
-
Constructor Details
-
CreditProfile
public CreditProfile()Deprecated.
-
-
Method Details
-
creditProfileDate
Deprecated. -
getCreditProfileDate
Deprecated.The date the profile was established- Returns:
- creditProfileDate
-
setCreditProfileDate
Deprecated. -
creditRiskRating
Deprecated. -
getCreditRiskRating
Deprecated.This is an integer whose value is used to rate the risk- Returns:
- creditRiskRating
-
setCreditRiskRating
Deprecated. -
creditScore
Deprecated. -
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
Deprecated. -
validFor
Deprecated. -
getValidFor
Deprecated.Get validFor- Returns:
- validFor
-
setValidFor
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-