java.lang.Object
tr.com.havelsan.javarch.oauth.jpa.data.common.module.support.acquired.model.projection.HvlOAuthAcquiredUserDetailDataModel
All Implemented Interfaces:
Serializable

public class HvlOAuthAcquiredUserDetailDataModel extends Object implements Serializable
The type is data transfer object that it is used to fetch data from projection operations.
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthAcquiredUserDetailDataModel

      public HvlOAuthAcquiredUserDetailDataModel()
  • Method Details

    • getUserDetailUuid

      public String getUserDetailUuid()
      Gets user detail uuid.
      Returns:
      the user detail uuid
    • setUserDetailUuid

      public void setUserDetailUuid(String userDetailUuid)
      Sets user detail uuid.
      Parameters:
      userDetailUuid - the user detail uuid
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getSurname

      public String getSurname()
      Gets surname.
      Returns:
      the surname
    • setSurname

      public void setSurname(String surname)
      Sets surname.
      Parameters:
      surname - the surname
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Sets email.
      Parameters:
      email - the email
    • getMobileNumber

      public String getMobileNumber()
      Gets mobile number.
      Returns:
      the mobile number
    • setMobileNumber

      public void setMobileNumber(String mobileNumber)
      Sets mobile number.
      Parameters:
      mobileNumber - the mobile number
    • getIntegrationCode

      public String getIntegrationCode()
      Gets integration code.
      Returns:
      the integration code
    • setIntegrationCode

      public void setIntegrationCode(String integrationCode)
      Sets integration code.
      Parameters:
      integrationCode - the integration code
    • getPersonalIdentifier

      public String getPersonalIdentifier()
      Gets personal identifier.
      Returns:
      the personal identifier
    • setPersonalIdentifier

      public void setPersonalIdentifier(String personalIdentifier)
      Sets personal identifier.
      Parameters:
      personalIdentifier - the personal identifier
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object