org.ofbiz.entity.model
Class ModelViewEntity.ModelAliasAll

java.lang.Object
  extended by org.ofbiz.entity.model.ModelViewEntity.ModelAliasAll
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ModelViewEntity

public static class ModelViewEntity.ModelAliasAll
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String entityAlias
           
protected  java.util.Set<java.lang.String> fieldsToExclude
           
protected  java.lang.String function
           
protected  boolean groupBy
           
protected  java.lang.String prefix
           
 
Constructor Summary
protected ModelViewEntity.ModelAliasAll()
           
  ModelViewEntity.ModelAliasAll(org.w3c.dom.Element aliasAllElement)
           
  ModelViewEntity.ModelAliasAll(java.lang.String entityAlias, java.lang.String prefix)
           
 
Method Summary
 java.lang.String getEntityAlias()
           
 java.lang.String getFunction()
           
 boolean getGroupBy()
           
 java.lang.String getPrefix()
           
 boolean shouldExclude(java.lang.String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityAlias

protected java.lang.String entityAlias

prefix

protected java.lang.String prefix

fieldsToExclude

protected java.util.Set<java.lang.String> fieldsToExclude

groupBy

protected boolean groupBy

function

protected java.lang.String function
Constructor Detail

ModelViewEntity.ModelAliasAll

protected ModelViewEntity.ModelAliasAll()

ModelViewEntity.ModelAliasAll

public ModelViewEntity.ModelAliasAll(java.lang.String entityAlias,
                                     java.lang.String prefix)

ModelViewEntity.ModelAliasAll

public ModelViewEntity.ModelAliasAll(org.w3c.dom.Element aliasAllElement)
Method Detail

getEntityAlias

public java.lang.String getEntityAlias()

getPrefix

public java.lang.String getPrefix()

getGroupBy

public boolean getGroupBy()

getFunction

public java.lang.String getFunction()

shouldExclude

public boolean shouldExclude(java.lang.String fieldName)