|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.license.WOWLicense
Method Summary | |
static WOWLicense |
createBuilderLicense(java.lang.String edition)
Create a new WOW builder license file for the given edition. |
static WOWLicense |
createBuilderLicense(java.lang.String edition,
int expDays,
int expPeriod,
int expYear)
Create a new WOW builder license file for the given edition. |
static WOWLicense |
createBuilderLicense(java.lang.String edition,
int expDays,
int expPeriod,
int expYear,
java.lang.String custName,
int custNum)
Create a new WOW builder license file for the given edition. |
static WOWLicense |
createBuilderLicense(java.lang.String edition,
java.lang.String custName,
int custNum)
Create a new WOW builder license file for the given edition. |
java.util.Date |
getCreationDate()
Get date license was created. |
java.lang.String |
getCreationUser()
Get the user who created this license. |
java.lang.String |
getCustomerName()
Get the customer's name this license was created for. |
int |
getCustomerNumber()
Get the customer's number this license was created for. |
java.util.Date |
getDateFirstRead()
Get the date this license file was first read by WOW. |
java.lang.String |
getEdition()
|
int |
getExpirationDays()
Get the number of days before this license expires. |
int |
getExpirationPeriod()
Get the expiration period of this license. |
int |
getExpirationYear()
Get the expiration year of this license. |
java.lang.String |
getLicenseType()
Get this license's type. |
int |
getMajorVersion()
Get the minor version of the license file. |
int |
getMinorVersion()
Get the minor version of the license file. |
java.lang.String |
getNotes()
Get notes that were added when license was created. |
int |
getNumberOfAllowedOperations()
Get the number of allowed operations. |
java.lang.String |
getValidationType()
Get the type of validation to use for this license. |
void |
setCreationDate(java.util.Date date)
Set the date license was created. |
void |
setCreationUser(java.lang.String user)
Set the user who created license. |
void |
setCustomerName(java.lang.String name)
Set the customer name for this license. |
void |
setCustomerNumber(int customerNumber)
Set the customer number for this license. |
void |
setDateFirstRead(java.util.Date date)
Set the date this license was first read. |
void |
setEdition(java.lang.String edition)
Set the number of days before this license expires. |
void |
setExpirationDays(int days)
Set the number of days before this license expires. |
void |
setExpirationPeriod(int period)
Set the period this license will expire. |
void |
setExpirationYear(int year)
Set the year this license expires. |
void |
setLicenseType(java.lang.String type)
Set this license's type. |
void |
setMajorVersion(int version)
Set the major version of this license. |
void |
setMinorVersion(int version)
Set the minor version of this license. |
void |
setNotes(java.lang.String notes)
Set notes on this license. |
void |
setNumberOfAllowedOperations(int number)
Set the number of operations allowed. |
void |
setValidationType(java.lang.String type)
Set the type of validation to use to validate this license. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static WOWLicense createBuilderLicense(java.lang.String edition)
public static WOWLicense createBuilderLicense(java.lang.String edition, java.lang.String custName, int custNum)
public static WOWLicense createBuilderLicense(java.lang.String edition, int expDays, int expPeriod, int expYear)
public static WOWLicense createBuilderLicense(java.lang.String edition, int expDays, int expPeriod, int expYear, java.lang.String custName, int custNum)
public java.lang.String getEdition()
public int getExpirationDays()
public int getExpirationPeriod()
public int getExpirationYear()
public int getNumberOfAllowedOperations()
public java.lang.String getValidationType()
public java.util.Date getCreationDate()
public java.lang.String getCreationUser()
public java.lang.String getCustomerName()
public int getCustomerNumber()
public java.util.Date getDateFirstRead()
public java.lang.String getLicenseType()
public int getMajorVersion()
public int getMinorVersion()
public java.lang.String getNotes()
public void setCustomerNumber(int customerNumber)
public void setDateFirstRead(java.util.Date date)
public void setCreationDate(java.util.Date date)
public void setCreationUser(java.lang.String user)
public void setCustomerName(java.lang.String name)
public void setExpirationPeriod(int period)
public void setEdition(java.lang.String edition)
public void setExpirationDays(int days)
public void setExpirationYear(int year)
public void setLicenseType(java.lang.String type)
public void setMajorVersion(int version)
public void setMinorVersion(int version)
public void setNumberOfAllowedOperations(int number)
public void setValidationType(java.lang.String type)
public void setNotes(java.lang.String notes)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |