Uses of Class
com.parthparekh.api.ProductStatus

Packages that use ProductStatus
com.parthparekh.api   
 

Uses of ProductStatus in com.parthparekh.api
 

Fields in com.parthparekh.api declared as ProductStatus
protected  ProductStatus Product.status
           
 

Methods in com.parthparekh.api that return ProductStatus
 ProductStatus Product.getStatus()
           
static ProductStatus ProductStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProductStatus[] ProductStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.parthparekh.api with parameters of type ProductStatus
 Product Product.setStatus(ProductStatus status)
           
 

Constructors in com.parthparekh.api with parameters of type ProductStatus
Product(java.lang.String productName, java.lang.String description, ProductStatus status, java.math.BigDecimal price)