public class CurrencyNotIn
Represents a constraint that validate if the currency unit isn't equal to any value
public CurrencyNotIn(@NotNull
java.lang.Iterable<org.joda.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit isn't equal to any value
currencies - specifies the currencies to be compared@NotNull public java.lang.String getMessageBundle()
@NotNull public java.lang.Iterable<org.joda.money.CurrencyUnit> getCurrencies()
specifies the currencies to be compared
@NotNull public java.lang.Iterable<org.joda.money.CurrencyUnit> component1()
specifies the currencies to be compared
@NotNull public CurrencyNotIn copy(@NotNull java.lang.Iterable<org.joda.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit isn't equal to any value
@NotNull public java.lang.String toString()
Represents a constraint that validate if the currency unit isn't equal to any value
public int hashCode()
Represents a constraint that validate if the currency unit isn't equal to any value
public boolean equals(@Nullable
java.lang.Object p)
Represents a constraint that validate if the currency unit isn't equal to any value