Created
February 24, 2011 09:39
-
-
Save k33g/841978 to your computer and use it in GitHub Desktop.
utilisation classe anonyme
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
Project p1 = Project.getInstance(new Object(){ | |
public String id="007"; | |
public String name="James Bond"; | |
public String test="ceci est un essai 001"; | |
public Integer amount=2000; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment