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
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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofGigyaPublicKey.exponentattribute defined at extensiongigyaservices.static final StringGenerated constant - Attribute key ofGigyaPublicKey.keyIdattribute defined at extensiongigyaservices.static final StringGenerated constant - Attribute key ofGigyaPublicKey.modulusattribute defined at extensiongigyaservices.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.GigyaPublicKeyModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextGigyaPublicKeyModel(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 parametersGigyaPublicKeyModel(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 TypeMethodDescriptionGenerated method - Getter of theGigyaPublicKey.exponentattribute defined at extensiongigyaservices.getKeyId()Generated method - Getter of theGigyaPublicKey.keyIdattribute defined at extensiongigyaservices.Generated method - Getter of theGigyaPublicKey.modulusattribute defined at extensiongigyaservices.voidsetExponent(String value) Generated method - Setter ofGigyaPublicKey.exponentattribute defined at extensiongigyaservices.voidGenerated method - Setter ofGigyaPublicKey.keyIdattribute defined at extensiongigyaservices.voidsetModulus(String value) Generated method - Setter ofGigyaPublicKey.modulusattribute defined at extensiongigyaservices.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:
-
KEYID
Generated constant - Attribute key ofGigyaPublicKey.keyIdattribute defined at extensiongigyaservices.- See Also:
-
MODULUS
Generated constant - Attribute key ofGigyaPublicKey.modulusattribute defined at extensiongigyaservices.- See Also:
-
EXPONENT
Generated constant - Attribute key ofGigyaPublicKey.exponentattribute defined at extensiongigyaservices.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_exponent- initial attribute declared by typeGigyaPublicKeyat extensiongigyaservices_keyId- initial attribute declared by typeGigyaPublicKeyat extensiongigyaservices_modulus- initial attribute declared by typeGigyaPublicKeyat extensiongigyaservices
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_exponent- initial attribute declared by typeGigyaPublicKeyat extensiongigyaservices_keyId- initial attribute declared by typeGigyaPublicKeyat extensiongigyaservices_modulus- initial attribute declared by typeGigyaPublicKeyat extensiongigyaservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getExponent
Generated method - Getter of theGigyaPublicKey.exponentattribute defined at extensiongigyaservices.- Returns:
- the exponent - Exponent of public key
-
getKeyId
Generated method - Getter of theGigyaPublicKey.keyIdattribute defined at extensiongigyaservices.- Returns:
- the keyId - Key ID of public key
-
getModulus
Generated method - Getter of theGigyaPublicKey.modulusattribute defined at extensiongigyaservices.- Returns:
- the modulus - Modulus of public key
-
setExponent
Generated method - Setter ofGigyaPublicKey.exponentattribute defined at extensiongigyaservices.- Parameters:
value- the exponent - Exponent of public key
-
setKeyId
Generated method - Setter ofGigyaPublicKey.keyIdattribute defined at extensiongigyaservices.- Parameters:
value- the keyId - Key ID of public key
-
setModulus
Generated method - Setter ofGigyaPublicKey.modulusattribute defined at extensiongigyaservices.- Parameters:
value- the modulus - Modulus of public key
-