| Package | Description |
|---|---|
| com.illucit.partyinvoice.data | |
| com.illucit.partyinvoice.immutabledata | |
| com.illucit.partyinvoice.model | |
| com.illucit.partyinvoice.xmldata |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Group
Base data: group of
Person entities. |
interface |
Invoice
Base data: Invoice.
|
interface |
Item
Base data:
Invoice item. |
interface |
Person
Base data: person.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBaseData
Abstract implementation of
BaseData. |
class |
ImmutableGroup
Implementation of
Group in ImmutableBaseData hierarchy. |
class |
ImmutableInvoice
Implementation of
Invoice in ImmutableBaseData hierarchy. |
class |
ImmutableItem
Implementation of
Item in ImmutableBaseData hierarchy. |
class |
ImmutablePerson
Implementation of
Person in ImmutableBaseData hierarchy. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModel<D extends BaseData>
Abstract base class for all models that are directly bound to a
BaseData instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlGroup
Implementation of
Group for XML serialization. |
class |
XmlInvoice
Implementation of
Invoice for XML serialization. |
class |
XmlItem
Implementation of
Item for XML serialization. |
class |
XmlPerson
Implementation of
Person for XML serialization. |
Copyright © 2015 illucIT Software GmbH. All rights reserved.