Created
April 25, 2013 15:43
-
-
Save jacobheric/5460744 to your computer and use it in GitHub Desktop.
some blazeds related actionscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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