Package com.sap.platform.model
Class AbstractCecServiceMappingModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.sap.platform.model.AbstractCecServiceMappingModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BaseSiteCecServiceMappingModel
public class AbstractCecServiceMappingModel extends ItemModel
Generated model class for type AbstractCecServiceMapping first defined at extension sapcpconfiguration.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_CECTECHNICALUSERSITEMAPPINGGenerated relation code constant for relationCecTechnicalUserSiteMappingdefining source attributeCecTechnicalUserin extensionsapcpconfiguration.static java.lang.String_SERVICECECMAPPINGRELATIONGenerated relation code constant for relationServiceCecMappingRelationdefining source attributeCecServicein extensionsapcpconfiguration.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCECSERVICEGenerated constant - Attribute key ofAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.static java.lang.StringCECTECHNICALUSERGenerated constant - Attribute key ofAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description AbstractCecServiceMappingModel()Generated constructor - Default constructor for generic creation.AbstractCecServiceMappingModel(CecServiceModel _CecService)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractCecServiceMappingModel(CecServiceModel _CecService, 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 parametersAbstractCecServiceMappingModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CecServiceModelgetCecService()Generated method - Getter of theAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.CecTechnicalUserModelgetCecTechnicalUser()Generated method - Getter of theAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration.voidsetCecService(CecServiceModel value)Generated method - Setter ofAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.voidsetCecTechnicalUser(CecTechnicalUserModel value)Generated method - Setter ofAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_SERVICECECMAPPINGRELATION
public static final java.lang.String _SERVICECECMAPPINGRELATION
Generated relation code constant for relationServiceCecMappingRelationdefining source attributeCecServicein extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
_CECTECHNICALUSERSITEMAPPING
public static final java.lang.String _CECTECHNICALUSERSITEMAPPING
Generated relation code constant for relationCecTechnicalUserSiteMappingdefining source attributeCecTechnicalUserin extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
CECSERVICE
public static final java.lang.String CECSERVICE
Generated constant - Attribute key ofAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
CECTECHNICALUSER
public static final java.lang.String CECTECHNICALUSER
Generated constant - Attribute key ofAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractCecServiceMappingModel
public AbstractCecServiceMappingModel()
Generated constructor - Default constructor for generic creation.
-
AbstractCecServiceMappingModel
public AbstractCecServiceMappingModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AbstractCecServiceMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractCecServiceMappingModel(CecServiceModel _CecService)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:
_CecService- initial attribute declared by typeAbstractCecServiceMappingat extensionsapcpconfiguration
-
AbstractCecServiceMappingModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractCecServiceMappingModel(CecServiceModel _CecService, 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:
_CecService- initial attribute declared by typeAbstractCecServiceMappingat extensionsapcpconfiguration_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getCecService
@Accessor(qualifier="CecService", type=GETTER) public CecServiceModel getCecService()
Generated method - Getter of theAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.- Returns:
- the CecService
-
getCecTechnicalUser
@Accessor(qualifier="CecTechnicalUser", type=GETTER) public CecTechnicalUserModel getCecTechnicalUser()
Generated method - Getter of theAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration.- Returns:
- the CecTechnicalUser
-
setCecService
@Accessor(qualifier="CecService", type=SETTER) public void setCecService(CecServiceModel value)
Generated method - Setter ofAbstractCecServiceMapping.CecServiceattribute defined at extensionsapcpconfiguration.- Parameters:
value- the CecService
-
setCecTechnicalUser
@Accessor(qualifier="CecTechnicalUser", type=SETTER) public void setCecTechnicalUser(CecTechnicalUserModel value)
Generated method - Setter ofAbstractCecServiceMapping.CecTechnicalUserattribute defined at extensionsapcpconfiguration.- Parameters:
value- the CecTechnicalUser
-
-