nl.surfnet.coin.selfservice.domain
Class License
java.lang.Object
nl.surfnet.coin.selfservice.domain.License
- All Implemented Interfaces:
- Serializable
public class License
- extends Object
- implements Serializable
License (for software, SaaS, or other) that belongs to an institute, group of
individual. A license is typically retrieved from the LMNG.
- See Also:
- Serialized Form
|
Constructor Summary |
License()
Default constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
License
public License()
- Default constructor
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getProductName
public String getProductName()
setProductName
public void setProductName(String productName)
getIdentityName
public String getIdentityName()
setIdentityName
public void setIdentityName(String identityName)
getContactFullName
public String getContactFullName()
setContactFullName
public void setContactFullName(String contactFullName)
getContactEmail
public String getContactEmail()
setContactEmail
public void setContactEmail(String contactEmail)
getSupplierName
public String getSupplierName()
setSupplierName
public void setSupplierName(String supplierName)
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.