org.drools.ide.common.client.factconstraints.customform.predefined
Class DefaultCustomFormImplementation

java.lang.Object
  extended by 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

Constructor Summary
DefaultCustomFormImplementation()
           
 
Method Summary
 int getCustomFormHeight()
           
 String getCustomFormURL()
           
 int getCustomFormWidth()
           
 String getFactType()
           
 String getFieldName()
           
 void setCustomFormHeight(int height)
           
 void setCustomFormURL(String url)
           
 void setCustomFormWidth(int width)
           
 void setFactType(String factType)
           
 void setFieldName(String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCustomFormImplementation

public DefaultCustomFormImplementation()
Method Detail

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.