Class Restriction
- java.lang.Object
-
- com.broadleafcommerce.auth.resource.domain.Restriction
-
- All Implemented Interfaces:
Serializable
public class Restriction extends Object implements Serializable
A DTO used to represent a restriction on the data in which a user has access.- Author:
- Nick Crum (ncrum)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Restriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Set<String>
getTargets()
Represents the targets of the restriction.String
getType()
Represents the type of the restriction.int
hashCode()
void
setTargets(Set<String> targets)
Represents the targets of the restriction.void
setType(String type)
Represents the type of the restriction.String
toString()
-