Class HvlOAuthPredefinedProxyModel

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.HvlOAuthPredefinedProxyModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>
Direct Known Subclasses:
HvlOAuthPredefinedProxyPersistModel

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

    • NAME_FIELD_NAME

      public static final String NAME_FIELD_NAME
      The constant NAME_FIELD_NAME.
      See Also:
    • DESCRIPTION_FIELD_NAME

      public static final String DESCRIPTION_FIELD_NAME
      The constant DESCRIPTION_FIELD_NAME.
      See Also:
    • SOURCE_PROFILE_ID_FIELD_NAME

      public static final String SOURCE_PROFILE_ID_FIELD_NAME
      The constant SOURCE_PROFILE_ID_FIELD_NAME.
      See Also:
    • ROLE_ID_SET_FIELD_NAME

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

    • HvlOAuthPredefinedProxyModel

      public HvlOAuthPredefinedProxyModel()
  • Method Details

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