org.ofbiz.entity
Class GenericEntity.NullGenericEntity

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

public static class GenericEntity.NullGenericEntity
extends GenericEntity
implements GenericEntity.NULL

See Also:
Serialized Form

Nested Class Summary
 
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
 
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
protected GenericEntity.NullGenericEntity()
           
 
Method Summary
 java.lang.String getEntityName()
           
 java.lang.String toString()
          Creates a String for the entity, overrides the default toString This method is secure, it will not display encrypted fields
 
Methods inherited from class org.ofbiz.entity.GenericEntity
addToXmlDocument, addToXmlElement, clear, clone, compareTo, compareToFields, containsKey, containsPrimaryKey, containsPrimaryKey, containsValue, createGenericEntity, createGenericEntity, createGenericEntity, dangerousGetNoCheckButFast, dangerousSetNoCheckButFast, entrySet, equals, get, get, get, get, getAllFields, getAllKeys, getBigDecimal, getBoolean, getBytes, getDate, getDelegator, getDouble, 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, reset, set, set, setAllFields, setBytes, setDelegator, setFields, setImmutable, setIsFromEntitySync, setNextSeqId, setNonPKFields, setNonPKFields, setPKFields, setPKFields, setString, size, synchronizedWithDatasource, 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
 

Constructor Detail

GenericEntity.NullGenericEntity

protected GenericEntity.NullGenericEntity()
Method Detail

getEntityName

public java.lang.String getEntityName()
Overrides:
getEntityName in class GenericEntity

toString

public java.lang.String toString()
Description copied from class: GenericEntity
Creates a String for the entity, overrides the default toString This method is secure, it will not display encrypted fields

Overrides:
toString in class GenericEntity
Returns:
String corresponding to this entity