public abstract class GeneratedOpeningSchedule extends GenericItem
OpeningSchedule.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 String |
CODE
Qualifier of the
OpeningSchedule.code attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
NAME
Qualifier of the
OpeningSchedule.name attribute |
static String |
OPENINGDAYS
Qualifier of the
OpeningSchedule.openingDays attribute |
protected static OneToManyHandler<OpeningDay> |
OPENINGDAYSHANDLER
OneToManyHandler for handling 1:n OPENINGDAYS's relation attributes from 'many' side. |
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 |
|---|
GeneratedOpeningSchedule() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToOpeningDays(OpeningDay value)
Generated method - Adds
value to openingDays. |
void |
addToOpeningDays(SessionContext ctx,
OpeningDay value)
Generated method - Adds
value to openingDays. |
Map<Language,String> |
getAllName()
Generated method - Getter of the
OpeningSchedule.name attribute. |
Map<Language,String> |
getAllName(SessionContext ctx)
Generated method - Getter of the
OpeningSchedule.name attribute. |
String |
getCode()
Generated method - Getter of the
OpeningSchedule.code attribute. |
String |
getCode(SessionContext ctx)
Generated method - Getter of the
OpeningSchedule.code attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getName()
Generated method - Getter of the
OpeningSchedule.name attribute. |
String |
getName(SessionContext ctx)
Generated method - Getter of the
OpeningSchedule.name attribute. |
Collection<OpeningDay> |
getOpeningDays()
Generated method - Getter of the
OpeningSchedule.openingDays attribute. |
Collection<OpeningDay> |
getOpeningDays(SessionContext ctx)
Generated method - Getter of the
OpeningSchedule.openingDays attribute. |
void |
removeFromOpeningDays(OpeningDay value)
Generated method - Removes
value from openingDays. |
void |
removeFromOpeningDays(SessionContext ctx,
OpeningDay value)
Generated method - Removes
value from openingDays. |
void |
setAllName(Map<Language,String> value)
Generated method - Setter of the
OpeningSchedule.name attribute. |
void |
setAllName(SessionContext ctx,
Map<Language,String> value)
Generated method - Setter of the
OpeningSchedule.name attribute. |
void |
setCode(SessionContext ctx,
String value)
Generated method - Setter of the
OpeningSchedule.code attribute. |
void |
setCode(String value)
Generated method - Setter of the
OpeningSchedule.code attribute. |
void |
setName(SessionContext ctx,
String value)
Generated method - Setter of the
OpeningSchedule.name attribute. |
void |
setName(String value)
Generated method - Setter of the
OpeningSchedule.name attribute. |
void |
setOpeningDays(Collection<OpeningDay> value)
Generated method - Setter of the
OpeningSchedule.openingDays attribute. |
void |
setOpeningDays(SessionContext ctx,
Collection<OpeningDay> value)
Generated method - Setter of the
OpeningSchedule.openingDays attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final String CODE
OpeningSchedule.code attributepublic static final String NAME
OpeningSchedule.name attributepublic static final String OPENINGDAYS
OpeningSchedule.openingDays attributeprotected static final OneToManyHandler<OpeningDay> OPENINGDAYSHANDLER
OneToManyHandler for handling 1:n OPENINGDAYS's relation attributes from 'many' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic String getCode(SessionContext ctx)
OpeningSchedule.code attribute.public String getCode()
OpeningSchedule.code attribute.public void setCode(SessionContext ctx, String value)
OpeningSchedule.code attribute.value - the codepublic void setCode(String value)
OpeningSchedule.code attribute.value - the codepublic String getName(SessionContext ctx)
OpeningSchedule.name attribute.public String getName()
OpeningSchedule.name attribute.public Map<Language,String> getAllName(SessionContext ctx)
OpeningSchedule.name attribute.public Map<Language,String> getAllName()
OpeningSchedule.name attribute.public void setName(SessionContext ctx, String value)
OpeningSchedule.name attribute.value - the namepublic void setName(String value)
OpeningSchedule.name attribute.value - the namepublic void setAllName(SessionContext ctx, Map<Language,String> value)
OpeningSchedule.name attribute.value - the namepublic void setAllName(Map<Language,String> value)
OpeningSchedule.name attribute.value - the namepublic Collection<OpeningDay> getOpeningDays(SessionContext ctx)
OpeningSchedule.openingDays attribute.public Collection<OpeningDay> getOpeningDays()
OpeningSchedule.openingDays attribute.public void setOpeningDays(SessionContext ctx, Collection<OpeningDay> value)
OpeningSchedule.openingDays attribute.value - the openingDayspublic void setOpeningDays(Collection<OpeningDay> value)
OpeningSchedule.openingDays attribute.value - the openingDayspublic void addToOpeningDays(SessionContext ctx, OpeningDay value)
value to openingDays.value - the item to add to openingDayspublic void addToOpeningDays(OpeningDay value)
value to openingDays.value - the item to add to openingDayspublic void removeFromOpeningDays(SessionContext ctx, OpeningDay value)
value from openingDays.value - the item to remove from openingDayspublic void removeFromOpeningDays(OpeningDay value)
value from openingDays.value - the item to remove from openingDaysCopyright © 2017 SAP SE. All Rights Reserved.