Serialized Form


Package org.company.thesandbox.domain

Class org.company.thesandbox.domain.Artist extends ArtistImplBase implements Serializable

Class org.company.thesandbox.domain.ArtistImplBase extends Person implements Serializable

Serialized Fields

title

java.lang.String title
title:

Class org.company.thesandbox.domain.CopyOfOrder extends OrderImplBase implements Serializable

Class org.company.thesandbox.domain.Customer extends CustomerImplBase implements Serializable

Class org.company.thesandbox.domain.CustomerImplBase extends Person implements Serializable

Serialized Fields

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

Class org.company.thesandbox.domain.Order extends OrderImplBase implements Serializable

Class org.company.thesandbox.domain.OrderImplBase extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.company.thesandbox.domain.OrderLine extends OrderLineImplBase implements Serializable

Class org.company.thesandbox.domain.OrderLineImplBase extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.company.thesandbox.domain.Person extends PersonImplBase implements Serializable

Class org.company.thesandbox.domain.PersonImplBase extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.company.thesandbox.domain.Product extends ProductImplBase implements Serializable

Class org.company.thesandbox.domain.ProductImplBase extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.company.thesandbox.domain.Record extends RecordImplBase implements Serializable

Class org.company.thesandbox.domain.RecordImplBase extends java.lang.Object implements Serializable

Serialized Fields

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.