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

public class RFCDestinationAttributeModel extends ItemModel
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation JCoAttrForJCODestination defining source attribute SAPRFCDestination in extension sapcoreconfiguration.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of RFCDestinationAttribute.jcoattr_name attribute defined at extension sapcore.
    static final String
    Generated constant - Attribute key of RFCDestinationAttribute.jcoattr_value attribute defined at extension sapcore.
    static final String
    Generated constant - Attribute key of RFCDestinationAttribute.SAPRFCDestination attribute defined at extension sapcoreconfiguration.

    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
    Generated 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 parameters
    RFCDestinationAttributeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the RFCDestinationAttribute.jcoattr_name attribute defined at extension sapcore.
    Generated method - Getter of the RFCDestinationAttribute.jcoattr_value attribute defined at extension sapcore.
    Generated method - Getter of the RFCDestinationAttribute.SAPRFCDestination attribute defined at extension sapcoreconfiguration.
    void
    Generated method - Setter of RFCDestinationAttribute.jcoattr_name attribute defined at extension sapcore.
    void
    Generated method - Setter of RFCDestinationAttribute.jcoattr_value attribute defined at extension sapcore.
    void
    Generated method - Setter of RFCDestinationAttribute.SAPRFCDestination attribute defined at extension sapcoreconfiguration.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _JCOATTRFORJCODESTINATION

      public static final String _JCOATTRFORJCODESTINATION
      Generated relation code constant for relation JCoAttrForJCODestination defining source attribute SAPRFCDestination in extension sapcoreconfiguration.
      See Also:
    • JCOATTR_NAME

      public static final String JCOATTR_NAME
      Generated constant - Attribute key of RFCDestinationAttribute.jcoattr_name attribute defined at extension sapcore.
      See Also:
    • JCOATTR_VALUE

      public static final String JCOATTR_VALUE
      Generated constant - Attribute key of RFCDestinationAttribute.jcoattr_value attribute defined at extension sapcore.
      See Also:
    • SAPRFCDESTINATION

      public static final String SAPRFCDESTINATION
      Generated constant - Attribute key of RFCDestinationAttribute.SAPRFCDestination attribute defined at extension sapcoreconfiguration.
      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(since="4.1.1", forRemoval=true) public RFCDestinationAttributeModel(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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getJcoattr_name

      @Accessor(qualifier="jcoattr_name", type=GETTER) public String getJcoattr_name()
      Generated method - Getter of the RFCDestinationAttribute.jcoattr_name attribute defined at extension sapcore.
      Returns:
      the jcoattr_name - Name
    • getJcoattr_value

      @Accessor(qualifier="jcoattr_value", type=GETTER) public String getJcoattr_value()
      Generated method - Getter of the RFCDestinationAttribute.jcoattr_value attribute defined at extension sapcore.
      Returns:
      the jcoattr_value - Value
    • getSAPRFCDestination

      @Accessor(qualifier="SAPRFCDestination", type=GETTER) public SAPRFCDestinationModel getSAPRFCDestination()
      Generated method - Getter of the RFCDestinationAttribute.SAPRFCDestination attribute defined at extension sapcoreconfiguration.
      Returns:
      the SAPRFCDestination
    • setJcoattr_name

      @Accessor(qualifier="jcoattr_name", type=SETTER) public void setJcoattr_name(String value)
      Generated method - Setter of RFCDestinationAttribute.jcoattr_name attribute defined at extension sapcore.
      Parameters:
      value - the jcoattr_name - Name
    • setJcoattr_value

      @Accessor(qualifier="jcoattr_value", type=SETTER) public void setJcoattr_value(String value)
      Generated method - Setter of RFCDestinationAttribute.jcoattr_value attribute defined at extension sapcore.
      Parameters:
      value - the jcoattr_value - Value
    • setSAPRFCDestination

      @Accessor(qualifier="SAPRFCDestination", type=SETTER) public void setSAPRFCDestination(SAPRFCDestinationModel value)
      Generated method - Setter of RFCDestinationAttribute.SAPRFCDestination attribute defined at extension sapcoreconfiguration.
      Parameters:
      value - the SAPRFCDestination