|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.company.thesandbox.domain.ProductImplBase
org.company.thesandbox.domain.Product
public class Product
| Field Summary |
|---|
| Fields inherited from class org.company.thesandbox.domain.ProductImplBase |
|---|
validation |
| Constructor Summary | |
|---|---|
protected |
Product()
Default no-argument constructor for Product |
|
Product(java.lang.String productNumnber,
int price)
Minimal constructor for Product |
| Method Summary |
|---|
| Methods inherited from class org.company.thesandbox.domain.ProductImplBase |
|---|
activateValidation, addToRecord, getId, getPrice, getProductNumnber, getRecord, removeFromRecord, setPrice, setProductNumnber, z_internalAddToRecord, z_internalRemoveFromRecord |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Product()
public Product(java.lang.String productNumnber,
int price)
productNumnber - (string)price - (integer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||