org.ofbiz.entity.model
Class ModelViewEntity.ModelAliasAll
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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)