Whatever message this page gives is out now! Go check it out!
emp=new employee();
emp.setFirstName("Tom").setLastName("Nash").setAge("30");<cfcomponent accessors="TRUE">
<cfproperty name="firstname" type="string" setter="true"/>
<cfproperty name="lastname" type="string" setter="true"/>
<cfproperty name="age" type="numeric" setter="false"/>
<cffunction name="init">
<cfreturn this>
</cffunction>
</cfcomponent>