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 boolean
add(JSONPlainAttr<A> attr)
List<? extends JSONPlainAttr<A>>
getPlainAttrList()
String
getPlainAttrsJSON()
void
setPlainAttrsJSON(String plainAttrs)
-
-
-
Method Detail
-
getPlainAttrsJSON
String getPlainAttrsJSON()
-
setPlainAttrsJSON
void setPlainAttrsJSON(String plainAttrs)
-
add
boolean add(JSONPlainAttr<A> attr)
-
getPlainAttrList
List<? extends JSONPlainAttr<A>> getPlainAttrList()
-
-