java.lang.Object
tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>
tr.com.havelsan.javarch.domain.model.entity.HvlEntity
tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity
tr.com.havelsan.javarch.oauth.jpa.data.provider.module.proxy.entity.HvlOAuthBaseProxy
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>>, org.hibernate.engine.spi.Managed, org.hibernate.engine.spi.ManagedMappedSuperclass, org.hibernate.engine.spi.PrimeAmongSecondarySupertypes, tr.com.havelsan.javarch.data.commons.structure.HvlEntityStructure<Long>
Direct Known Subclasses:
HvlOAuthProxy, HvlOAuthProxyPersist

@MappedSuperclass public abstract class HvlOAuthBaseProxy extends tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity
An entity class which defines proxy fields
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      The constant TABLE_NAME.
      See Also:
    • SOURCE_PROFILE_ID_FIELD_COLUMN

      public static final String SOURCE_PROFILE_ID_FIELD_COLUMN
      The constant SOURCE_PROFILE_ID_FIELD_COLUMN.
      See Also:
    • TARGET_USER_ID_FIELD_COLUMN

      public static final String TARGET_USER_ID_FIELD_COLUMN
      The constant TARGET_USER_ID_FIELD_COLUMN.
      See Also:
    • TRUSTED_PROXY_ID_FIELD_COLUMN

      public static final String TRUSTED_PROXY_ID_FIELD_COLUMN
      The constant TRUSTED_PROXY_ID_FIELD_COLUMN.
      See Also:
    • START_DATE_FIELD_COLUMN

      public static final String START_DATE_FIELD_COLUMN
      The constant START_DATE_FIELD_COLUMN.
      See Also:
    • END_DATE_FIELD_COLUMN

      public static final String END_DATE_FIELD_COLUMN
      The constant END_DATE_FIELD_COLUMN.
      See Also:
    • INTEGRATION_CODE_FIELD_COLUMN

      public static final String INTEGRATION_CODE_FIELD_COLUMN
      The constant INTEGRATION_CODE_FIELD_COLUMN.
      See Also:
    • DESCRIPTION_FIELD_COLUMN

      public static final String DESCRIPTION_FIELD_COLUMN
      The constant DESCRIPTION_FIELD_COLUMN.
      See Also:
    • NAME_FIELD_COLUMN

      public static final String NAME_FIELD_COLUMN
      The constant NAME_FIELD_COLUMN.
      See Also:
    • UUID_UNIQUE_KEY

      public static final String UUID_UNIQUE_KEY
      The constant UUID_UNIQUE_KEY.
      See Also:
    • SOURCE_PROFILE_TARGET_USER_START_DATE_UNIQUE_KEY

      public static final String SOURCE_PROFILE_TARGET_USER_START_DATE_UNIQUE_KEY
      The constant SOURCE_PROFILE_TARGET_USER_START_DATE_UNIQUE_KEY.
      See Also:
    • INTEGRATION_CODE_UNIQUE_KEY

      public static final String INTEGRATION_CODE_UNIQUE_KEY
      The constant INTEGRATION_CODE_UNIQUE_KEY.
      See Also:
    • NAME_UNIQUE_KEY

      public static final String NAME_UNIQUE_KEY
      The constant NAME_UNIQUE_KEY.
      See Also:
    • SOURCE_PROFILE_INDEX

      public static final String SOURCE_PROFILE_INDEX
      The constant SOURCE_PROFILE_INDEX.
      See Also:
    • TARGET_USER_INDEX

      public static final String TARGET_USER_INDEX
      The constant TARGET_USER_INDEX.
      See Also:
    • TRUSTED_PROXY_INDEX

      public static final String TRUSTED_PROXY_INDEX
      The constant TRUSTED_PROXY_INDEX.
      See Also:
    • START_DATE_INDEX

      public static final String START_DATE_INDEX
      The constant START_DATE_INDEX.
      See Also:
    • END_DATE_INDEX

      public static final String END_DATE_INDEX
      The constant END_DATE_INDEX.
      See Also:
    • NAME_INDEX

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

    • HvlOAuthBaseProxy

      public HvlOAuthBaseProxy()
  • 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
    • 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
    • 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
    • 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
    • getName

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

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • 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
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>