Class SAPUserVerificationTokenModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.user.SAPUserVerificationTokenModel
All Implemented Interfaces:
Serializable

public class SAPUserVerificationTokenModel extends ItemModel
Generated model class for type SAPUserVerificationToken first defined at extension core.
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 SAPUserVerificationToken.encodedTokenCode attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SAPUserVerificationToken.expirationTime attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SAPUserVerificationToken.failedVerificationAttempts attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SAPUserVerificationToken.hashedTokenId attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SAPUserVerificationToken.tokenEncoding attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SAPUserVerificationToken.uid attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SAPUserVerificationToken.verificationPurpose attribute defined at extension core.

    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.
    SAPUserVerificationTokenModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    SAPUserVerificationTokenModel(String _encodedTokenCode, Date _expirationTime, String _hashedTokenId, ItemModel _owner, String _uid, SAPUserVerificationPurpose _verificationPurpose)
    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
    SAPUserVerificationTokenModel(String _encodedTokenCode, Date _expirationTime, String _hashedTokenId, String _uid, SAPUserVerificationPurpose _verificationPurpose)
    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 SAPUserVerificationToken.encodedTokenCode attribute defined at extension core.
    Generated method - Getter of the SAPUserVerificationToken.expirationTime attribute defined at extension core.
    Generated method - Getter of the SAPUserVerificationToken.failedVerificationAttempts attribute defined at extension core.
    Generated method - Getter of the SAPUserVerificationToken.hashedTokenId attribute defined at extension core.
    Generated method - Getter of the SAPUserVerificationToken.tokenEncoding attribute defined at extension core.
    Generated method - Getter of the SAPUserVerificationToken.uid attribute defined at extension core.
    Generated method - Getter of the SAPUserVerificationToken.verificationPurpose attribute defined at extension core.
    void
    Generated method - Initial setter of SAPUserVerificationToken.encodedTokenCode attribute defined at extension core.
    void
    Generated method - Initial setter of SAPUserVerificationToken.expirationTime attribute defined at extension core.
    void
    Generated method - Setter of SAPUserVerificationToken.failedVerificationAttempts attribute defined at extension core.
    void
    Generated method - Initial setter of SAPUserVerificationToken.hashedTokenId attribute defined at extension core.
    void
    Generated method - Initial setter of SAPUserVerificationToken.tokenEncoding attribute defined at extension core.
    void
    setUid(String value)
    Generated method - Initial setter of SAPUserVerificationToken.uid attribute defined at extension core.
    void
    Generated method - Initial setter of SAPUserVerificationToken.verificationPurpose attribute defined at extension core.

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

      public static final String HASHEDTOKENID
      Generated constant - Attribute key of SAPUserVerificationToken.hashedTokenId attribute defined at extension core.
      See Also:
    • ENCODEDTOKENCODE

      public static final String ENCODEDTOKENCODE
      Generated constant - Attribute key of SAPUserVerificationToken.encodedTokenCode attribute defined at extension core.
      See Also:
    • TOKENENCODING

      public static final String TOKENENCODING
      Generated constant - Attribute key of SAPUserVerificationToken.tokenEncoding attribute defined at extension core.
      See Also:
    • UID

      public static final String UID
      Generated constant - Attribute key of SAPUserVerificationToken.uid attribute defined at extension core.
      See Also:
    • VERIFICATIONPURPOSE

      public static final String VERIFICATIONPURPOSE
      Generated constant - Attribute key of SAPUserVerificationToken.verificationPurpose attribute defined at extension core.
      See Also:
    • EXPIRATIONTIME

      public static final String EXPIRATIONTIME
      Generated constant - Attribute key of SAPUserVerificationToken.expirationTime attribute defined at extension core.
      See Also:
    • FAILEDVERIFICATIONATTEMPTS

      public static final String FAILEDVERIFICATIONATTEMPTS
      Generated constant - Attribute key of SAPUserVerificationToken.failedVerificationAttempts attribute defined at extension core.
      See Also:
  • Constructor Details

    • SAPUserVerificationTokenModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPUserVerificationTokenModel(String _encodedTokenCode, Date _expirationTime, String _hashedTokenId, String _uid, SAPUserVerificationPurpose _verificationPurpose)
      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:
      _encodedTokenCode - initial attribute declared by type SAPUserVerificationToken at extension core
      _expirationTime - initial attribute declared by type SAPUserVerificationToken at extension core
      _hashedTokenId - initial attribute declared by type SAPUserVerificationToken at extension core
      _uid - initial attribute declared by type SAPUserVerificationToken at extension core
      _verificationPurpose - initial attribute declared by type SAPUserVerificationToken at extension core
    • SAPUserVerificationTokenModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPUserVerificationTokenModel(String _encodedTokenCode, Date _expirationTime, String _hashedTokenId, ItemModel _owner, String _uid, SAPUserVerificationPurpose _verificationPurpose)
      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:
      _encodedTokenCode - initial attribute declared by type SAPUserVerificationToken at extension core
      _expirationTime - initial attribute declared by type SAPUserVerificationToken at extension core
      _hashedTokenId - initial attribute declared by type SAPUserVerificationToken at extension core
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type SAPUserVerificationToken at extension core
      _verificationPurpose - initial attribute declared by type SAPUserVerificationToken at extension core
  • Method Details

    • getEncodedTokenCode

      @Accessor(qualifier="encodedTokenCode", type=GETTER) public String getEncodedTokenCode()
      Generated method - Getter of the SAPUserVerificationToken.encodedTokenCode attribute defined at extension core.
      Returns:
      the encodedTokenCode
    • getExpirationTime

      @Accessor(qualifier="expirationTime", type=GETTER) public Date getExpirationTime()
      Generated method - Getter of the SAPUserVerificationToken.expirationTime attribute defined at extension core.
      Returns:
      the expirationTime - The date/time when the one time token will expire
    • getFailedVerificationAttempts

      @Accessor(qualifier="failedVerificationAttempts", type=GETTER) public Integer getFailedVerificationAttempts()
      Generated method - Getter of the SAPUserVerificationToken.failedVerificationAttempts attribute defined at extension core.
      Returns:
      the failedVerificationAttempts
    • getHashedTokenId

      @Accessor(qualifier="hashedTokenId", type=GETTER) public String getHashedTokenId()
      Generated method - Getter of the SAPUserVerificationToken.hashedTokenId attribute defined at extension core.
      Returns:
      the hashedTokenId
    • getTokenEncoding

      @Accessor(qualifier="tokenEncoding", type=GETTER) public String getTokenEncoding()
      Generated method - Getter of the SAPUserVerificationToken.tokenEncoding attribute defined at extension core.
      Returns:
      the tokenEncoding
    • getUid

      @Accessor(qualifier="uid", type=GETTER) public String getUid()
      Generated method - Getter of the SAPUserVerificationToken.uid attribute defined at extension core.
      Returns:
      the uid
    • getVerificationPurpose

      @Accessor(qualifier="verificationPurpose", type=GETTER) public SAPUserVerificationPurpose getVerificationPurpose()
      Generated method - Getter of the SAPUserVerificationToken.verificationPurpose attribute defined at extension core.
      Returns:
      the verificationPurpose - Verification purpose of the token.
    • setEncodedTokenCode

      @Accessor(qualifier="encodedTokenCode", type=SETTER) public void setEncodedTokenCode(String value)
      Generated method - Initial setter of SAPUserVerificationToken.encodedTokenCode attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the encodedTokenCode
    • setExpirationTime

      @Accessor(qualifier="expirationTime", type=SETTER) public void setExpirationTime(Date value)
      Generated method - Initial setter of SAPUserVerificationToken.expirationTime attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the expirationTime - The date/time when the one time token will expire
    • setFailedVerificationAttempts

      @Accessor(qualifier="failedVerificationAttempts", type=SETTER) public void setFailedVerificationAttempts(Integer value)
      Generated method - Setter of SAPUserVerificationToken.failedVerificationAttempts attribute defined at extension core.
      Parameters:
      value - the failedVerificationAttempts
    • setHashedTokenId

      @Accessor(qualifier="hashedTokenId", type=SETTER) public void setHashedTokenId(String value)
      Generated method - Initial setter of SAPUserVerificationToken.hashedTokenId attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the hashedTokenId
    • setTokenEncoding

      @Accessor(qualifier="tokenEncoding", type=SETTER) public void setTokenEncoding(String value)
      Generated method - Initial setter of SAPUserVerificationToken.tokenEncoding attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the tokenEncoding
    • setUid

      @Accessor(qualifier="uid", type=SETTER) public void setUid(String value)
      Generated method - Initial setter of SAPUserVerificationToken.uid attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the uid
    • setVerificationPurpose

      @Accessor(qualifier="verificationPurpose", type=SETTER) public void setVerificationPurpose(SAPUserVerificationPurpose value)
      Generated method - Initial setter of SAPUserVerificationToken.verificationPurpose attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the verificationPurpose - Verification purpose of the token.