Class ExternalProviderCredentials
java.lang.Object
com.bhn.risk.common.SmartObject<com.bhn.risk.common.Entity>
com.bhn.risk.common.Entity
com.bhn.risk.externalprovidercredentials.ExternalProviderCredentials
public class ExternalProviderCredentials
extends com.bhn.risk.common.Entity
External Provider Credentials for Order Risk Service
- Version:
- $Id: $Id
- Author:
- jjung07
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.bhn.risk.domain.RiskProviderFields inherited from class com.bhn.risk.common.Entity
additionalAttributes, createdTimestamp, creatorId, id, metaId, notes, updatedTimestamp, updaterId, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertDescriptionToLowerCase(String description) convertDescriptionToLowerCase.Methods inherited from class com.bhn.risk.common.Entity
equals, hashCode, toUglyStringMethods inherited from class com.bhn.risk.common.SmartObject
addSerializableClass, addSerializableClass, addSerializableClass, compareTo, copy, createMapper, fromString, fromString, toExposedString, toString, toString, toString
-
Field Details
-
provider
@NotNull(errorCode="externalProviderCredentials.provider.is.null", message="externalProviderCredentials.provider is mandatory") public com.bhn.risk.domain.RiskProvider provider -
description
@NotNull(errorCode="externalProviderCredentials.description.is.null", message="externalProviderCredentials.description is mandatory") @NotBlank(errorCode="externalProviderCredentials.description.empty", message="externalProviderCredentials.description can not be empty") public String description -
credentials
@NotNull(errorCode="externalProviderCredentials.credentials.is.null", message="externalProviderCredentials.credentials is mandatory") @MinSize(value=1, errorCode="externalProviderCredentials.credentials.empty", message="At least one provider credentials should be supplied in request") public List<ProviderCredentials> credentials
-
-
Constructor Details
-
ExternalProviderCredentials
public ExternalProviderCredentials()
-
-
Method Details
-
convertDescriptionToLowerCase
convertDescriptionToLowerCase.
- Parameters:
description- aStringobject
-