Packagecom.whirled.contrib.persist
Classpublic class FloatCookieProperty
InheritanceFloatCookieProperty Inheritance CookiePropertyBase



Public Properties
 PropertyDefined by
  floatValue : Number
FloatCookieProperty
 Inheritedname : String
CookiePropertyBase
 InheritedtypeId : int
CookiePropertyBase
  value : Object
[write-only]
FloatCookieProperty
Protected Properties
 PropertyDefined by
 Inherited_manager : CookieManager
CookiePropertyBase
 Inherited_name : String
CookiePropertyBase
 Inherited_typeId : int
CookiePropertyBase
 Inherited_value : Object = null
CookiePropertyBase
Public Methods
 MethodDefined by
  
FloatCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)
FloatCookieProperty
  
deserialize(bytes:ByteArray):void
FloatCookieProperty
  
serialize(bytes:ByteArray):void
FloatCookieProperty
 Inherited
toString():String
CookiePropertyBase
Property detail
floatValueproperty
floatValue:Number  [read-write]Implementation
    public function get floatValue():Number
    public function set floatValue(value:Number):void
valueproperty 
value:Object  [write-only]Implementation
    public function set value(value:Object):void
Constructor detail
FloatCookieProperty()constructor
public function FloatCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)Parameters
manager:CookieManager
 
typeId:int
 
name:String
 
defaultValue:Object (default = null)
Method detail
deserialize()method
public override function deserialize(bytes:ByteArray):voidParameters
bytes:ByteArray
serialize()method 
public override function serialize(bytes:ByteArray):voidParameters
bytes:ByteArray