Packagecom.whirled.contrib.persist
Classpublic class PropertyPrototype
SubclassesCookiePrototype, PrizePrototype, TrophyPrototype



Public Properties
 PropertyDefined by
  name : String
[read-only]
PropertyPrototype
  playerId : int
[read-only]
PropertyPrototype
  type : PropertyType
[read-only]
PropertyPrototype
Protected Properties
 PropertyDefined by
  _name : String
PropertyPrototype
  _playerId : int = 0.0
PropertyPrototype
Public Methods
 MethodDefined by
  
PropertyPrototype(name:String, playerId:int = 0)
PropertyPrototype
Property detail
_nameproperty
protected var _name:String
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
_playerIdproperty 
protected var _playerId:int = 0.0
playerIdproperty 
playerId:int  [read-only]Implementation
    public function get playerId():int
typeproperty 
type:PropertyType  [read-only]Implementation
    public function get type():PropertyType
Constructor detail
PropertyPrototype()constructor
public function PropertyPrototype(name:String, playerId:int = 0)Parameters
name:String
 
playerId:int (default = 0)