public class B2BDocumentTypeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_B2BDOCUMENTB2BDOCUMENTYPERELATION
Generated relation code constant for relation
B2BDocumentB2BDocumenTypeRelation defining source attribute document in extension accountsummaryaddon. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
B2BDocumentType.code attribute defined at extension accountsummaryaddon. |
static String |
DISPLAYINALLLIST
Generated constant - Attribute key of
B2BDocumentType.displayInAllList attribute defined at extension accountsummaryaddon. |
static String |
DOCUMENT
Generated constant - Attribute key of
B2BDocumentType.document attribute defined at extension accountsummaryaddon. |
static String |
INCLUDEINOPENBALANCE
Generated constant - Attribute key of
B2BDocumentType.includeInOpenBalance attribute defined at extension accountsummaryaddon. |
static String |
NAME
Generated constant - Attribute key of
B2BDocumentType.name attribute defined at extension accountsummaryaddon. |
static String |
PAYABLEORUSABLE
Generated constant - Attribute key of
B2BDocumentType.payableOrUsable attribute defined at extension accountsummaryaddon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BDocumentTypeModel()
Generated constructor - Default constructor for generic creation.
|
B2BDocumentTypeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
B2BDocumentTypeModel(String _code,
Boolean _displayInAllList,
Boolean _includeInOpenBalance)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BDocumentTypeModel(String _code,
Boolean _displayInAllList,
Boolean _includeInOpenBalance,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
B2BDocumentType.code attribute defined at extension accountsummaryaddon. |
Boolean |
getDisplayInAllList()
Generated method - Getter of the
B2BDocumentType.displayInAllList attribute defined at extension accountsummaryaddon. |
Collection<B2BDocumentModel> |
getDocument()
Generated method - Getter of the
B2BDocumentType.document attribute defined at extension accountsummaryaddon. |
Boolean |
getIncludeInOpenBalance()
Generated method - Getter of the
B2BDocumentType.includeInOpenBalance attribute defined at extension accountsummaryaddon. |
String |
getName()
Generated method - Getter of the
B2BDocumentType.name attribute defined at extension accountsummaryaddon. |
String |
getName(Locale loc)
Generated method - Getter of the
B2BDocumentType.name attribute defined at extension accountsummaryaddon. |
DocumentPayableOrUsable |
getPayableOrUsable()
Generated method - Getter of the
B2BDocumentType.payableOrUsable attribute defined at extension accountsummaryaddon. |
void |
setCode(String value)
Generated method - Setter of
B2BDocumentType.code attribute defined at extension accountsummaryaddon. |
void |
setDisplayInAllList(Boolean value)
Generated method - Setter of
B2BDocumentType.displayInAllList attribute defined at extension accountsummaryaddon. |
void |
setDocument(Collection<B2BDocumentModel> value)
Generated method - Setter of
B2BDocumentType.document attribute defined at extension accountsummaryaddon. |
void |
setIncludeInOpenBalance(Boolean value)
Generated method - Setter of
B2BDocumentType.includeInOpenBalance attribute defined at extension accountsummaryaddon. |
void |
setName(String value)
Generated method - Setter of
B2BDocumentType.name attribute defined at extension accountsummaryaddon. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
B2BDocumentType.name attribute defined at extension accountsummaryaddon. |
void |
setPayableOrUsable(DocumentPayableOrUsable value)
Generated method - Setter of
B2BDocumentType.payableOrUsable attribute defined at extension accountsummaryaddon. |
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 _B2BDOCUMENTB2BDOCUMENTYPERELATION
B2BDocumentB2BDocumenTypeRelation defining source attribute document in extension accountsummaryaddon.public static final String CODE
B2BDocumentType.code attribute defined at extension accountsummaryaddon.public static final String INCLUDEINOPENBALANCE
B2BDocumentType.includeInOpenBalance attribute defined at extension accountsummaryaddon.public static final String DISPLAYINALLLIST
B2BDocumentType.displayInAllList attribute defined at extension accountsummaryaddon.public static final String NAME
B2BDocumentType.name attribute defined at extension accountsummaryaddon.public static final String PAYABLEORUSABLE
B2BDocumentType.payableOrUsable attribute defined at extension accountsummaryaddon.public static final String DOCUMENT
B2BDocumentType.document attribute defined at extension accountsummaryaddon.public B2BDocumentTypeModel()
public B2BDocumentTypeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BDocumentTypeModel(String _code, Boolean _displayInAllList, Boolean _includeInOpenBalance)
_code - initial attribute declared by type B2BDocumentType at extension accountsummaryaddon_displayInAllList - initial attribute declared by type B2BDocumentType at extension accountsummaryaddon_includeInOpenBalance - initial attribute declared by type B2BDocumentType at extension accountsummaryaddon@Deprecated public B2BDocumentTypeModel(String _code, Boolean _displayInAllList, Boolean _includeInOpenBalance, ItemModel _owner)
_code - initial attribute declared by type B2BDocumentType at extension accountsummaryaddon_displayInAllList - initial attribute declared by type B2BDocumentType at extension accountsummaryaddon_includeInOpenBalance - initial attribute declared by type B2BDocumentType at extension accountsummaryaddon_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
B2BDocumentType.code attribute defined at extension accountsummaryaddon.@Accessor(qualifier="displayInAllList", type=GETTER) public Boolean getDisplayInAllList()
B2BDocumentType.displayInAllList attribute defined at extension accountsummaryaddon.@Accessor(qualifier="document", type=GETTER) public Collection<B2BDocumentModel> getDocument()
B2BDocumentType.document attribute defined at extension accountsummaryaddon.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="includeInOpenBalance", type=GETTER) public Boolean getIncludeInOpenBalance()
B2BDocumentType.includeInOpenBalance attribute defined at extension accountsummaryaddon.@Accessor(qualifier="name", type=GETTER) public String getName()
B2BDocumentType.name attribute defined at extension accountsummaryaddon.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
B2BDocumentType.name attribute defined at extension accountsummaryaddon.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="payableOrUsable", type=GETTER) public DocumentPayableOrUsable getPayableOrUsable()
B2BDocumentType.payableOrUsable attribute defined at extension accountsummaryaddon.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
B2BDocumentType.code attribute defined at extension accountsummaryaddon.value - the code - code@Accessor(qualifier="displayInAllList", type=SETTER) public void setDisplayInAllList(Boolean value)
B2BDocumentType.displayInAllList attribute defined at extension accountsummaryaddon.value - the displayInAllList - displayInAllList@Accessor(qualifier="document", type=SETTER) public void setDocument(Collection<B2BDocumentModel> value)
B2BDocumentType.document attribute defined at extension accountsummaryaddon.value - the document@Accessor(qualifier="includeInOpenBalance", type=SETTER) public void setIncludeInOpenBalance(Boolean value)
B2BDocumentType.includeInOpenBalance attribute defined at extension accountsummaryaddon.value - the includeInOpenBalance - includeInOpenBalance@Accessor(qualifier="name", type=SETTER) public void setName(String value)
B2BDocumentType.name attribute defined at extension accountsummaryaddon.value - the name - name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
B2BDocumentType.name attribute defined at extension accountsummaryaddon.value - the name - nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="payableOrUsable", type=SETTER) public void setPayableOrUsable(DocumentPayableOrUsable value)
B2BDocumentType.payableOrUsable attribute defined at extension accountsummaryaddon.value - the payableOrUsable - payableOrUsableCopyright © 2017 SAP SE. All Rights Reserved.