com.jamasoftware.contour.domain
Class LicenseModule
java.lang.Object
com.jamasoftware.contour.domain.LicenseModule
- All Implemented Interfaces:
- java.io.Serializable
public class LicenseModule
- extends java.lang.Object
- implements java.io.Serializable
A license for a module.
- Author:
- sean
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LICENSE_MODULE_JIRA_INTEGRATION
public static final LicenseModule LICENSE_MODULE_JIRA_INTEGRATION
LICENSE_MODULE_RALLY_INTEGRATION
public static final LicenseModule LICENSE_MODULE_RALLY_INTEGRATION
LICENSE_MODULE_EA_CONNECTOR
public static final LicenseModule LICENSE_MODULE_EA_CONNECTOR
LICENSE_MODULE_SBS_CONNECTOR
public static final LicenseModule LICENSE_MODULE_SBS_CONNECTOR
LICENSE_MODULE_CROWD_CONNECTOR
public static final LicenseModule LICENSE_MODULE_CROWD_CONNECTOR
LicenseModule
public LicenseModule()
LicenseModule
public LicenseModule(java.lang.String name,
java.lang.String description)
LicenseModule
public LicenseModule(java.lang.String name,
java.lang.String description,
java.util.Date expirationDate)
LicenseModule
public LicenseModule(LicenseModule licenseModule)
LicenseModule
public LicenseModule(LicenseModule licenseModule,
java.util.Date expirationDate)
LicenseModule
public LicenseModule(java.lang.String name,
java.util.Date expDate)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getExpirationDate
public java.util.Date getExpirationDate()
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.