|
Abeona 2012.1 API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objecteu.beesoft.abeona.Product
public final class Product
This class encapsulates typical features needed for creation of application ( = product) license:
| Constructor Summary | |
|---|---|
Product()
Default constructor - creates empty instance of Product. |
|
Product(Product product)
Copy constructor - creates instance of Product from given pattern. |
|
| Method Summary | |
|---|---|
long |
getCreated()
Returns date when this instance was created and stored to database. |
java.lang.Integer |
getId()
Returns unique identifier of this record. |
java.lang.String |
getLicenseTemplate()
Returns license template of this product. |
long |
getModified()
Returns date when this instance was last modified and stored to database. |
java.lang.String |
getName()
Returns name of this record. |
java.lang.String |
getPrivateKey()
Returns encoded private key of this product. |
java.lang.String |
getPublicKey()
Returns encoded public key of this product. |
java.lang.String |
toString()
Returns text representation of this record (calls getName()). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Product()
public Product(Product product)
| Method Detail |
|---|
public java.lang.Integer getId()
public long getCreated()
public long getModified()
public java.lang.String getName()
public java.lang.String getPublicKey()
public java.lang.String getPrivateKey()
public java.lang.String getLicenseTemplate()
public java.lang.String toString()
getName()).
toString in class java.lang.Object
|
Abeona 2012.1 API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||