Packagecom.whirled.contrib.persist
Classpublic class IntCookieProperty
InheritanceIntCookieProperty Inheritance CookiePropertyBase



Public Properties
 PropertyDefined by
  intValue : int
Typed accessor for easy arithmetic operations.
IntCookieProperty
 Inheritedname : String
CookiePropertyBase
 InheritedtypeId : int
CookiePropertyBase
  value : Object
[write-only]
IntCookieProperty
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
  
IntCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)
IntCookieProperty
  
deserialize(bytes:ByteArray):void
IntCookieProperty
  
serialize(bytes:ByteArray):void
IntCookieProperty
 Inherited
toString():String
CookiePropertyBase
Property detail
intValueproperty
intValue:int  [read-write]

Typed accessor for easy arithmetic operations.

Implementation
    public function get intValue():int
    public function set intValue(value:int):void
valueproperty 
value:Object  [write-only]Implementation
    public function set value(value:Object):void
Constructor detail
IntCookieProperty()constructor
public function IntCookieProperty(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