org.broadleafcommerce.openadmin.web.form.entity
Class DynamicEntityFormInfo

java.lang.Object
  extended by org.broadleafcommerce.openadmin.web.form.entity.DynamicEntityFormInfo

public class DynamicEntityFormInfo
extends Object


Field Summary
protected  String ceilingClassName
           
protected  String criteriaName
           
protected  String propertyName
           
protected  String propertyValue
           
 
Constructor Summary
DynamicEntityFormInfo()
           
 
Method Summary
 String getCeilingClassName()
           
 String getCriteriaName()
           
 String getPropertyName()
           
 String getPropertyValue()
           
 void setCeilingClassName(String ceilingClassName)
           
 void setCriteriaName(String criteriaName)
           
 void setPropertyName(String propertyName)
           
 void setPropertyValue(String propertyValue)
           
 DynamicEntityFormInfo withCeilingClassName(String ceilingClassName)
           
 DynamicEntityFormInfo withCriteriaName(String criteriaName)
           
 DynamicEntityFormInfo withPropertyName(String propertyName)
           
 DynamicEntityFormInfo withPropertyValue(String propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

criteriaName

protected String criteriaName

propertyName

protected String propertyName

propertyValue

protected String propertyValue

ceilingClassName

protected String ceilingClassName
Constructor Detail

DynamicEntityFormInfo

public DynamicEntityFormInfo()
Method Detail

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.