Skip to content

Instantly share code, notes, and snippets.

@skyisle
Created July 11, 2016 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyisle/3ed4a1ce2188f6d7df1edb9150834018 to your computer and use it in GitHub Desktop.
Save skyisle/3ed4a1ce2188f6d7df1edb9150834018 to your computer and use it in GitHub Desktop.
public $TYPE$ get$FIELDNAME$() {
return get$TYPE$("$LOWER_FIELDNAME$");
}
public void set$FIELDNAME$($TYPE$ value) {
put("$LOWER_FIELDNAME$", value);
saveInBackground();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment