|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.ofbiz.entity.GenericEntity
org.ofbiz.entity.GenericValue
org.ofbiz.entity.GenericValueHtmlWrapper
public class GenericValueHtmlWrapper
Generic Entity Value Object - Handles persistence for any defined entity. WARNING: This object is experimental!
Nested Class Summary | |
---|---|
static class |
GenericValueHtmlWrapper.GenericValueHtmlWrapperForFtl
|
Nested classes/interfaces inherited from class org.ofbiz.entity.GenericValue |
---|
GenericValue.NullGenericValue |
Nested classes/interfaces inherited from class org.ofbiz.entity.GenericEntity |
---|
GenericEntity.NULL, GenericEntity.NullField, GenericEntity.NullGenericEntity |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary | |
---|---|
protected static |
genericValueHtmlWrapperFactory
|
Fields inherited from class org.ofbiz.entity.GenericValue |
---|
genericValueFactory, NULL_VALUE, originalDbValues, relatedCache, relatedOneCache |
Fields inherited from class org.ofbiz.entity.GenericEntity |
---|
cachedHashCode, delegatorName, entityName, fields, generateHashCode, internalDelegator, isFromEntitySync, modelEntity, modified, module, mutable, NULL_ENTITY, NULL_FIELD |
Constructor Summary | |
---|---|
GenericValueHtmlWrapper()
|
Method Summary | |
---|---|
static GenericValueHtmlWrapper |
create(GenericValue value)
Creates new GenericValueHtmlWrapper from existing GenericValue |
java.lang.Object |
get(java.lang.Object name)
|
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static finalgenericValueHtmlWrapperFactory
Constructor Detail |
---|
public GenericValueHtmlWrapper()
Method Detail |
---|
public static GenericValueHtmlWrapper create(GenericValue value)
public java.lang.Object get(java.lang.Object name)
get
in interface java.util.Map<java.lang.String,java.lang.Object>
get
in class GenericEntity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |