| Package | com.godpaper.as3.model.vos |
| Class | public class UserVO |
| Inheritance | UserVO Object |
| Subclasses | PostVO |
| Property | Defined By | ||
|---|---|---|---|
| action : String = idle | UserVO | ||
| peerID : String | UserVO | ||
| roleIndex : int = -1 | UserVO | ||
| roleName : String | UserVO | ||
| shortenPeerId : String [read-only] | UserVO | ||
| Constant | Defined By | ||
|---|---|---|---|
| ACTION_IDLE : String = idle [static] | UserVO | ||
| ACTION_PLAY : String = play [static] | UserVO | ||
| action | property |
public var action:String = idle| peerID | property |
public var peerID:String| roleIndex | property |
public var roleIndex:int = -1| roleName | property |
public var roleName:String| shortenPeerId | property |
shortenPeerId:String [read-only] public function get shortenPeerId():String| UserVO | () | Constructor |
public function UserVO()| toString | () | method |
public function toString():StringReturnsString |
| ACTION_IDLE | Constant |
public static const ACTION_IDLE:String = idle| ACTION_PLAY | Constant |
public static const ACTION_PLAY:String = play