Serialized Form
-
Package org.machanism.macha.core.entities.base.contact
-
Class org.machanism.macha.core.entities.base.contact.Address
class Address extends AddressId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address1
String address1
The primary street address. -
address2
String address2
The secondary street address (e.g., apartment or suite number). -
addressName
String addressName
A custom name for the address (e.g., "Home", "Office"). -
city
String city
The city associated with the address. -
country
String country
The country of the address. -
firstName
String firstName
The first name of the person associated with the address. -
lastName
String lastName
The last name of the person associated with the address. -
phoneNumber
String phoneNumber
The phone number associated with the address. -
postalCode
String postalCode
The postal or ZIP code of the address. -
stateAddress
String stateAddress
The state or region of the address.
-
-
Class org.machanism.macha.core.entities.base.contact.AddressId
class AddressId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.base.identifier
-
Class org.machanism.macha.core.entities.base.identifier.EntityId
class EntityId extends Object implements Serializable- serialVersionUID:
- 1L
-