org.company.thesandbox.domain
Class Order

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

public class Order
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 Order()
          Default no-argument constructor for Order
  Order(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

Order

protected Order()
Default no-argument constructor for Order


Order

public Order(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.