Class RFCDestinationAttributeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.core.model.RFCDestinationAttributeModel
- All Implemented Interfaces:
Serializable
Generated model class for type RFCDestinationAttribute first defined at extension sapcore.
- 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 relationJCoAttrForJCODestinationdefining source attributeSAPRFCDestinationin extensionsapcoreconfiguration.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofRFCDestinationAttribute.jcoattr_nameattribute defined at extensionsapcore.static final StringGenerated constant - Attribute key ofRFCDestinationAttribute.jcoattr_valueattribute defined at extensionsapcore.static final StringGenerated constant - Attribute key ofRFCDestinationAttribute.SAPRFCDestinationattribute defined at extensionsapcoreconfiguration.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.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRFCDestinationAttributeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theRFCDestinationAttribute.jcoattr_nameattribute defined at extensionsapcore.Generated method - Getter of theRFCDestinationAttribute.jcoattr_valueattribute defined at extensionsapcore.Generated method - Getter of theRFCDestinationAttribute.SAPRFCDestinationattribute defined at extensionsapcoreconfiguration.voidsetJcoattr_name(String value) Generated method - Setter ofRFCDestinationAttribute.jcoattr_nameattribute defined at extensionsapcore.voidsetJcoattr_value(String value) Generated method - Setter ofRFCDestinationAttribute.jcoattr_valueattribute defined at extensionsapcore.voidGenerated method - Setter ofRFCDestinationAttribute.SAPRFCDestinationattribute defined at extensionsapcoreconfiguration.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:
-
_JCOATTRFORJCODESTINATION
Generated relation code constant for relationJCoAttrForJCODestinationdefining source attributeSAPRFCDestinationin extensionsapcoreconfiguration.- See Also:
-
JCOATTR_NAME
Generated constant - Attribute key ofRFCDestinationAttribute.jcoattr_nameattribute defined at extensionsapcore.- See Also:
-
JCOATTR_VALUE
Generated constant - Attribute key ofRFCDestinationAttribute.jcoattr_valueattribute defined at extensionsapcore.- See Also:
-
SAPRFCDESTINATION
Generated constant - Attribute key ofRFCDestinationAttribute.SAPRFCDestinationattribute defined at extensionsapcoreconfiguration.- See Also:
-
-
Constructor Details
-
RFCDestinationAttributeModel
public RFCDestinationAttributeModel()Generated constructor - Default constructor for generic creation. -
RFCDestinationAttributeModel
public RFCDestinationAttributeModel(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
-
RFCDestinationAttributeModel
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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getJcoattr_name
Generated method - Getter of theRFCDestinationAttribute.jcoattr_nameattribute defined at extensionsapcore.- Returns:
- the jcoattr_name - Name
-
getJcoattr_value
Generated method - Getter of theRFCDestinationAttribute.jcoattr_valueattribute defined at extensionsapcore.- Returns:
- the jcoattr_value - Value
-
getSAPRFCDestination
@Accessor(qualifier="SAPRFCDestination", type=GETTER) public SAPRFCDestinationModel getSAPRFCDestination()Generated method - Getter of theRFCDestinationAttribute.SAPRFCDestinationattribute defined at extensionsapcoreconfiguration.- Returns:
- the SAPRFCDestination
-
setJcoattr_name
Generated method - Setter ofRFCDestinationAttribute.jcoattr_nameattribute defined at extensionsapcore.- Parameters:
value- the jcoattr_name - Name
-
setJcoattr_value
Generated method - Setter ofRFCDestinationAttribute.jcoattr_valueattribute defined at extensionsapcore.- Parameters:
value- the jcoattr_value - Value
-
setSAPRFCDestination
@Accessor(qualifier="SAPRFCDestination", type=SETTER) public void setSAPRFCDestination(SAPRFCDestinationModel value) Generated method - Setter ofRFCDestinationAttribute.SAPRFCDestinationattribute defined at extensionsapcoreconfiguration.- Parameters:
value- the SAPRFCDestination
-