org.company.thesandbox.domain
Class Product

java.lang.Object
  extended by org.company.thesandbox.domain.ProductImplBase
      extended by org.company.thesandbox.domain.Product
All Implemented Interfaces:
java.io.Serializable

public class Product
extends ProductImplBase

Author:
Generated by Mod4j BusinessDomain DSL
See Also:
Serialized Form

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

Product

protected Product()
Default no-argument constructor for Product


Product

public Product(java.lang.String productNumnber,
               int price)
Minimal constructor for Product

Parameters:
productNumnber - (string)
price - (integer)


Copyright © 2010. All Rights Reserved.