public class Product extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Product.ProductType |
Constructor and Description |
---|
Product() |
Modifier and Type | Method and Description |
---|---|
long |
getBaseStorage() |
Date |
getCreated() |
String |
getDescription() |
long |
getDuration() |
Date |
getExpirationDate() |
Date |
getModified() |
String |
getName() |
Integer |
getProductId() |
Product.ProductType |
getProductType() |
float |
getSortBy() |
boolean |
isActive() |
public Integer getProductId()
public boolean isActive()
public Date getCreated()
public Date getModified()
public float getSortBy()
public String getName()
public String getDescription()
public Product.ProductType getProductType()
public long getBaseStorage()
public long getDuration()
public Date getExpirationDate()
Copyright © 2014 Equilibrium. All rights reserved.