Serialized Form


Package edu.wisc.my.portlets.bookmarks.domain

Class edu.wisc.my.portlets.bookmarks.domain.Bookmark extends Entry implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url

newWindow

boolean newWindow

Class edu.wisc.my.portlets.bookmarks.domain.BookmarkSet extends Folder implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

String owner

Class edu.wisc.my.portlets.bookmarks.domain.Entry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

name

String name

note

String note

created

Date created

modified

Date modified

Class edu.wisc.my.portlets.bookmarks.domain.Folder extends Entry implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

children

Map<K,V> children

minimized

boolean minimized

Class edu.wisc.my.portlets.bookmarks.domain.Preferences extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

name

String name

owner

String owner

created

Date created

modified

Date modified

defaultFolderOperation

Preferences.DefaultFolderOperation defaultFolderOperation

Package edu.wisc.my.portlets.bookmarks.domain.compare

Class edu.wisc.my.portlets.bookmarks.domain.compare.DefaultBookmarksComparator extends Object implements Serializable

serialVersionUID: 1L



Copyright © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.