java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.proxy.model.projection.HvlOAuthProxyDataModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlOAuthProxyDataModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A filtered data transfer object is used for proxy operations
See Also:
  • Field Details

    • SOURCE_PROFILE_ID_FIELD

      public static final String SOURCE_PROFILE_ID_FIELD
      The constant SOURCE_PROFILE_ID_FIELD
      See Also:
    • SOURCE_PROFILE_USER_USERNAME_FIELD

      public static final String SOURCE_PROFILE_USER_USERNAME_FIELD
      The constant SOURCE_PROFILE_USER_USERNAME_FIELD
      See Also:
    • SOURCE_USER_NAME_FIELD

      public static final String SOURCE_USER_NAME_FIELD
      The constant SOURCE_NAME_FIELD
      See Also:
    • SOURCE_USER_SURNAME_FIELD

      public static final String SOURCE_USER_SURNAME_FIELD
      The constant SOURCE_SURNAME_FIELD
      See Also:
    • TARGET_USER_ID_FIELD

      public static final String TARGET_USER_ID_FIELD
      The constant TARGET_USER_ID_FIELD
      See Also:
    • TARGET_USER_USERNAME_FIELD

      public static final String TARGET_USER_USERNAME_FIELD
      The constant TARGET_USER_USERNAME_FIELD
      See Also:
    • TARGET_USER_NAME_FIELD

      public static final String TARGET_USER_NAME_FIELD
      The constant TARGET_USER_NAME_FIELD
      See Also:
    • TARGET_USER_SURNAME_FIELD

      public static final String TARGET_USER_SURNAME_FIELD
      The constant TARGET_USER_SURNAME_FIELD
      See Also:
    • ROLE_NAME

      public static final String ROLE_NAME
      The constant ROLE_NAME_FIELD
      See Also:
    • TRUSTED_PROXY_ID_FIELD

      public static final String TRUSTED_PROXY_ID_FIELD
      The constant TRUSTED_PROXY_ID_FIELD
      See Also:
  • Constructor Details

    • HvlOAuthProxyDataModel

      public HvlOAuthProxyDataModel()
  • Method Details

    • getSourceProfileId

      public Long getSourceProfileId()
      Gets source profile id.
      Returns:
      the source profile id
    • setSourceProfileId

      public void setSourceProfileId(Long sourceProfileId)
      Sets source profile id.
      Parameters:
      sourceProfileId - the source profile id
    • getSourceProfileUserUsername

      public String getSourceProfileUserUsername()
      Gets source profile user username.
      Returns:
      the source profile user username
    • setSourceProfileUserUsername

      public void setSourceProfileUserUsername(String sourceProfileUserUsername)
      Sets source profile user username.
      Parameters:
      sourceProfileUserUsername - the source profile user username
    • getSourceUserName

      public String getSourceUserName()
      Gets source user name.
      Returns:
      the source user name
    • setSourceUserName

      public void setSourceUserName(String sourceUserName)
      Sets source user name.
      Parameters:
      sourceUserName - the source user name
    • getSourceUserSurname

      public String getSourceUserSurname()
      Gets source user surname.
      Returns:
      the source user surname
    • setSourceUserSurname

      public void setSourceUserSurname(String sourceUserSurname)
      Sets source user surname.
      Parameters:
      sourceUserSurname - the source user surname
    • getTargetUserId

      public Long getTargetUserId()
      Gets target user id.
      Returns:
      the target user id
    • setTargetUserId

      public void setTargetUserId(Long targetUserId)
      Sets target user id.
      Parameters:
      targetUserId - the target user id
    • getTargetUserUsername

      public String getTargetUserUsername()
      Gets target user username.
      Returns:
      the target user username
    • setTargetUserUsername

      public void setTargetUserUsername(String targetUserUsername)
      Sets target user username.
      Parameters:
      targetUserUsername - the target user username
    • getTargetUserName

      public String getTargetUserName()
      Gets target user name.
      Returns:
      the target user name
    • setTargetUserName

      public void setTargetUserName(String targetUserName)
      Sets target user name.
      Parameters:
      targetUserName - the target user name
    • getTargetUserSurname

      public String getTargetUserSurname()
      Gets target user surname.
      Returns:
      the target user surname
    • setTargetUserSurname

      public void setTargetUserSurname(String targetUserSurname)
      Sets target user surname.
      Parameters:
      targetUserSurname - the target user surname
    • getStartDate

      public OffsetDateTime getStartDate()
      Gets start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(OffsetDateTime startDate)
      Sets start date.
      Parameters:
      startDate - the start date
    • getEndDate

      public OffsetDateTime getEndDate()
      Gets end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(OffsetDateTime endDate)
      Sets end date.
      Parameters:
      endDate - the end date
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • 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
    • getName

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

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

      public String getRoleName()
      Gets role name.
      Returns:
      the role name
    • setRoleName

      public void setRoleName(String roleName)
      Sets role name.
      Parameters:
      roleName - the role name
    • getTrustedProxyId

      public Long getTrustedProxyId()
      Gets trusted proxy id.
      Returns:
      the trusted proxy id
    • setTrustedProxyId

      public void setTrustedProxyId(Long trustedProxyId)
      Sets trusted proxy id.
      Parameters:
      trustedProxyId - the trusted proxy id
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>