public class Restriction extends Object implements Serializable
Constructor and Description |
---|
Restriction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object businessInstance) |
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() |
Copyright © 2021. All rights reserved.