com.atlassian.core.ofbiz.test.mock
Class MockGenericValue.MockModelEntity

java.lang.Object
  extended by org.ofbiz.core.entity.model.ModelEntity
      extended by com.atlassian.core.ofbiz.test.mock.MockGenericValue.MockModelEntity
All Implemented Interfaces:
Comparable<org.ofbiz.core.entity.model.ModelEntity>
Enclosing class:
MockGenericValue

public class MockGenericValue.MockModelEntity
extends org.ofbiz.core.entity.model.ModelEntity


Field Summary
 
Fields inherited from class org.ofbiz.core.entity.model.ModelEntity
author, copyright, dependentOn, description, doLock, entityName, fields, fieldsMap, indexes, modelReader, module, neverCache, nopks, packageName, pks, relations, STAMP_FIELD, tableName, title, version
 
Constructor Summary
MockGenericValue.MockModelEntity()
           
MockGenericValue.MockModelEntity(org.ofbiz.core.entity.GenericValue value)
           
 
Method Summary
 List getAllFieldNames()
           
 org.ofbiz.core.entity.model.ModelField getField(String fieldName)
           
 
Methods inherited from class org.ofbiz.core.entity.model.ModelEntity
addField, addIndex, addRelation, areFields, classNameString, classNameString, colNameString, colNameString, compareTo, fieldNameString, fieldNameString, fieldsStringList, fieldsStringList, fieldsStringList, fieldTypeNameString, finderQueryString, getAuthor, getCopyright, getDependentOn, getDescription, getDoLock, getEntityName, getField, getFieldNamesFromFieldVector, getFieldsCopy, getFieldsIterator, getFieldsSize, getIndex, getIndex, getIndexesIterator, getIndexesSize, getModelReader, getNeverCache, getNopk, getNoPkFieldNames, getNopksCopy, getNopksIterator, getNopksSize, getPackageName, getPk, getPkFieldNames, getPksCopy, getPksIterator, getPksSize, getPlainTableName, getRelation, getRelation, getRelationsIterator, getRelationsSize, getTableName, getTableName, getTitle, getVersion, httpArgList, httpArgListFromClass, httpArgListFromClass, httpRelationArgList, isField, lock, nameString, nameString, nonPkNullList, pkNameString, pkNameString, populateBasicInfo, populateIndexes, populateRelated, primKeyClassNameString, removeField, removeField, removeIndex, removeRelation, setAuthor, setCopyright, setDependentOn, setDescription, setDoLock, setEntityName, setNeverCache, setPackageName, setTableName, setTitle, setVersion, typeNameString, typeNameStringRelatedAndMain, typeNameStringRelatedNoMapped, updatePkLists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockGenericValue.MockModelEntity

public MockGenericValue.MockModelEntity()

MockGenericValue.MockModelEntity

public MockGenericValue.MockModelEntity(org.ofbiz.core.entity.GenericValue value)
Method Detail

getAllFieldNames

public List getAllFieldNames()
Overrides:
getAllFieldNames in class org.ofbiz.core.entity.model.ModelEntity

getField

public org.ofbiz.core.entity.model.ModelField getField(String fieldName)
Overrides:
getField in class org.ofbiz.core.entity.model.ModelEntity


Copyright © 2002-2012 Atlassian. All Rights Reserved.