public class ProductCode extends Object implements Serializable
Constructor and Description |
---|
ProductCode() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getProductCodeId()
The product code.
|
String |
getProductCodeType()
The type of product code.
|
int |
hashCode() |
void |
setProductCodeId(String productCodeId)
The product code.
|
void |
setProductCodeType(ProductCodeValues productCodeType)
The type of product code.
|
void |
setProductCodeType(String productCodeType)
The type of product code.
|
String |
toString() |
public void setProductCodeId(String productCodeId)
The product code.
productCodeId
- The product code.public String getProductCodeId()
The product code.
public void setProductCodeType(String productCodeType)
The type of product code.
productCodeType
- The type of product code.ProductCodeValues
public String getProductCodeType()
The type of product code.
ProductCodeValues
public void setProductCodeType(ProductCodeValues productCodeType)
The type of product code.
productCodeType
- The type of product code.ProductCodeValues
Copyright © 2010–2020. All rights reserved.