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

PostVO.as class.Abstract to Object wit packaged variables to net group posting.



Public Properties
 PropertyDefined By
 Inheritedaction : String = idle
UserVO
  brevity : String = null
PostVO
  destination : String
PostVO
  id : String
PostVO
 InheritedpeerID : String
UserVO
 InheritedroleIndex : int = -1
UserVO
 InheritedroleName : String
UserVO
 InheritedshortenPeerId : String
[read-only]
UserVO
  state : String = register-user
PostVO
  status : String = null
PostVO
Public Methods
 MethodDefined By
  
toString():String
[override]
PostVO
Public Constants
 ConstantDefined By
 InheritedACTION_IDLE : String = idle
[static]
UserVO
 InheritedACTION_PLAY : String = play
[static]
UserVO
  STATE_ENTRY : String = entry-gaming
[static]
PostVO
  STATE_HAND_SHAKE : String = hand-shake
[static]
PostVO
  STATE_REGISTER : String = register-user
[static]
PostVO
  STATE_UPDATE : String = update-brevity
[static]
PostVO
Property Detail
brevityproperty
public var brevity:String = null

destinationproperty 
public var destination:String

idproperty 
public var id:String

stateproperty 
public var state:String = register-user

statusproperty 
public var status:String = null

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

Returns
String
Constant Detail
STATE_ENTRYConstant
public static const STATE_ENTRY:String = entry-gaming

STATE_HAND_SHAKEConstant 
public static const STATE_HAND_SHAKE:String = hand-shake

STATE_REGISTERConstant 
public static const STATE_REGISTER:String = register-user

STATE_UPDATEConstant 
public static const STATE_UPDATE:String = update-brevity