Interface JSONAttributable<A extends Any<?>>
-
- All Known Implementing Classes:
JPAJSONAnyObject,JPAJSONGroup,JPAJSONLinkedAccount,JPAJSONUser
public interface JSONAttributable<A extends Any<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(JSONPlainAttr<A> attr)List<? extends JSONPlainAttr<A>>getPlainAttrList()StringgetPlainAttrsJSON()voidsetPlainAttrsJSON(String plainAttrs)
-
-
-
Method Detail
-
getPlainAttrsJSON
String getPlainAttrsJSON()
-
setPlainAttrsJSON
void setPlainAttrsJSON(String plainAttrs)
-
add
boolean add(JSONPlainAttr<A> attr)
-
getPlainAttrList
List<? extends JSONPlainAttr<A>> getPlainAttrList()
-
-