public class InvoiceModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATEGORY
Generated constant - Attribute key of
Invoice.category attribute defined at extension chinaacceleratorservices. |
static String |
INVOICEDNAME
Generated constant - Attribute key of
Invoice.invoicedName attribute defined at extension chinaacceleratorservices. |
static String |
TITLE
Generated constant - Attribute key of
Invoice.title attribute defined at extension chinaacceleratorservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
InvoiceModel()
Generated constructor - Default constructor for generic creation.
|
InvoiceModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
InvoiceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceCategory |
getCategory()
Generated method - Getter of the
Invoice.category attribute defined at extension chinaacceleratorservices. |
String |
getInvoicedName()
Generated method - Getter of the
Invoice.invoicedName attribute defined at extension chinaacceleratorservices. |
InvoiceTitle |
getTitle()
Generated method - Getter of the
Invoice.title attribute defined at extension chinaacceleratorservices. |
void |
setCategory(InvoiceCategory value)
Generated method - Setter of
Invoice.category attribute defined at extension chinaacceleratorservices. |
void |
setInvoicedName(String value)
Generated method - Setter of
Invoice.invoicedName attribute defined at extension chinaacceleratorservices. |
void |
setTitle(InvoiceTitle value)
Generated method - Setter of
Invoice.title attribute defined at extension chinaacceleratorservices. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CATEGORY
Invoice.category attribute defined at extension chinaacceleratorservices.public static final String TITLE
Invoice.title attribute defined at extension chinaacceleratorservices.public static final String INVOICEDNAME
Invoice.invoicedName attribute defined at extension chinaacceleratorservices.public InvoiceModel()
public InvoiceModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public InvoiceModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="category", type=GETTER) public InvoiceCategory getCategory()
Invoice.category attribute defined at extension chinaacceleratorservices.@Accessor(qualifier="invoicedName", type=GETTER) public String getInvoicedName()
Invoice.invoicedName attribute defined at extension chinaacceleratorservices.@Accessor(qualifier="title", type=GETTER) public InvoiceTitle getTitle()
Invoice.title attribute defined at extension chinaacceleratorservices.@Accessor(qualifier="category", type=SETTER) public void setCategory(InvoiceCategory value)
Invoice.category attribute defined at extension chinaacceleratorservices.value - the category - Invoice category@Accessor(qualifier="invoicedName", type=SETTER) public void setInvoicedName(String value)
Invoice.invoicedName attribute defined at extension chinaacceleratorservices.value - the invoicedName - The name (e.g. company's name) that being invoiced@Accessor(qualifier="title", type=SETTER) public void setTitle(InvoiceTitle value)
Invoice.title attribute defined at extension chinaacceleratorservices.value - the title - Invoice titleCopyright © 2000-2016 SAP SE. All Rights Reserved.