Package tech.corefinance.product.entity
Class Currency
java.lang.Object
tech.corefinance.product.entity.Currency
- All Implemented Interfaces:
Serializable,tech.corefinance.common.model.CreateUpdateDto<String>,tech.corefinance.common.model.GenericModel<String>
@Entity
public class Currency
extends Object
implements tech.corefinance.common.model.GenericModel<String>, tech.corefinance.common.model.CreateUpdateDto<String>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getName()inthashCode()booleanvoidsetDecimalMark(String decimalMark) voidvoidvoidvoidsetSymbolAtBeginning(boolean symbolAtBeginning) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface tech.corefinance.common.model.CreateUpdateDto
getEntityId, setEntityId
-
Constructor Details
-
Currency
public Currency()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacetech.corefinance.common.model.GenericModel<String>
-
getName
-
getSymbol
-
getDecimalMark
-
isSymbolAtBeginning
public boolean isSymbolAtBeginning() -
setId
- Specified by:
setIdin interfacetech.corefinance.common.model.GenericModel<String>
-
setName
-
setSymbol
-
setDecimalMark
-
setSymbolAtBeginning
public void setSymbolAtBeginning(boolean symbolAtBeginning) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-