Changeset 2816 for trunk/www/requirements/mura/content/rater/rateBean.cfc
- Timestamp:
- 09/09/10 19:14:27 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/requirements/mura/content/rater/rateBean.cfc
r1 r2816 97 97 </cffunction> 98 98 99 <cffunction name="setAllValues" returntype="any" access="public" output="false"> 100 <cfargument name="instance"> 101 <cfset variables.instance=arguments.instance/> 102 <cfreturn this> 103 </cffunction> 104 105 <cffunction name="getAllValues" returntype="any" access="public" output="false"> 106 <cfreturn variables.instance> 107 </cffunction> 108 99 109 <cffunction name="setEntered" access="public" output="false"> 100 110 <cfargument name="entered" />
Note: See TracChangeset
for help on using the changeset viewer.
