Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created May 12, 2010 12:15
Show Gist options
  • Save nsdevaraj/398506 to your computer and use it in GitHub Desktop.
Save nsdevaraj/398506 to your computer and use it in GitHub Desktop.
override public function processVO(vo:IValueObject):void
{
var task:Tasks = vo as Tasks;
task.personObject =
GetVOUtil.getVOObject(task.personFk,personDAO.collection.items,'personId',Persons);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment