Class DefaultCustomFormImplementation
- java.lang.Object
-
- org.guvnor.common.services.workingset.client.factconstraints.customform.predefined.DefaultCustomFormImplementation
-
- All Implemented Interfaces:
CustomFormConfiguration
public class DefaultCustomFormImplementation extends Object implements CustomFormConfiguration
-
-
Constructor Summary
Constructors Constructor Description DefaultCustomFormImplementation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCustomFormHeight()StringgetCustomFormURL()intgetCustomFormWidth()StringgetFactType()StringgetFieldName()voidsetCustomFormHeight(int height)voidsetCustomFormURL(String url)voidsetCustomFormWidth(int width)voidsetFactType(String factType)voidsetFieldName(String fieldName)
-
-
-
Method Detail
-
getFactType
public String getFactType()
- Specified by:
getFactTypein interfaceCustomFormConfiguration
-
setFactType
public void setFactType(String factType)
- Specified by:
setFactTypein interfaceCustomFormConfiguration
-
getFieldName
public String getFieldName()
- Specified by:
getFieldNamein interfaceCustomFormConfiguration
-
setFieldName
public void setFieldName(String fieldName)
- Specified by:
setFieldNamein interfaceCustomFormConfiguration
-
getCustomFormURL
public String getCustomFormURL()
- Specified by:
getCustomFormURLin interfaceCustomFormConfiguration
-
setCustomFormURL
public void setCustomFormURL(String url)
- Specified by:
setCustomFormURLin interfaceCustomFormConfiguration
-
getCustomFormHeight
public int getCustomFormHeight()
- Specified by:
getCustomFormHeightin interfaceCustomFormConfiguration
-
setCustomFormHeight
public void setCustomFormHeight(int height)
- Specified by:
setCustomFormHeightin interfaceCustomFormConfiguration
-
getCustomFormWidth
public int getCustomFormWidth()
- Specified by:
getCustomFormWidthin interfaceCustomFormConfiguration
-
setCustomFormWidth
public void setCustomFormWidth(int width)
- Specified by:
setCustomFormWidthin interfaceCustomFormConfiguration
-
-