public class OpeningDayModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CLOSINGTIME
Generated constant - Attribute key of
OpeningDay.closingTime attribute defined at extension basecommerce. |
static String |
OPENINGSCHEDULE
Generated constant - Attribute key of
OpeningDay.openingSchedule attribute defined at extension basecommerce. |
static String |
OPENINGTIME
Generated constant - Attribute key of
OpeningDay.openingTime attribute defined at extension basecommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OpeningDayModel()
Generated constructor - Default constructor for generic creation.
|
OpeningDayModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
OpeningDayModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getClosingTime()
Generated method - Getter of the
OpeningDay.closingTime attribute defined at extension basecommerce. |
OpeningScheduleModel |
getOpeningSchedule()
Generated method - Getter of the
OpeningDay.openingSchedule attribute defined at extension basecommerce. |
Date |
getOpeningTime()
Generated method - Getter of the
OpeningDay.openingTime attribute defined at extension basecommerce. |
void |
setClosingTime(Date value)
Generated method - Setter of
OpeningDay.closingTime attribute defined at extension basecommerce. |
void |
setOpeningSchedule(OpeningScheduleModel value)
Generated method - Setter of
OpeningDay.openingSchedule attribute defined at extension basecommerce. |
void |
setOpeningTime(Date value)
Generated method - Setter of
OpeningDay.openingTime attribute defined at extension basecommerce. |
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 OPENINGTIME
OpeningDay.openingTime attribute defined at extension basecommerce.public static final String CLOSINGTIME
OpeningDay.closingTime attribute defined at extension basecommerce.public static final String OPENINGSCHEDULE
OpeningDay.openingSchedule attribute defined at extension basecommerce.public OpeningDayModel()
public OpeningDayModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OpeningDayModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="closingTime", type=GETTER) public Date getClosingTime()
OpeningDay.closingTime attribute defined at extension basecommerce.@Accessor(qualifier="openingSchedule", type=GETTER) public OpeningScheduleModel getOpeningSchedule()
OpeningDay.openingSchedule attribute defined at extension basecommerce.@Accessor(qualifier="openingTime", type=GETTER) public Date getOpeningTime()
OpeningDay.openingTime attribute defined at extension basecommerce.@Accessor(qualifier="closingTime", type=SETTER) public void setClosingTime(Date value)
OpeningDay.closingTime attribute defined at extension basecommerce.value - the closingTime@Accessor(qualifier="openingSchedule", type=SETTER) public void setOpeningSchedule(OpeningScheduleModel value)
OpeningDay.openingSchedule attribute defined at extension basecommerce.value - the openingScheduleCopyright © 2017 SAP SE. All Rights Reserved.