public class LicenseData extends Object
| Constructor and Description |
|---|
LicenseData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
String |
getSignature() |
boolean |
isUnrestricted() |
void |
setId(String id) |
void |
setName(String name) |
void |
setSignature(String signature) |
void |
setUnrestricted(boolean unrestricted)
Sets the unrestricted.
|
public boolean isUnrestricted()
public void setUnrestricted(boolean unrestricted)
unrestricted - the new unrestrictedpublic String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getSignature()
public void setSignature(String signature)
signature - the signature to setCopyright © 2017 SAP SE. All Rights Reserved.