org.company.thesandbox.domain
Class CopyOfOrder

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

public class CopyOfOrder
extends OrderImplBase

An Order represents the agreement between a Customer and the RecordShop about one or more purchased Records.

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

Field Summary
 
Fields inherited from class org.company.thesandbox.domain.OrderImplBase
DELIVERYDATETIME_ACCURACY, DISCOUNTPERCENTAGE_MAXVALUE, DISCOUNTPERCENTAGE_MINVALUE, ORDERDATE_ACCURACY, validation
 
Constructor Summary
protected CopyOfOrder()
          Default no-argument constructor for Order.
  CopyOfOrder(java.lang.String orderNumber)
          Minimal constructor for Order.
 
Method Summary
 void findBugShouldReportOnThis()
           
 
Methods inherited from class org.company.thesandbox.domain.OrderImplBase
activateValidation, addToOrderLines, getCustomer, getDeliveryDateTime, getDiscountPercentage, getId, getOrderDate, getOrderLines, getOrderNumber, removeFromOrderLines, setCustomer, setDeliveryDateTime, setDiscountPercentage, setOrderDate, setOrderNumber, z_internalAddTocustomer, z_internalAddToorderLines, z_internalRemoveFromcustomer, z_internalRemoveFromorderLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyOfOrder

protected CopyOfOrder()
Default no-argument constructor for Order.


CopyOfOrder

public CopyOfOrder(java.lang.String orderNumber)
Minimal constructor for Order.

Parameters:
orderNumber - (string) An ordernumber should be unique
Method Detail

findBugShouldReportOnThis

public void findBugShouldReportOnThis()


Copyright © 2010. All Rights Reserved.