com.acsinet_solutions.util.build
Class AbstractBean

java.lang.Object
  extended by com.acsinet_solutions.util.build.AbstractBean
All Implemented Interfaces:
java.beans.DesignMode

public abstract class AbstractBean
extends java.lang.Object
implements java.beans.DesignMode

Abstract base class for beans with the notion of desing/run time modes

Author:
Santiago Arriaga - santiago.arriaga@acsinet-solutions.com

Field Summary
 
Fields inherited from interface java.beans.DesignMode
PROPERTYNAME
 
Constructor Summary
AbstractBean()
           
 
Method Summary
protected  void checkBuildTime()
          Check that the bean is in design or build time, or throw an exception if not.
 boolean isDesignTime()
           
 void setDesignTime(boolean designTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBean

public AbstractBean()
Method Detail

isDesignTime

public boolean isDesignTime()
Specified by:
isDesignTime in interface java.beans.DesignMode

setDesignTime

public void setDesignTime(boolean designTime)
Specified by:
setDesignTime in interface java.beans.DesignMode

checkBuildTime

protected final void checkBuildTime()
Check that the bean is in design or build time, or throw an exception if not.