Class AccountEntity<T extends StoredObject>

java.lang.Object
com.storedobject.core.StoredObject
com.storedobject.accounts.AccountEntity<T>
Type Parameters:
T - Underlying party type.
All Implemented Interfaces:
Displayable, StringFiller, HasContacts, HasId, HasName, HasShortName
Direct Known Subclasses:
BusinessEntity, PersonalEntity

public abstract class AccountEntity<T extends StoredObject> extends StoredObject implements HasContacts, HasName, HasShortName
Entity class used by the accounting system. The underlying party could be an Entity or Person.
Author:
Syam