Packagecom.whirled.contrib.persist
Classpublic class StringCookieProperty
InheritanceStringCookieProperty Inheritance CookiePropertyBase



Public Properties
 PropertyDefined by
 Inheritedname : String
CookiePropertyBase
  stringValue : String
[read-only]
StringCookieProperty
 InheritedtypeId : int
CookiePropertyBase
  value : Object
[write-only]
StringCookieProperty
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
  
StringCookieProperty(manager:CookieManager, typeId:int, name:String, defaultValue:Object = null)
StringCookieProperty
  
deserialize(bytes:ByteArray):void
StringCookieProperty
  
serialize(bytes:ByteArray):void
StringCookieProperty
 Inherited
toString():String
CookiePropertyBase
Property detail
stringValueproperty
stringValue:String  [read-only]Implementation
    public function get stringValue():String
valueproperty 
value:Object  [write-only]Implementation
    public function set value(value:Object):void
Constructor detail
StringCookieProperty()constructor
public function StringCookieProperty(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