org.ofbiz.entity
Class GenericValueHtmlWrapper

java.lang.Object
  extended by java.util.Observable
      extended by org.ofbiz.entity.GenericEntity
          extended by org.ofbiz.entity.GenericValue
              extended by org.ofbiz.entity.GenericValueHtmlWrapper
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<GenericEntity>, java.util.Map<java.lang.String,java.lang.Object>, LocalizedMap

public class GenericValueHtmlWrapper
extends GenericValue

Generic Entity Value Object - Handles persistence for any defined entity. WARNING: This object is experimental!

See Also:
Serialized Form

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 org.ofbiz.entity.GenericValue
checkFks, clearEmbeddedCache, clone, copyOriginalDbValues, create, create, create, create, create, getOriginalDbValue, getRelated, getRelated, getRelated, getRelatedByAnd, getRelatedByAndCache, getRelatedByAndEmbeddedCache, getRelatedCache, getRelatedCache, getRelatedCache, getRelatedDummyPK, getRelatedDummyPK, getRelatedEmbeddedCache, getRelatedEmbeddedCache, getRelatedMulti, getRelatedMulti, getRelatedOne, getRelatedOneCache, getRelatedOneEmbeddedCache, getRelatedOrderBy, getRelatedOrderByCache, getRelatedOrderByEmbeddedCache, originalDbValuesAvailable, refresh, refreshFromCache, remove, removeRelated, removeRelatedEmbeddedCache, reset, store, storeRelatedEmbeddedCache, storeRelatedEmbeddedCache, synchronizedWithDatasource
 
Methods inherited from class org.ofbiz.entity.GenericEntity
addToXmlDocument, addToXmlElement, clear, compareTo, compareToFields, containsKey, containsPrimaryKey, containsPrimaryKey, containsValue, createGenericEntity, createGenericEntity, createGenericEntity, dangerousGetNoCheckButFast, dangerousSetNoCheckButFast, entrySet, equals, get, get, get, getAllFields, getAllKeys, getBigDecimal, getBoolean, getBytes, getDate, getDelegator, getDouble, getEntityName, getFields, getFloat, getInteger, getIsFromEntitySync, getLong, getModelEntity, getPkShortValueString, getPrimaryKey, getString, getTime, getTimestamp, hashCode, init, init, init, init, isEmpty, isModified, isMutable, isPrimaryKey, isPrimaryKey, keySet, lockEnabled, makeXmlDocument, makeXmlElement, makeXmlElement, matches, matchesFields, put, putAll, refreshFromValue, remove, removedFromDatasource, set, set, setAllFields, setBytes, setDelegator, setFields, setImmutable, setIsFromEntitySync, setNextSeqId, setNonPKFields, setNonPKFields, setPKFields, setPKFields, setString, size, toString, toStringInsecure, values, writeXmlText
 
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

genericValueHtmlWrapperFactory

protected static final  genericValueHtmlWrapperFactory
Constructor Detail

GenericValueHtmlWrapper

public GenericValueHtmlWrapper()
Method Detail

create

public static GenericValueHtmlWrapper create(GenericValue value)
Creates new GenericValueHtmlWrapper from existing GenericValue


get

public java.lang.Object get(java.lang.Object name)
Specified by:
get in interface java.util.Map<java.lang.String,java.lang.Object>
Overrides:
get in class GenericEntity