public final class License extends Object implements Serializable
| Constructor and Description |
|---|
License() |
License(String uuid,
String product,
String productVersion,
Long maxHost,
String address,
String owner,
String operatingSystem,
String company,
Long maxUser,
org.joda.time.DateTime created,
org.joda.time.DateTime modified,
org.joda.time.DateTime dueDate,
String description,
Boolean remote,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress()
Getter to get the address
|
String |
getCompany()
Getter to get the company
|
org.joda.time.DateTime |
getCreated()
Getter to get the created
|
String |
getDescription()
Getter to get the description
|
org.joda.time.DateTime |
getDueDate()
Getter to get the dueDate
|
Long |
getMaxHost()
Getter to get the max host
|
Long |
getMaxUser()
Getter to get the maxUser
|
org.joda.time.DateTime |
getModified()
Getter to get the modified
|
String |
getOperatingSystem()
Getter to get the operatingSystem
|
String |
getOwner()
Getter to get the owner
|
String |
getProduct()
Getter to get the product
|
String |
getProductVersion()
Getter to get the product version
|
Properties |
getProperties()
Getter to get the properties.
|
Boolean |
getRemote() |
String |
getSignature() |
List<User> |
getUsers() |
String |
getUuid()
Getter to get the uuid
|
int |
hashCode() |
void |
setAddress(String address)
Setter to set the address
|
void |
setCompany(String company)
Setter to set the company
|
void |
setCreated(org.joda.time.DateTime created)
Setter to set the created
|
void |
setDescription(String description)
Setter to set the description
|
void |
setDueDate(org.joda.time.DateTime dueDate)
Setter to set the dueDate
|
void |
setMaxHost(Long maxHost)
Setter to set the max host
|
void |
setMaxUser(Long maxUser)
Setter to set the maxUser
|
void |
setModified(org.joda.time.DateTime modified)
Setter to set the modified
|
void |
setOperatingSystem(String operatingSystem)
Setter to set the operatingSystem
|
void |
setOwner(String owner)
Setter to set the owner
|
void |
setProduct(String product)
Setter to set the product
|
void |
setProductVersion(String productVersion)
Setter to set the product version
|
void |
setProperties(Properties properties)
Setter to set the properties.
|
void |
setRemote(Boolean remote) |
void |
setSignature(String signature) |
void |
setUsers(List<User> users) |
void |
setUuid(String uuid)
Setter to set the uuid
|
String |
toString() |
public License()
public License(String uuid, String product, String productVersion, Long maxHost, String address, String owner, String operatingSystem, String company, Long maxUser, org.joda.time.DateTime created, org.joda.time.DateTime modified, org.joda.time.DateTime dueDate, String description, Boolean remote, Properties properties)
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getProduct()
public void setProduct(String product)
product - the product to setpublic String getProductVersion()
public void setProductVersion(String productVersion)
productVersion - the product version to setpublic Long getMaxHost()
public void setMaxHost(Long maxHost)
maxHost - the max host to setpublic String getAddress()
public void setAddress(String address)
address - the address to setpublic String getOwner()
public void setOwner(String owner)
owner - the owner to setpublic String getOperatingSystem()
public void setOperatingSystem(String operatingSystem)
operatingSystem - the operatingSystem to setpublic String getCompany()
public void setCompany(String company)
company - the company to setpublic Long getMaxUser()
public void setMaxUser(Long maxUser)
maxUser - the maxUser to setpublic org.joda.time.DateTime getCreated()
public void setCreated(org.joda.time.DateTime created)
created - the created to setpublic org.joda.time.DateTime getModified()
public void setModified(org.joda.time.DateTime modified)
modified - the modified to setpublic org.joda.time.DateTime getDueDate()
public void setDueDate(org.joda.time.DateTime dueDate)
dueDate - the dueDate to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Boolean getRemote()
public void setRemote(Boolean remote)
public String getSignature()
public void setSignature(String signature)
public Properties getProperties()
public void setProperties(Properties properties)
properties - to setCopyright © 2017 PAWLIDI.DE. All rights reserved.