Serialized Form


Package org.apache.mailreaderjpa

Class org.apache.mailreaderjpa.Protocol extends Object implements Serializable

Serialized Fields

id

Integer id

description

String description

lastUpdate

Timestamp lastUpdate

Class org.apache.mailreaderjpa.Subscription extends Object implements Serializable

Serialized Fields

id

Integer id

autoConnect

boolean autoConnect

host

String host

password

String password

protocol

Protocol protocol

user

User user

username

String username

lastUpdate

Timestamp lastUpdate

Class org.apache.mailreaderjpa.User extends Object implements Serializable

Serialized Fields

id

Integer id

fromAddress

String fromAddress

fullName

String fullName

password

String password

replyToAddress

String replyToAddress

subscriptions

List<E> subscriptions

username

String username

lastUpdate

Timestamp lastUpdate



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.