Skip to content

Instantly share code, notes, and snippets.

@jacobheric
Created April 25, 2013 15:43
Show Gist options
  • Save jacobheric/5460744 to your computer and use it in GitHub Desktop.
Save jacobheric/5460744 to your computer and use it in GitHub Desktop.
some blazeds related actionscript
[Bindable]
[RemoteClass(alias="com.jacobheric.youbrew.domain.Recipe")]
public class Recipe
{
public var id:int;
public var name:String;
public var start:Date;
public var end:Date;
public var brewNotes:String;
public var tasteNotes:String;
public var yeast:Yeast;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment