public class OpeningDayModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CLOSINGTIME
Generated constant - Attribute key of
OpeningDay.closingTime attribute defined at extension basecommerce. |
static java.lang.String |
OPENINGSCHEDULE
Generated constant - Attribute key of
OpeningDay.openingSchedule attribute defined at extension basecommerce. |
static java.lang.String |
OPENINGTIME
Generated constant - Attribute key of
OpeningDay.openingTime attribute defined at extension basecommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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 |
|---|---|
java.util.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. |
java.util.Date |
getOpeningTime()
Generated method - Getter of the
OpeningDay.openingTime attribute defined at extension basecommerce. |
void |
setClosingTime(java.util.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(java.util.Date value)
Generated method - Setter of
OpeningDay.openingTime attribute defined at extension basecommerce. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String OPENINGTIME
OpeningDay.openingTime attribute defined at extension basecommerce.public static final java.lang.String CLOSINGTIME
OpeningDay.closingTime attribute defined at extension basecommerce.public static final java.lang.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 java.util.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 java.util.Date getOpeningTime()
OpeningDay.openingTime attribute defined at extension basecommerce.@Accessor(qualifier="closingTime", type=SETTER) public void setClosingTime(java.util.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 © 2018 SAP SE. All Rights Reserved.