| Package | com.whirled.contrib.persist |
| Class | public class PropertyPrototype |
| Subclasses | CookiePrototype, PrizePrototype, TrophyPrototype |
| Property | Defined by | ||
|---|---|---|---|
| name : String [read-only]
| PropertyPrototype | ||
| playerId : int [read-only]
| PropertyPrototype | ||
| type : PropertyType
[read-only]
| PropertyPrototype | ||
| Property | Defined by | ||
|---|---|---|---|
| _name : String | PropertyPrototype | ||
| _playerId : int = 0.0 | PropertyPrototype | ||
| Method | Defined by | ||
|---|---|---|---|
|
PropertyPrototype(name:String, playerId:int = 0)
| PropertyPrototype | ||
| _name | property |
protected var _name:String
| name | property |
name:String [read-only]Implementation
public function get name():String
| _playerId | property |
protected var _playerId:int = 0.0
| playerId | property |
playerId:int [read-only]Implementation
public function get playerId():int
| type | property |
| PropertyPrototype | () | constructor |
public function PropertyPrototype(name:String, playerId:int = 0)Parameters
name:String |
|
playerId:int (default = 0) |