Package com.onlinepayments.domain
Class PaymentProductFieldValidators
java.lang.Object
com.onlinepayments.domain.PaymentProductFieldValidators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIban()getLuhn()getRange()voidsetEmailAddress(EmptyValidator value) voidsetExpirationDate(EmptyValidator value) voidsetFixedList(FixedListValidator value) voidsetIban(EmptyValidator value) voidsetLength(LengthValidator value) voidsetLuhn(EmptyValidator value) voidsetRange(RangeValidator value) voidvoidwithEmailAddress(EmptyValidator value) withExpirationDate(EmptyValidator value) withFixedList(FixedListValidator value) withIban(EmptyValidator value) withLength(LengthValidator value) withLuhn(EmptyValidator value) withRange(RangeValidator value)
-
Constructor Details
-
PaymentProductFieldValidators
public PaymentProductFieldValidators()
-
-
Method Details
-
getEmailAddress
-
setEmailAddress
-
withEmailAddress
-
getExpirationDate
-
setExpirationDate
-
withExpirationDate
-
getFixedList
-
setFixedList
-
withFixedList
-
getIban
-
setIban
-
withIban
-
getLength
-
setLength
-
withLength
-
getLuhn
-
setLuhn
-
withLuhn
-
getRange
-
setRange
-
withRange
-
getRegularExpression
-
setRegularExpression
-
withRegularExpression
-
getTermsAndConditions
-
setTermsAndConditions
-
withTermsAndConditions
-