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:
UserEndpoint
-
-
Constructor Summary
Constructors Constructor Description ApplicationRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getApplicationId()
int
hashCode()
void
setApplicationId(String applicationId)
String
toString()
-