Class HvlOAuthProfileDetailNameModel

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

public class HvlOAuthProfileDetailNameModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for profile detail operations.
See Also:
  • Constructor Details

    • HvlOAuthProfileDetailNameModel

      public HvlOAuthProfileDetailNameModel()
      Instantiates a new Hvl o auth profile detail name model.
    • HvlOAuthProfileDetailNameModel

      public HvlOAuthProfileDetailNameModel(String name, String locale)
      Instantiates a new Hvl o auth profile detail name model.
      Parameters:
      name - the name
      locale - the locale
  • Method Details

    • getName

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

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

      public String getLocale()
      Gets locale.
      Returns:
      the locale
    • setLocale

      public void setLocale(String locale)
      Sets locale.
      Parameters:
      locale - the locale
    • getProfileDetailId

      public Long getProfileDetailId()
      Gets profile detail id.
      Returns:
      the profile detail id
    • setProfileDetailId

      public void setProfileDetailId(Long profileDetailId)
      Sets profile detail id.
      Parameters:
      profileDetailId - the profile detail 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>