org.chromattic.core.mapper.property
Class JCRPropertySingleValuedPropertyMapper<O extends ObjectContext<O>,E,I>
java.lang.Object
org.chromattic.core.mapper.PropertyMapper<PropertyInfo<SimpleValueInfo<ValueKind.Single>,ValueKind.Single>,SimpleValueInfo<ValueKind.Single>,O,ValueKind.Single>
org.chromattic.core.mapper.property.JCRPropertySingleValuedPropertyMapper<O,E,I>
public class JCRPropertySingleValuedPropertyMapper<O extends ObjectContext<O>,E,I>
- extends PropertyMapper<PropertyInfo<SimpleValueInfo<ValueKind.Single>,ValueKind.Single>,SimpleValueInfo<ValueKind.Single>,O,ValueKind.Single>
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
java.lang.Object |
get(O context)
|
void |
set(O context,
java.lang.Object o)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCRPropertySingleValuedPropertyMapper
public JCRPropertySingleValuedPropertyMapper(java.lang.Class<O> contextType,
SimpleTypeProvider<I,E> vt,
ValueMapping<ValueKind.Single> info)
get
public java.lang.Object get(O context)
throws java.lang.Throwable
- Overrides:
get in class PropertyMapper<PropertyInfo<SimpleValueInfo<ValueKind.Single>,ValueKind.Single>,SimpleValueInfo<ValueKind.Single>,O extends ObjectContext<O>,ValueKind.Single>
- Throws:
java.lang.Throwable
set
public void set(O context,
java.lang.Object o)
throws java.lang.Throwable
- Overrides:
set in class PropertyMapper<PropertyInfo<SimpleValueInfo<ValueKind.Single>,ValueKind.Single>,SimpleValueInfo<ValueKind.Single>,O extends ObjectContext<O>,ValueKind.Single>
- Throws:
java.lang.Throwable
Copyright © 2011 eXo Platform SAS. All Rights Reserved.