Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.registry
Class DDMFormFieldValueAccessor<A>

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.registry.DDMFormFieldValueAccessor<A>
All Implemented Interfaces:
Accessor<DDMFormFieldValue,A>

public abstract class DDMFormFieldValueAccessor<A>
extends Object
implements Accessor<DDMFormFieldValue,A>


Field Summary
protected  Locale locale
           
 
Constructor Summary
DDMFormFieldValueAccessor(Locale locale)
           
 
Method Summary
 Locale getLocale()
           
 Class<DDMFormFieldValue> getTypeClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.util.Accessor
get, getAttributeClass
 

Field Detail

locale

protected Locale locale
Constructor Detail

DDMFormFieldValueAccessor

public DDMFormFieldValueAccessor(Locale locale)
Method Detail

getLocale

public Locale getLocale()

getTypeClass

public Class<DDMFormFieldValue> getTypeClass()
Specified by:
getTypeClass in interface Accessor<DDMFormFieldValue,A>

Liferay 7.0-ce-m6