Packagecom.godpaper.as3.model.vos
Classpublic class UserVO
InheritanceUserVO Inheritance Object
Subclasses PostVO

UserVO.as class.



Public Properties
 PropertyDefined By
  action : String = idle
UserVO
  peerID : String
UserVO
  roleIndex : int = -1
UserVO
  roleName : String
UserVO
  shortenPeerId : String
[read-only]
UserVO
Public Methods
 MethodDefined By
  
UserVO
  
toString():String
UserVO
Public Constants
 ConstantDefined By
  ACTION_IDLE : String = idle
[static]
UserVO
  ACTION_PLAY : String = play
[static]
UserVO
Property Detail
actionproperty
public var action:String = idle

peerIDproperty 
public var peerID:String

roleIndexproperty 
public var roleIndex:int = -1

roleNameproperty 
public var roleName:String

shortenPeerIdproperty 
shortenPeerId:String  [read-only]


Implementation
    public function get shortenPeerId():String
Constructor Detail
UserVO()Constructor
public function UserVO()



Method Detail
toString()method
public function toString():String

Returns
String
Constant Detail
ACTION_IDLEConstant
public static const ACTION_IDLE:String = idle

ACTION_PLAYConstant 
public static const ACTION_PLAY:String = play