public class LicenseType extends Object implements Serializable
AccountInfo.getLicenseTypeId()
,
UserService.getLicenseTypes()
,
Serialized FormConstructor and Description |
---|
LicenseType(String id,
String name,
String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description for the license type.
|
String |
getId()
Gets the unique identifier for the license type.
|
String |
getName()
Gets the name for the license type.
|
int |
hashCode() |
String |
toString() |
public String getId()
public String getName()
public String getDescription()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>