Serialized Form


Package org.yestech.lib.crypto

Package org.yestech.lib.currency

Class org.yestech.lib.currency.CurrencyException extends java.lang.RuntimeException implements Serializable

Class org.yestech.lib.currency.Money extends java.lang.Object implements Serializable

Serialized Fields

amount

java.math.BigDecimal amount

locale

java.util.Locale locale

curreny

java.util.Currency curreny

Package org.yestech.lib.hibernate

Package org.yestech.lib.hibernate.client

Class org.yestech.lib.hibernate.client.CollectionReference extends java.lang.Object implements Serializable

serialVersionUID: 183925776415464990L

Serialization Methods

readResolve

java.lang.Object readResolve()
                       throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

id

java.io.Serializable id

role

java.lang.String role

Class org.yestech.lib.hibernate.client.HibernateServerBean extends java.lang.Object implements Serializable

serialVersionUID: -3354876500675131726L

Serialized Fields

factory

org.hibernate.SessionFactory factory

Class org.yestech.lib.hibernate.client.LazyReference extends java.lang.Object implements Serializable

serialVersionUID: 7799616869249915673L

Serialization Methods

readResolve

java.lang.Object readResolve()
                       throws java.io.ObjectStreamException,
                              java.lang.ClassNotFoundException
Throws:
java.io.ObjectStreamException
java.lang.ClassNotFoundException
Serialized Fields

id

java.io.Serializable id

token

int token

className

java.lang.String className

Class org.yestech.lib.hibernate.client.RemotableSetType.Wrapper extends org.hibernate.collection.PersistentSet implements Serializable

serialVersionUID: -4399185767996064350L

Serialization Methods

writeReplace

java.lang.Object writeReplace()
                        throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Package org.yestech.lib.lang

Class org.yestech.lib.lang.ArraySet extends java.util.AbstractSet<E> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ArraySet instance from a stream (that is, deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of this ArraySet instance to a stream (that is, serialize this set).

Serial Data:
The size of the set (the number of elements it contains) (int), followed by all of its elements (each an Object) in no particular order.
Throws:
java.io.IOException
Serialized Fields

backingList

java.util.ArrayList<E> backingList

Package org.yestech.lib.util

Class org.yestech.lib.util.Pair extends java.lang.Object implements Serializable

serialVersionUID: 5366420016223666321L

Serialized Fields

first

java.lang.Object first

second

java.lang.Object second

Class org.yestech.lib.util.Quadruple extends java.lang.Object implements Serializable

Serialized Fields

first

java.lang.Object first

second

java.lang.Object second

third

java.lang.Object third

fourth

java.lang.Object fourth

Class org.yestech.lib.util.Triple extends java.lang.Object implements Serializable

Serialized Fields

first

java.lang.Object first

second

java.lang.Object second

third

java.lang.Object third

Package org.yestech.lib.web

Class org.yestech.lib.web.GenericResponseWrapper extends javax.servlet.http.HttpServletResponseWrapper implements Serializable

serialVersionUID: -5976708169031065498L

Serialized Fields

statusCode

int statusCode

contentLength

int contentLength

contentType

java.lang.String contentType

headers

java.util.List<E> headers

cookies

java.util.List<E> cookies

outstr

javax.servlet.ServletOutputStream outstr

writer

java.io.PrintWriter writer

Class org.yestech.lib.web.ResponseHeadersNotModifiableException extends java.lang.RuntimeException implements Serializable



Copyright © 2009 YES Technology Association. All Rights Reserved.