Serialized Form


Package org.apache.aries.samples.ariestrader.beans

Class org.apache.aries.samples.ariestrader.beans.AccountDataBeanImpl extends Object implements Serializable

Serialized Fields

accountID

Integer accountID

loginCount

int loginCount

logoutCount

int logoutCount

lastLogin

Date lastLogin

creationDate

Date creationDate

balance

BigDecimal balance

openBalance

BigDecimal openBalance

orders

Collection<E> orders

holdings

Collection<E> holdings

profile

AccountProfileDataBean profile

profileID

String profileID

Class org.apache.aries.samples.ariestrader.beans.AccountProfileDataBeanImpl extends Object implements Serializable

Serialized Fields

userID

String userID

passwd

String passwd

fullName

String fullName

address

String address

email

String email

creditCard

String creditCard

account

AccountDataBean account

Class org.apache.aries.samples.ariestrader.beans.HoldingDataBeanImpl extends Object implements Serializable

Serialized Fields

holdingID

Integer holdingID

quantity

double quantity

purchasePrice

BigDecimal purchasePrice

purchaseDate

Date purchaseDate

quoteID

String quoteID

account

AccountDataBean account

quote

QuoteDataBean quote

Class org.apache.aries.samples.ariestrader.beans.OrderDataBeanImpl extends Object implements Serializable

Serialized Fields

orderID

Integer orderID

orderType

String orderType

orderStatus

String orderStatus

openDate

Date openDate

completionDate

Date completionDate

quantity

double quantity

price

BigDecimal price

orderFee

BigDecimal orderFee

account

AccountDataBean account

quote

QuoteDataBean quote

holding

HoldingDataBean holding

symbol

String symbol

Class org.apache.aries.samples.ariestrader.beans.QuoteDataBeanImpl extends Object implements Serializable

Serialized Fields

symbol

String symbol

companyName

String companyName

volume

double volume

price

BigDecimal price

open1

BigDecimal open1

low

BigDecimal low

high

BigDecimal high

change1

double change1



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.