package com.gffny.ldrbrd.web.model;
import com.gffny.ldrbrd.web.model.JSONable;
/**
* @author jdgaffney
*
*/
public class JsonEntity implements JSONable {
protected String name;
public String getName() {
return name;
}
}