Serialized Form


Package com.titan.domain

Class com.titan.domain.Address extends Object implements Serializable

Serialized Fields

id

int id

street

String street

city

String city

state

String state

zip

String zip

Class com.titan.domain.Cabin extends Object implements Serializable

Serialized Fields

id

int id

name

String name

bedCount

int bedCount

deckLevel

int deckLevel

ship

Ship ship

Class com.titan.domain.CreditCard extends Object implements Serializable

Serialized Fields

id

int id

expirationDate

Date expirationDate

number

String number

nameOnCard

String nameOnCard

customer

Customer customer

creditCompany

CreditCompany creditCompany

Class com.titan.domain.CreditCompany extends Object implements Serializable

Serialized Fields

id

int id

name

String name

address

Address address

Class com.titan.domain.Cruise extends Object implements Serializable

Serialized Fields

id

int id

name

String name

ship

Ship ship

reservations

Collection<E> reservations

Class com.titan.domain.Customer extends Object implements Serializable

Serialized Fields

id

int id

firstName

String firstName

lastName

String lastName

hasGoodCredit

boolean hasGoodCredit

address

Address address

phoneNumbers

Collection<E> phoneNumbers

creditCard

CreditCard creditCard

reservations

Collection<E> reservations

Class com.titan.domain.Phone extends Object implements Serializable

Serialized Fields

id

int id

number

String number

type

byte type

Class com.titan.domain.Reservation extends Object implements Serializable

Serialized Fields

id

int id

date

Date date

amountPaid

double amountPaid

cruise

Cruise cruise

cabins

Set<E> cabins

customers

Set<E> customers

Class com.titan.domain.Ship extends Object implements Serializable

Serialized Fields

id

int id

name

String name

tonnage

double tonnage

Package org.scannotation

Class org.scannotation.AnnotationDB extends Object implements Serializable

Serialized Fields

annotationIndex

Map<K,V> annotationIndex

implementsIndex

Map<K,V> implementsIndex

classIndex

Map<K,V> classIndex

Class org.scannotation.AnnotationDB.CrossReferenceException extends Exception implements Serializable

Serialized Fields

unresolved

Set<E> unresolved



Copyright © 2011. All Rights Reserved.