nl.surfnet.coin.selfservice.domain
Class License

java.lang.Object
  extended by 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
 
Method Summary
 String getContactEmail()
           
 String getContactFullName()
           
 String getDescription()
           
 Date getEndDate()
           
 String getIdentityName()
           
 String getProductName()
           
 Date getStartDate()
           
 String getSupplierName()
           
 void setContactEmail(String contactEmail)
           
 void setContactFullName(String contactFullName)
           
 void setDescription(String description)
           
 void setEndDate(Date endDate)
           
 void setIdentityName(String identityName)
           
 void setProductName(String productName)
           
 void setStartDate(Date startDate)
           
 void setSupplierName(String supplierName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

License

public License()
Default constructor

Method Detail

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.