org.broadleafcommerce.openadmin.web.form.entity
Class DynamicEntityFormInfo
java.lang.Object
org.broadleafcommerce.openadmin.web.form.entity.DynamicEntityFormInfo
public class DynamicEntityFormInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
criteriaName
protected String criteriaName
propertyName
protected String propertyName
propertyValue
protected String propertyValue
ceilingClassName
protected String ceilingClassName
DynamicEntityFormInfo
public DynamicEntityFormInfo()
withCriteriaName
public DynamicEntityFormInfo withCriteriaName(String criteriaName)
withPropertyName
public DynamicEntityFormInfo withPropertyName(String propertyName)
withPropertyValue
public DynamicEntityFormInfo withPropertyValue(String propertyValue)
withCeilingClassName
public DynamicEntityFormInfo withCeilingClassName(String ceilingClassName)
getCriteriaName
public String getCriteriaName()
setCriteriaName
public void setCriteriaName(String criteriaName)
getPropertyName
public String getPropertyName()
setPropertyName
public void setPropertyName(String propertyName)
getPropertyValue
public String getPropertyValue()
setPropertyValue
public void setPropertyValue(String propertyValue)
getCeilingClassName
public String getCeilingClassName()
setCeilingClassName
public void setCeilingClassName(String ceilingClassName)
Copyright © 2013. All Rights Reserved.