public abstract class GeneratedOrderForm extends GenericItem
OrderForm.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODE
Qualifier of the
OrderForm.code attribute |
static java.lang.String |
CURRENCY
Qualifier of the
OrderForm.currency attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
DESCRIPTION
Qualifier of the
OrderForm.description attribute |
static java.lang.String |
ENTRIES
Qualifier of the
OrderForm.entries attribute |
static java.lang.String |
USER
Qualifier of the
OrderForm.user attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedOrderForm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
OrderForm.code attribute. |
java.lang.String |
getCode(SessionContext ctx)
Generated method - Getter of the
OrderForm.code attribute. |
Currency |
getCurrency()
Generated method - Getter of the
OrderForm.currency attribute. |
Currency |
getCurrency(SessionContext ctx)
Generated method - Getter of the
OrderForm.currency attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.String |
getDescription()
Generated method - Getter of the
OrderForm.description attribute. |
java.lang.String |
getDescription(SessionContext ctx)
Generated method - Getter of the
OrderForm.description attribute. |
java.util.List<OrderFormEntry> |
getEntries()
Generated method - Getter of the
OrderForm.entries attribute. |
java.util.List<OrderFormEntry> |
getEntries(SessionContext ctx)
Generated method - Getter of the
OrderForm.entries attribute. |
User |
getUser()
Generated method - Getter of the
OrderForm.user attribute. |
User |
getUser(SessionContext ctx)
Generated method - Getter of the
OrderForm.user attribute. |
void |
setCode(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
OrderForm.code attribute. |
void |
setCode(java.lang.String value)
Generated method - Setter of the
OrderForm.code attribute. |
void |
setCurrency(Currency value)
Generated method - Setter of the
OrderForm.currency attribute. |
void |
setCurrency(SessionContext ctx,
Currency value)
Generated method - Setter of the
OrderForm.currency attribute. |
void |
setDescription(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
OrderForm.description attribute. |
void |
setDescription(java.lang.String value)
Generated method - Setter of the
OrderForm.description attribute. |
void |
setEntries(java.util.List<OrderFormEntry> value)
Generated method - Setter of the
OrderForm.entries attribute. |
void |
setEntries(SessionContext ctx,
java.util.List<OrderFormEntry> value)
Generated method - Setter of the
OrderForm.entries attribute. |
void |
setUser(SessionContext ctx,
User value)
Generated method - Setter of the
OrderForm.user attribute. |
void |
setUser(User value)
Generated method - Setter of the
OrderForm.user attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String CODE
OrderForm.code attributepublic static final java.lang.String DESCRIPTION
OrderForm.description attributepublic static final java.lang.String USER
OrderForm.user attributepublic static final java.lang.String ENTRIES
OrderForm.entries attributepublic static final java.lang.String CURRENCY
OrderForm.currency attributeprotected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic java.lang.String getCode(SessionContext ctx)
OrderForm.code attribute.public java.lang.String getCode()
OrderForm.code attribute.public void setCode(SessionContext ctx, java.lang.String value)
OrderForm.code attribute.value - the codepublic void setCode(java.lang.String value)
OrderForm.code attribute.value - the codepublic Currency getCurrency(SessionContext ctx)
OrderForm.currency attribute.public Currency getCurrency()
OrderForm.currency attribute.public void setCurrency(SessionContext ctx, Currency value)
OrderForm.currency attribute.value - the currencypublic void setCurrency(Currency value)
OrderForm.currency attribute.value - the currencypublic java.lang.String getDescription(SessionContext ctx)
OrderForm.description attribute.public java.lang.String getDescription()
OrderForm.description attribute.public void setDescription(SessionContext ctx, java.lang.String value)
OrderForm.description attribute.value - the descriptionpublic void setDescription(java.lang.String value)
OrderForm.description attribute.value - the descriptionpublic java.util.List<OrderFormEntry> getEntries(SessionContext ctx)
OrderForm.entries attribute.public java.util.List<OrderFormEntry> getEntries()
OrderForm.entries attribute.public void setEntries(SessionContext ctx, java.util.List<OrderFormEntry> value)
OrderForm.entries attribute.value - the entriespublic void setEntries(java.util.List<OrderFormEntry> value)
OrderForm.entries attribute.value - the entriespublic User getUser(SessionContext ctx)
OrderForm.user attribute.public User getUser()
OrderForm.user attribute.public void setUser(SessionContext ctx, User value)
OrderForm.user attribute.value - the userpublic void setUser(User value)
OrderForm.user attribute.value - the userCopyright © 2018 SAP SE. All Rights Reserved.