@Entity public class License extends Object
Constructor and Description |
---|
License() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDates() |
Long |
getId() |
byte[] |
getLicenseData() |
byte[] |
getPublicKey() |
void |
setDates(byte[] dates) |
void |
setId(Long id) |
void |
setLicenseData(byte[] licenseData) |
void |
setPublicKey(byte[] publicKey) |
public Long getId()
public void setId(Long id)
public byte[] getLicenseData()
public void setLicenseData(byte[] licenseData)
public byte[] getPublicKey()
public void setPublicKey(byte[] publicKey)
public byte[] getDates()
public void setDates(byte[] dates)
Copyright © 2019 Suncode. All rights reserved.