org.jpox.store.mapped.mapping
Class CurrencyMapping
java.lang.Object
org.jpox.store.mapped.mapping.JavaTypeMapping
org.jpox.store.mapped.mapping.SingleFieldMapping
org.jpox.store.mapped.mapping.ObjectAsStringMapping
org.jpox.store.mapped.mapping.CurrencyMapping
- All Implemented Interfaces:
- SimpleDatastoreRepresentation
public class CurrencyMapping
- extends ObjectAsStringMapping
SCO Mapping for Currency type.
- Version:
- $Revision: 1.18 $
| Fields inherited from class org.jpox.store.mapped.mapping.JavaTypeMapping |
datastoreContainer, datastoreMappings, dba, fmd, LOCALISER, MAPPING_ARRAY_ELEMENT, MAPPING_COLLECTION_ELEMENT, MAPPING_FIELD, MAPPING_MAP_KEY, MAPPING_MAP_VALUE, referenceMapping, roleForField, type |
|
Method Summary |
int |
getDefaultLength(int index)
Method to return the default length of this type in the datastore. |
java.lang.Class |
getJavaType()
Method to return the Java type. |
java.lang.Object |
getSampleValue(ClassLoaderResolver clr)
Return a sample value of the mapping type to be used for internal
evaluation of type and conversion. |
protected java.lang.String |
objectToString(java.lang.Object object)
Method to set the datastore string value based on the object value. |
protected java.lang.Object |
stringToObject(java.lang.String datastoreValue)
Method to extract the objects value from the datastore string value. |
| Methods inherited from class org.jpox.store.mapped.mapping.SingleFieldMapping |
equals, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, getString, getValidValues, initialize, prepareDatastoreMapping, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString |
| Methods inherited from class org.jpox.store.mapped.mapping.JavaTypeMapping |
addDataStoreMapping, failureMessage, getDatastoreContainer, getDataStoreMapping, getDataStoreMappings, getFieldMetaData, getNumberOfDatastoreFields, getObject, getReferenceMapping, getRoleForField, getType, includeInFetchStatement, includeInInsertStatement, includeInUpdateStatement, initialize, isNullable, isSerialised, setDefault, setFieldInformation, setObject, setReferenceMapping, setRoleForField |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrencyMapping
public CurrencyMapping()
getSampleValue
public java.lang.Object getSampleValue(ClassLoaderResolver clr)
- Description copied from class:
JavaTypeMapping
- Return a sample value of the mapping type to be used for internal
evaluation of type and conversion.
- Specified by:
getSampleValue in class JavaTypeMapping
- Parameters:
clr - TODO
- Returns:
- The sample value.
getJavaType
public java.lang.Class getJavaType()
- Description copied from class:
ObjectAsStringMapping
- Method to return the Java type.
- Specified by:
getJavaType in class ObjectAsStringMapping
- Returns:
- The Java type being represented.
getDefaultLength
public int getDefaultLength(int index)
- Method to return the default length of this type in the datastore.
ISO4217 currencies use 3 character codes, so return 3.
- Overrides:
getDefaultLength in class SingleFieldMapping
- Parameters:
index - The index position
- Returns:
- The default length
objectToString
protected java.lang.String objectToString(java.lang.Object object)
- Method to set the datastore string value based on the object value.
- Specified by:
objectToString in class ObjectAsStringMapping
- Parameters:
object - The object
- Returns:
- The string value to pass to the datastore
stringToObject
protected java.lang.Object stringToObject(java.lang.String datastoreValue)
- Method to extract the objects value from the datastore string value.
- Specified by:
stringToObject in class ObjectAsStringMapping
- Parameters:
datastoreValue - Value obtained from the datastore
- Returns:
- The value of this object (derived from the datastore string value)
Copyright © -2008 . All Rights Reserved.