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

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

  • Constructor Details

    • HvlOAuthProfileDetailDataModel

      public HvlOAuthProfileDetailDataModel()
  • Method Details

    • getName

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

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

      public Long getTypeId()
      Gets type id.
      Returns:
      the type id
    • setTypeId

      public void setTypeId(Long typeId)
      Sets type id.
      Parameters:
      typeId - the type id
    • getTypeDescription

      public String getTypeDescription()
      Gets type description.
      Returns:
      the type description
    • setTypeDescription

      public void setTypeDescription(String typeDescription)
      Sets type description.
      Parameters:
      typeDescription - the type description
    • isHasChildren

      public boolean isHasChildren()
      Is has children boolean.
      Returns:
      the boolean
    • setHasChildren

      public void setHasChildren(boolean hasChildren)
      Sets has children.
      Parameters:
      hasChildren - the has children
    • getParentId

      public Long getParentId()
      Gets parent id.
      Returns:
      the parent id
    • setParentId

      public void setParentId(Long parentId)
      Sets parent id.
      Parameters:
      parentId - the parent id
    • 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.dto.model.HvlSimpleModel<Long>
    • hashCode

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