Serialized Form
-
Package org.tentackle.common
-
Class org.tentackle.common.Binary
class Binary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
byte[] data
-
frozen
boolean frozen
-
hash
Integer hash
-
length
int length
-
-
Class org.tentackle.common.BMoney
class BMoney extends BigDecimal implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.Date
class Date extends Date implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s
- the stream- Throws:
IOException
- if reading from stream failedClassNotFoundException
- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.- Serial Data:
- the value YYYYMMDD is emitted. This allows serializing and deserializing in different timezones without changing the date.
- Parameters:
s
- the stream- Throws:
IOException
- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.DMoney
class DMoney extends BMoney implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.EncryptedProperties
class EncryptedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.I18NText
class I18NText extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultLocale
Locale defaultLocale
The default locale, if the value hasn't been set for the fallback locale so far.
Null if textMap is empty or the translation for the fallback language is provided. -
textMap
LinkedHashMap<Locale,
String> textMap Localized strings.
LinkedHashMap
to keep the order of insertions.
-
-
Exception Class org.tentackle.common.InterruptedRuntimeException
class InterruptedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.common.ParameterString
class ParameterString extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.common.TentackleRuntimeException
class TentackleRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
temporary
boolean temporary
-
-
Class org.tentackle.common.Time
class Time extends Time implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s
- the stream- Throws:
IOException
- if reading from stream failedClassNotFoundException
- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.- Serial Data:
- the value HHMMSSsss is emitted. This allows serializing and deserializing in different timezones without changing the time.
- Parameters:
s
- the stream- Throws:
IOException
- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
-
Class org.tentackle.common.Timestamp
class Timestamp extends Timestamp implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute this object from a stream.- Parameters:
s
- the stream- Throws:
IOException
- if reading from stream failedClassNotFoundException
- if class contained in stream is not found
-
writeObject
Save the state of this object to a stream.- Serial Data:
- the value YYYYMMDDHHMMSS is emitted. This allows serializing and deserializing in different timezones without changing the timestamp.
- Parameters:
s
- the stream- Throws:
IOException
- if writing to stream failed
-
-
Serialized Fields
-
frozen
boolean frozen
-
utc
boolean utc
-
-