Package com.suncode.pwfl.license
Class License
java.lang.Object
com.suncode.pwfl.license.License
Klasa mapująca tabelę w bazie danych pm_license
- Author:
- Rafał Nowacki 10-05-2013
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getDates()getId()byte[]byte[]voidsetDates(byte[] dates) voidvoidsetLicenseData(byte[] licenseData) voidsetPublicKey(byte[] publicKey)
-
Constructor Details
-
License
public License()
-
-
Method Details
-
getId
-
setId
-
getLicenseData
public byte[] getLicenseData() -
setLicenseData
public void setLicenseData(byte[] licenseData) -
getPublicKey
public byte[] getPublicKey() -
setPublicKey
public void setPublicKey(byte[] publicKey) -
getDates
public byte[] getDates() -
setDates
public void setDates(byte[] dates)
-