

Public Member Functions | |
| String | getId () |
| String | getName () |
| void | setName (String name) |
| boolean | isDynamic () |
| void | setDynamic (boolean dynamic) |
| org.turro.contacts.Contact | getContact () |
| void | setContact (org.turro.contacts.Contact contact) |
| SecurityGroup | getSocialGroup () |
| Object | entityId () |
| boolean | isEmpty () |
Public Member Functions inherited from org.turro.jpa.entity.IDaoEntity | |
| default boolean | isNew () |
| default void | prepareSave () |
| default void | prepareDelete () |
| default void | removeEmpties () |
| default Collection< Collection > | collections () |
Protected Member Functions | |
| void | setId (String id) |
Definition at line 39 of file Syndication.java.
| Object org.turro.contacts.Syndication.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 98 of file Syndication.java.
| org.turro.contacts.Contact org.turro.contacts.Syndication.getContact | ( | ) |
Definition at line 81 of file Syndication.java.
| String org.turro.contacts.Syndication.getId | ( | ) |
Definition at line 57 of file Syndication.java.
| String org.turro.contacts.Syndication.getName | ( | ) |
Definition at line 65 of file Syndication.java.
| SecurityGroup org.turro.contacts.Syndication.getSocialGroup | ( | ) |
| boolean org.turro.contacts.Syndication.isDynamic | ( | ) |
Definition at line 73 of file Syndication.java.
| boolean org.turro.contacts.Syndication.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 103 of file Syndication.java.
| void org.turro.contacts.Syndication.setContact | ( | org.turro.contacts.Contact | contact | ) |
| void org.turro.contacts.Syndication.setDynamic | ( | boolean | dynamic | ) |
|
protected |
Definition at line 61 of file Syndication.java.
| void org.turro.contacts.Syndication.setName | ( | String | name | ) |