Class GigyaPublicKeyModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.gigya.gigyaservices.model.GigyaPublicKeyModel
All Implemented Interfaces:
Serializable

public class GigyaPublicKeyModel extends ItemModel
Generated model class for type GigyaPublicKey first defined at extension gigyaservices.
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 model type code constant.
    static final String
    Generated constant - Attribute key of GigyaPublicKey.exponent attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaPublicKey.keyId attribute defined at extension gigyaservices.
    static final String
    Generated constant - Attribute key of GigyaPublicKey.modulus attribute defined at extension gigyaservices.

    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.
    GigyaPublicKeyModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    GigyaPublicKeyModel(String _exponent, String _keyId, String _modulus)
    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
    GigyaPublicKeyModel(String _exponent, String _keyId, String _modulus, 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 Type
    Method
    Description
    Generated method - Getter of the GigyaPublicKey.exponent attribute defined at extension gigyaservices.
    Generated method - Getter of the GigyaPublicKey.keyId attribute defined at extension gigyaservices.
    Generated method - Getter of the GigyaPublicKey.modulus attribute defined at extension gigyaservices.
    void
    Generated method - Setter of GigyaPublicKey.exponent attribute defined at extension gigyaservices.
    void
    Generated method - Setter of GigyaPublicKey.keyId attribute defined at extension gigyaservices.
    void
    Generated method - Setter of GigyaPublicKey.modulus attribute defined at extension gigyaservices.

    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:
    • KEYID

      public static final String KEYID
      Generated constant - Attribute key of GigyaPublicKey.keyId attribute defined at extension gigyaservices.
      See Also:
    • MODULUS

      public static final String MODULUS
      Generated constant - Attribute key of GigyaPublicKey.modulus attribute defined at extension gigyaservices.
      See Also:
    • EXPONENT

      public static final String EXPONENT
      Generated constant - Attribute key of GigyaPublicKey.exponent attribute defined at extension gigyaservices.
      See Also:
  • Constructor Details

    • GigyaPublicKeyModel

      public GigyaPublicKeyModel()
      Generated constructor - Default constructor for generic creation.
    • GigyaPublicKeyModel

      public GigyaPublicKeyModel(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
    • GigyaPublicKeyModel

      @Deprecated(since="4.1.1", forRemoval=true) public GigyaPublicKeyModel(String _exponent, String _keyId, String _modulus)
      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 - Constructor with all mandatory attributes.
      Parameters:
      _exponent - initial attribute declared by type GigyaPublicKey at extension gigyaservices
      _keyId - initial attribute declared by type GigyaPublicKey at extension gigyaservices
      _modulus - initial attribute declared by type GigyaPublicKey at extension gigyaservices
    • GigyaPublicKeyModel

      @Deprecated(since="4.1.1", forRemoval=true) public GigyaPublicKeyModel(String _exponent, String _keyId, String _modulus, 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:
      _exponent - initial attribute declared by type GigyaPublicKey at extension gigyaservices
      _keyId - initial attribute declared by type GigyaPublicKey at extension gigyaservices
      _modulus - initial attribute declared by type GigyaPublicKey at extension gigyaservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getExponent

      @Accessor(qualifier="exponent", type=GETTER) public String getExponent()
      Generated method - Getter of the GigyaPublicKey.exponent attribute defined at extension gigyaservices.
      Returns:
      the exponent - Exponent of public key
    • getKeyId

      @Accessor(qualifier="keyId", type=GETTER) public String getKeyId()
      Generated method - Getter of the GigyaPublicKey.keyId attribute defined at extension gigyaservices.
      Returns:
      the keyId - Key ID of public key
    • getModulus

      @Accessor(qualifier="modulus", type=GETTER) public String getModulus()
      Generated method - Getter of the GigyaPublicKey.modulus attribute defined at extension gigyaservices.
      Returns:
      the modulus - Modulus of public key
    • setExponent

      @Accessor(qualifier="exponent", type=SETTER) public void setExponent(String value)
      Generated method - Setter of GigyaPublicKey.exponent attribute defined at extension gigyaservices.
      Parameters:
      value - the exponent - Exponent of public key
    • setKeyId

      @Accessor(qualifier="keyId", type=SETTER) public void setKeyId(String value)
      Generated method - Setter of GigyaPublicKey.keyId attribute defined at extension gigyaservices.
      Parameters:
      value - the keyId - Key ID of public key
    • setModulus

      @Accessor(qualifier="modulus", type=SETTER) public void setModulus(String value)
      Generated method - Setter of GigyaPublicKey.modulus attribute defined at extension gigyaservices.
      Parameters:
      value - the modulus - Modulus of public key