org.drools.ide.common.client.factconstraints.customform.predefined
Class DefaultCustomFormImplementation
java.lang.Object
org.drools.ide.common.client.factconstraints.customform.predefined.DefaultCustomFormImplementation
- All Implemented Interfaces:
- Serializable, CustomFormConfiguration
public class DefaultCustomFormImplementation
- extends Object
- implements CustomFormConfiguration, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCustomFormImplementation
public DefaultCustomFormImplementation()
getFactType
public String getFactType()
- Specified by:
getFactType in interface CustomFormConfiguration
setFactType
public void setFactType(String factType)
- Specified by:
setFactType in interface CustomFormConfiguration
getFieldName
public String getFieldName()
- Specified by:
getFieldName in interface CustomFormConfiguration
setFieldName
public void setFieldName(String fieldName)
- Specified by:
setFieldName in interface CustomFormConfiguration
getCustomFormURL
public String getCustomFormURL()
- Specified by:
getCustomFormURL in interface CustomFormConfiguration
setCustomFormURL
public void setCustomFormURL(String url)
- Specified by:
setCustomFormURL in interface CustomFormConfiguration
getCustomFormHeight
public int getCustomFormHeight()
- Specified by:
getCustomFormHeight in interface CustomFormConfiguration
setCustomFormHeight
public void setCustomFormHeight(int height)
- Specified by:
setCustomFormHeight in interface CustomFormConfiguration
getCustomFormWidth
public int getCustomFormWidth()
- Specified by:
getCustomFormWidth in interface CustomFormConfiguration
setCustomFormWidth
public void setCustomFormWidth(int width)
- Specified by:
setCustomFormWidth in interface CustomFormConfiguration
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.