Package tech.corefinance.product.entity
Class Organization
java.lang.Object
tech.corefinance.product.entity.Organization
- All Implemented Interfaces:
Serializable,tech.corefinance.common.model.CreateUpdateDto<String>,tech.corefinance.common.model.GenericModel<String>
@Entity
public class Organization
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 booleanbooleangetCity()getEmail()getId()getName()getState()inthashCode()voidvoidsetCountry(String country) voidsetCurrency(Currency currency) voidsetDecimalMark(String decimalMark) voidvoidsetIconUrl(String iconUrl) voidvoidsetLocalDateFormat(String localDateFormat) voidsetLocalDateTimeFormat(String localDateTimeFormat) voidsetLogoUrl(String logoUrl) voidvoidsetNonWorkingDays(List<DayOfWeek> nonWorkingDays) voidsetPhoneNumber(String phoneNumber) voidvoidsetStreetAddressLine1(String streetAddressLine1) voidsetTimezone(String timezone) voidsetZipPostalCode(String zipPostalCode) 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
-
Organization
public Organization()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacetech.corefinance.common.model.GenericModel<String>
-
getName
-
getStreetAddressLine1
-
getCity
-
getState
-
getZipPostalCode
-
getCountry
-
getPhoneNumber
-
getEmail
-
getCurrency
-
getTimezone
-
getLocalDateFormat
-
getLocalDateTimeFormat
-
getDecimalMark
-
getLogoUrl
-
getIconUrl
-
getNonWorkingDays
-
setId
- Specified by:
setIdin interfacetech.corefinance.common.model.GenericModel<String>
-
setName
-
setStreetAddressLine1
-
setCity
-
setState
-
setZipPostalCode
-
setCountry
-
setPhoneNumber
-
setEmail
-
setCurrency
-
setTimezone
-
setLocalDateFormat
-
setLocalDateTimeFormat
-
setDecimalMark
-
setLogoUrl
-
setIconUrl
-
setNonWorkingDays
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-