Serialized Form
|
Package org.company.thesandbox.domain |
title
java.lang.String title
- title:
customerNr
int customerNr
- customerNr:
username
java.lang.String username
- username:
emailAddress
java.lang.String emailAddress
- emailAddress:
blackListed
java.lang.Boolean blackListed
- blackListed:
discountPercentage
int discountPercentage
- discountPercentage:
orders
java.util.Set<E> orders
- orders: One 2 Many Bidirectional: The customer has a number of orders
validation
org.mod4j.runtime.validation.BusinessRuleValidationSupport validation
- validation : Responsible for validating attribute constraints and businessrules for this business class.
id
long id
- id: The identifier of this object.
version
int version
orderNumber
java.lang.String orderNumber
- orderNumber: An ordernumber should be unique
orderDate
org.joda.time.DateTime orderDate
- orderDate: The date on which the order has been placed
deliveryDateTime
org.joda.time.DateTime deliveryDateTime
- deliveryDateTime:
discountPercentage
java.lang.Integer discountPercentage
- discountPercentage:
orderLines
java.util.Set<E> orderLines
- orderLines: One 2 Many unidirectional: An order consists of orderlines
customer
Customer customer
validation
org.mod4j.runtime.validation.BusinessRuleValidationSupport validation
- validation : Responsible for validating attribute constraints and businessrules for this
business class.
id
long id
- id: The identifier of this object.
version
int version
lineNumber
int lineNumber
- lineNumber:
description
java.lang.String description
- description:
lineAmount
float lineAmount
- lineAmount:
record
Record record
- record: One 2 One bidirectional: An ordelrine contains a record
validation
org.mod4j.runtime.validation.BusinessRuleValidationSupport validation
- validation : Responsible for validating attribute constraints and businessrules for this business class.
id
long id
- id: The identifier of this object.
version
int version
firstName
java.lang.String firstName
- firstName: First name of the person.
lastName
java.lang.String lastName
- lastName: Last name of the person.
age
java.lang.Integer age
- age: The age of this person in years
numberOfEars
int numberOfEars
- numberOfEars: Number of ears (we allow Vulcans in this system).
sexe
Sexe sexe
- sexe: Gender
validation
org.mod4j.runtime.validation.BusinessRuleValidationSupport validation
- validation : Responsible for validating attribute constraints and businessrules for this business class.
id
long id
- id: The identifier of this object.
version
int version
productNumnber
java.lang.String productNumnber
- productNumnber:
price
int price
- price:
record
java.util.Set<E> record
validation
org.mod4j.runtime.validation.BusinessRuleValidationSupport validation
- validation : Responsible for validating attribute constraints and businessrules for this
business class.
id
long id
- id: The identifier of this object.
version
int version
asin
java.lang.String asin
- asin:
title
java.lang.String title
- title:
mediumCode
int mediumCode
- mediumCode:
price
float price
- price:
type
RecordType type
- type:
product
Product product
- product: Many to One bidirectional:
contributors
java.util.Set<E> contributors
- contributors: Many to Many unidirectional: an Artist has contributed to a Record
orderLine
OrderLine orderLine
Copyright © 2010. All Rights Reserved.