public class License extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
License.LicenseStatus |
| Constructor and Description |
|---|
License()
Default constructor
|
License(Date startDate,
Date endDate,
String licenseNumber,
String institutionName) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
String |
getInstitutionName() |
String |
getLicenseNumber() |
Date |
getStartDate() |
boolean |
isGroupLicense() |
boolean |
isValid() |
void |
setEndDate(Date endDate) |
void |
setGroupLicense(boolean groupLicense) |
void |
setInstitutionName(String institutionName) |
void |
setLicenseNumber(String licenseNumber) |
void |
setStartDate(Date startDate) |
String |
toString() |
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getLicenseNumber()
public void setLicenseNumber(String licenseNumber)
public String getInstitutionName()
public void setInstitutionName(String institutionName)
public boolean isGroupLicense()
public void setGroupLicense(boolean groupLicense)
public boolean isValid()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.