Class License
- java.lang.Object
-
- io.dataease.plugins.common.base.domain.License
-
- All Implemented Interfaces:
Serializable
public class License extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description License()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetF2cLicense()This method was generated by MyBatis Generator.StringgetId()This method was generated by MyBatis Generator.StringgetLicense()This method was generated by MyBatis Generator.DategetUpdateTime()This method was generated by MyBatis Generator.voidsetF2cLicense(String f2cLicense)This method was generated by MyBatis Generator.voidsetId(String id)This method was generated by MyBatis Generator.voidsetLicense(String license)This method was generated by MyBatis Generator.voidsetUpdateTime(Date updateTime)This method was generated by MyBatis Generator.
-
-
-
Method Detail
-
getId
public String getId()
This method was generated by MyBatis Generator. This method returns the value of the database column license.id- Returns:
- the value of license.id
-
setId
public void setId(String id)
This method was generated by MyBatis Generator. This method sets the value of the database column license.id- Parameters:
id- the value for license.id
-
getUpdateTime
public Date getUpdateTime()
This method was generated by MyBatis Generator. This method returns the value of the database column license.update_time- Returns:
- the value of license.update_time
-
setUpdateTime
public void setUpdateTime(Date updateTime)
This method was generated by MyBatis Generator. This method sets the value of the database column license.update_time- Parameters:
updateTime- the value for license.update_time
-
getLicense
public String getLicense()
This method was generated by MyBatis Generator. This method returns the value of the database column license.license- Returns:
- the value of license.license
-
setLicense
public void setLicense(String license)
This method was generated by MyBatis Generator. This method sets the value of the database column license.license- Parameters:
license- the value for license.license
-
getF2cLicense
public String getF2cLicense()
This method was generated by MyBatis Generator. This method returns the value of the database column license.f2c_license- Returns:
- the value of license.f2c_license
-
setF2cLicense
public void setF2cLicense(String f2cLicense)
This method was generated by MyBatis Generator. This method sets the value of the database column license.f2c_license- Parameters:
f2cLicense- the value for license.f2c_license
-
-