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