public class Entitlement extends Object
Modifier and Type | Field and Description |
---|---|
protected EntitlementType |
type |
protected int |
value |
Constructor and Description |
---|
Entitlement() |
Modifier and Type | Method and Description |
---|---|
EntitlementType |
getType() |
int |
getValue() |
void |
setType(EntitlementType type) |
void |
setValue(int value) |
String |
toString() |
protected EntitlementType type
protected int value
public EntitlementType getType()
public void setType(EntitlementType type)
public int getValue()
public void setValue(int value)
Copyright © 2023 CrafterCMS. All rights reserved.