Class HvlOAuthProfileDetailDataImportModel

java.lang.Object
tr.com.havelsan.javarch.oauth.jpa.data.common.module.profile.model.HvlOAuthProfileDetailDataImportModel
All Implemented Interfaces:
Serializable

public class HvlOAuthProfileDetailDataImportModel extends Object implements Serializable
A data transfer object is used for profile detail import operations.
See Also:
  • Constructor Details

    • HvlOAuthProfileDetailDataImportModel

      public HvlOAuthProfileDetailDataImportModel()
  • Method Details

    • getProfileDetailType

      public String getProfileDetailType()
      Gets profile detail type.
      Returns:
      the profile detail type
    • setProfileDetailType

      public void setProfileDetailType(String profileDetailType)
      Sets profile detail type.
      Parameters:
      profileDetailType - the profile detail type
    • getName

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

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

      public String getParentIntegrationCode()
      Gets parent integration code.
      Returns:
      the parent integration code
    • setParentIntegrationCode

      public void setParentIntegrationCode(String parentIntegrationCode)
      Sets parent integration code.
      Parameters:
      parentIntegrationCode - the parent integration code
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toJson

      public String toJson()
      Returns a Json representation of the object
      Returns:
      string