Index

A D E G I O S 
All Classes and Interfaces|All Packages|Serialized Form

A

Address - Class in org.machanism.macha.core.entities.base.contact
The Address class represents a detailed contact address entity.
Address() - Constructor for class org.machanism.macha.core.entities.base.contact.Address
 
AddressId - Class in org.machanism.macha.core.entities.base.contact
The AddressId class extends EntityId to uniquely identify address entities within the platform.
AddressId() - Constructor for class org.machanism.macha.core.entities.base.contact.AddressId
 

D

DynamicEntity - Interface in org.machanism.macha.core.entities.base
The DynamicEntity interface represents a dynamic, attribute-driven platform entity that is uniquely identifiable.

E

EntityId - Class in org.machanism.macha.core.entities.base.identifier
The EntityId class is a serializable implementation of the IdentifiedObject interface.
EntityId() - Constructor for class org.machanism.macha.core.entities.base.identifier.EntityId
Protected default constructor for frameworks or tools that require no-argument constructors.
EntityId(String) - Constructor for class org.machanism.macha.core.entities.base.identifier.EntityId
Constructs an EntityId with the specified key.
EntityId(UUID) - Constructor for class org.machanism.macha.core.entities.base.identifier.EntityId
Constructs an EntityId with the specified UUID.

G

getAddress1() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the primary street address.
getAddress2() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the secondary street address (e.g., apartment or suite number).
getAddressName() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the custom name of the address.
getAttributes() - Method in interface org.machanism.macha.core.entities.base.DynamicEntity
Retrieves the dynamic attributes of the entity.
getCity() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the city associated with the address.
getCountry() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the country of the address.
getFirstName() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the first name of the associated person.
getId() - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Retrieves the UUID associated with this EntityId.
getId() - Method in interface org.machanism.macha.core.entities.base.identifier.IdentifiedObject
Retrieves the unique identifier of the object.
getKey() - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Retrieves the custom string-based key associated with this EntityId.
getKey() - Method in interface org.machanism.macha.core.entities.base.identifier.IdentifiedObject
Retrieves the key associated with the object.
getLastName() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the last name of the associated person.
getPhoneNumber() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the phone number.
getPostalCode() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the postal or ZIP code of the address.
getStateAddress() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the state or region of the address.

I

IdentifiedObject - Interface in org.machanism.macha.core.entities.base.identifier
The IdentifiedObject interface defines a contract for objects that are uniquely identifiable within the platform.

O

org.machanism.macha.core.entities.base - package org.machanism.macha.core.entities.base
 
org.machanism.macha.core.entities.base.contact - package org.machanism.macha.core.entities.base.contact
 
org.machanism.macha.core.entities.base.identifier - package org.machanism.macha.core.entities.base.identifier
 

S

setAddress1(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the primary street address.
setAddress2(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the secondary street address (e.g., apartment or suite number).
setAddressName(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the custom name of the address.
setAttributes(Map<String, Object>) - Method in interface org.machanism.macha.core.entities.base.DynamicEntity
Sets the dynamic attributes for the entity.
setCity(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the city associated with the address.
setCountry(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the country of the address.
setFirstName(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the first name of the associated person.
setId(UUID) - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Sets the UUID for this EntityId.
setKey(String) - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Sets the custom string-based key for this EntityId.
setLastName(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the last name of the associated person.
setPhoneNumber(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the phone number.
setPostalCode(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the postal or ZIP code of the address.
setStateAddress(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the state or region of the address.
A D E G I O S 
All Classes and Interfaces|All Packages|Serialized Form