Class ApplicationRef

java.lang.Object
com.broadleafcommerce.auth.resource.domain.ApplicationRef

public class ApplicationRef extends Object
A DTO intended to hold just the applicationId of a user-application relationship.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • ApplicationRef

      public ApplicationRef()
  • Method Details

    • getApplicationId

      public String getApplicationId()
    • setApplicationId

      public void setApplicationId(String applicationId)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object