public class TaxInvoiceModel 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
TaxInvoice.category attribute defined at extension chinesetaxinvoiceservices. |
static String |
RECIPIENT
Generated constant - Attribute key of
TaxInvoice.recipient attribute defined at extension chinesetaxinvoiceservices. |
static String |
RECIPIENTTYPE
Generated constant - Attribute key of
TaxInvoice.recipientType attribute defined at extension chinesetaxinvoiceservices. |
static String |
SERIALCODE
Generated constant - Attribute key of
TaxInvoice.serialCode attribute defined at extension chinesetaxinvoiceservices. |
static String |
STATUS
Generated constant - Attribute key of
TaxInvoice.status attribute defined at extension chinesetaxinvoiceservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TaxInvoiceModel()
Generated constructor - Default constructor for generic creation.
|
TaxInvoiceModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TaxInvoiceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceCategory |
getCategory()
Generated method - Getter of the
TaxInvoice.category attribute defined at extension chinesetaxinvoiceservices. |
String |
getRecipient()
Generated method - Getter of the
TaxInvoice.recipient attribute defined at extension chinesetaxinvoiceservices. |
InvoiceRecipientType |
getRecipientType()
Generated method - Getter of the
TaxInvoice.recipientType attribute defined at extension chinesetaxinvoiceservices. |
String |
getSerialCode()
Generated method - Getter of the
TaxInvoice.serialCode attribute defined at extension chinesetaxinvoiceservices. |
InvoiceStatus |
getStatus()
Generated method - Getter of the
TaxInvoice.status attribute defined at extension chinesetaxinvoiceservices. |
void |
setCategory(InvoiceCategory value)
Generated method - Setter of
TaxInvoice.category attribute defined at extension chinesetaxinvoiceservices. |
void |
setRecipient(String value)
Generated method - Setter of
TaxInvoice.recipient attribute defined at extension chinesetaxinvoiceservices. |
void |
setRecipientType(InvoiceRecipientType value)
Generated method - Setter of
TaxInvoice.recipientType attribute defined at extension chinesetaxinvoiceservices. |
void |
setSerialCode(String value)
Generated method - Setter of
TaxInvoice.serialCode attribute defined at extension chinesetaxinvoiceservices. |
void |
setStatus(InvoiceStatus value)
Generated method - Setter of
TaxInvoice.status attribute defined at extension chinesetaxinvoiceservices. |
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
TaxInvoice.category attribute defined at extension chinesetaxinvoiceservices.public static final String RECIPIENTTYPE
TaxInvoice.recipientType attribute defined at extension chinesetaxinvoiceservices.public static final String RECIPIENT
TaxInvoice.recipient attribute defined at extension chinesetaxinvoiceservices.public static final String STATUS
TaxInvoice.status attribute defined at extension chinesetaxinvoiceservices.public static final String SERIALCODE
TaxInvoice.serialCode attribute defined at extension chinesetaxinvoiceservices.public TaxInvoiceModel()
public TaxInvoiceModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TaxInvoiceModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="category", type=GETTER) public InvoiceCategory getCategory()
TaxInvoice.category attribute defined at extension chinesetaxinvoiceservices.@Accessor(qualifier="recipient", type=GETTER) public String getRecipient()
TaxInvoice.recipient attribute defined at extension chinesetaxinvoiceservices.@Accessor(qualifier="recipientType", type=GETTER) public InvoiceRecipientType getRecipientType()
TaxInvoice.recipientType attribute defined at extension chinesetaxinvoiceservices.@Accessor(qualifier="serialCode", type=GETTER) public String getSerialCode()
TaxInvoice.serialCode attribute defined at extension chinesetaxinvoiceservices.@Accessor(qualifier="status", type=GETTER) public InvoiceStatus getStatus()
TaxInvoice.status attribute defined at extension chinesetaxinvoiceservices.@Accessor(qualifier="category", type=SETTER) public void setCategory(InvoiceCategory value)
TaxInvoice.category attribute defined at extension chinesetaxinvoiceservices.value - the category - Invoice category@Accessor(qualifier="recipient", type=SETTER) public void setRecipient(String value)
TaxInvoice.recipient attribute defined at extension chinesetaxinvoiceservices.value - the recipient - Recipient' name@Accessor(qualifier="recipientType", type=SETTER) public void setRecipientType(InvoiceRecipientType value)
TaxInvoice.recipientType attribute defined at extension chinesetaxinvoiceservices.value - the recipientType - Invoice Recipient Type@Accessor(qualifier="serialCode", type=SETTER) public void setSerialCode(String value)
TaxInvoice.serialCode attribute defined at extension chinesetaxinvoiceservices.value - the serialCode - serialCode@Accessor(qualifier="status", type=SETTER) public void setStatus(InvoiceStatus value)
TaxInvoice.status attribute defined at extension chinesetaxinvoiceservices.value - the status - Invoice StatusCopyright © 2017 SAP SE. All Rights Reserved.