public class Product
extends java.lang.Object
| Constructor and Description |
|---|
Product() |
Product(java.lang.String productCode,
boolean isActive,
java.lang.String shortDesc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProductCode()
Gets the code of the product.
|
java.lang.String |
getShortDesc()
Gets the short description of the product.
|
boolean |
isIsActive()
Gets the activity status of the product.
|
void |
setIsActive(boolean isActive)
Sets the activity status of the product.
|
void |
setProductCode(java.lang.String productCode)
Sets the code of the product.
|
void |
setShortDesc(java.lang.String shortDesc)
Sets the short description of the product.
|
public Product()
public Product(java.lang.String productCode,
boolean isActive,
java.lang.String shortDesc)
public java.lang.String getProductCode()
public void setProductCode(java.lang.String productCode)
productCode - public boolean isIsActive()
public void setIsActive(boolean isActive)
isActive - public java.lang.String getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc - Copyright © Micro Focus 2004-2019. All rights reserved.