Packagecom.godpaper.as3.model
Classpublic class ChessPiecesMemento
InheritanceChessPiecesMemento Inheritance Object

The Memento pattern says that: in order to record the state for this class, We must create a memento type that we will call ChessPiecesMemento. The ChessPiecesMemento is capable of storing the Chess Pieces' values.



Public Properties
 PropertyDefined By
  conduct : ConductVO
ChessPiecesMemento
Public Methods
 MethodDefined By
  
ChessPiecesMemento
Property Detail
conductproperty
conduct:ConductVO


Implementation
    public function get conduct():ConductVO
    public function set conduct(value:ConductVO):void
Constructor Detail
ChessPiecesMemento()Constructor
public function ChessPiecesMemento(conduct:ConductVO)



Parameters
conduct:ConductVO