Class ModelViewEntity.ModelAlias

java.lang.Object
org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
Enclosing class:
ModelViewEntity

public static class ModelViewEntity.ModelAlias extends Object
  • Field Details

    • entityAlias

      protected String entityAlias
    • name

      protected String name
    • field

      protected String field
    • isPk

      protected Boolean isPk
    • groupBy

      protected boolean groupBy
    • function

      protected String function
  • Constructor Details

    • ModelAlias

      protected ModelAlias()
    • ModelAlias

      public ModelAlias(Element aliasElement)
    • ModelAlias

      public ModelAlias(String entityAlias, String name, String field, Boolean isPk, boolean groupBy, String function)
  • Method Details

    • getEntityAlias

      public String getEntityAlias()
    • getName

      public String getName()
    • getField

      public String getField()
    • getIsPk

      public Boolean getIsPk()
    • getGroupBy

      public boolean getGroupBy()
    • getFunction

      public String getFunction()