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.HvlOAuthBasePredefinedProxy
tr.com.havelsan.javarch.oauth.jpa.data.provider.module.proxy.entity.HvlOAuthPredefinedProxy
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity>, tr.com.havelsan.javarch.data.commons.structure.HvlEntityStructure<Long>

@Entity public class HvlOAuthPredefinedProxy extends HvlOAuthBasePredefinedProxy
An entity class which defines predefined proxy fields
See Also:
  • Field Details

    • PREDEFINED_SOURCE_PROFILE_FOREIGN_KEY

      public static final String PREDEFINED_SOURCE_PROFILE_FOREIGN_KEY
      The constant PREDEFINED_SOURCE_PROFILE_FOREIGN KEY.
      See Also:
  • Constructor Details

    • HvlOAuthPredefinedProxy

      public HvlOAuthPredefinedProxy()
  • Method Details

    • getSourceProfile

      public HvlOAuthProfile getSourceProfile()
      Gets source profile.
      Returns:
      the source profile
    • setSourceProfile

      public void setSourceProfile(HvlOAuthProfile sourceProfile)
      Sets source profile.
      Parameters:
      sourceProfile - the source profile