Class NonSleepingRoomConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.travelservices.model.accommodation.NonSleepingRoomConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type NonSleepingRoomConfiguration first defined at extension travelservices.
This type represents a non sleeping room configuration.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationNonSleepingRoomConfigurationRelationdefining source attributenonSleepingRoomin extensiontravelservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofNonSleepingRoomConfiguration.codeattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.static final StringGenerated constant - Attribute key ofNonSleepingRoomConfiguration.nonSleepingRoomattribute defined at extensiontravelservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.NonSleepingRoomConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNonSleepingRoomConfigurationModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theNonSleepingRoomConfiguration.codeattribute defined at extensiontravelservices.Generated method - Getter of theNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.getDescription(Locale loc) Generated method - Getter of theNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.getName()Generated method - Getter of theNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.Generated method - Getter of theNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.Generated method - Getter of theNonSleepingRoomConfiguration.nonSleepingRoomattribute defined at extensiontravelservices.voidGenerated method - Setter ofNonSleepingRoomConfiguration.codeattribute defined at extensiontravelservices.voidsetDescription(String value) Generated method - Setter ofNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.voidsetDescription(String value, Locale loc) Generated method - Setter ofNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.voidGenerated method - Setter ofNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.voidGenerated method - Setter ofNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.voidGenerated method - Setter ofNonSleepingRoomConfiguration.nonSleepingRoomattribute defined at extensiontravelservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_NONSLEEPINGROOMCONFIGURATIONRELATION
Generated relation code constant for relationNonSleepingRoomConfigurationRelationdefining source attributenonSleepingRoomin extensiontravelservices.- See Also:
-
CODE
Generated constant - Attribute key ofNonSleepingRoomConfiguration.codeattribute defined at extensiontravelservices.- See Also:
-
NAME
Generated constant - Attribute key ofNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.- See Also:
-
NONSLEEPINGROOM
Generated constant - Attribute key ofNonSleepingRoomConfiguration.nonSleepingRoomattribute defined at extensiontravelservices.- See Also:
-
-
Constructor Details
-
NonSleepingRoomConfigurationModel
public NonSleepingRoomConfigurationModel()Generated constructor - Default constructor for generic creation. -
NonSleepingRoomConfigurationModel
public NonSleepingRoomConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
NonSleepingRoomConfigurationModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeNonSleepingRoomConfigurationat extensiontravelservices
-
NonSleepingRoomConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public NonSleepingRoomConfigurationModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeNonSleepingRoomConfigurationat extensiontravelservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCode
Generated method - Getter of theNonSleepingRoomConfiguration.codeattribute defined at extensiontravelservices.- Returns:
- the code
-
getDescription
Generated method - Getter of theNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.- Returns:
- the description
-
getDescription
Generated method - Getter of theNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the description
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getName
Generated method - Getter of theNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.- Returns:
- the name
-
getName
Generated method - Getter of theNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getNonSleepingRoom
@Accessor(qualifier="nonSleepingRoom", type=GETTER) public NonSleepingRoomModel getNonSleepingRoom()Generated method - Getter of theNonSleepingRoomConfiguration.nonSleepingRoomattribute defined at extensiontravelservices.- Returns:
- the nonSleepingRoom
-
setCode
Generated method - Setter ofNonSleepingRoomConfiguration.codeattribute defined at extensiontravelservices.- Parameters:
value- the code
-
setDescription
Generated method - Setter ofNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.- Parameters:
value- the description
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc) Generated method - Setter ofNonSleepingRoomConfiguration.descriptionattribute defined at extensiontravelservices.- Parameters:
value- the descriptionloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setName
Generated method - Setter ofNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.- Parameters:
value- the name
-
setName
Generated method - Setter ofNonSleepingRoomConfiguration.nameattribute defined at extensiontravelservices.- Parameters:
value- the nameloc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setNonSleepingRoom
@Accessor(qualifier="nonSleepingRoom", type=SETTER) public void setNonSleepingRoom(NonSleepingRoomModel value) Generated method - Setter ofNonSleepingRoomConfiguration.nonSleepingRoomattribute defined at extensiontravelservices.- Parameters:
value- the nonSleepingRoom
-