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