- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 34 of file AxProjectBan.java.
◆ getId()
String org.turro.server.db.entities.AxProjectBan.getId |
( |
| ) |
|
◆ getRelation()
RelationId org.turro.server.db.entities.AxProjectBan.getRelation |
( |
| ) |
|
◆ isBanned()
boolean org.turro.server.db.entities.AxProjectBan.isBanned |
( |
| ) |
|
◆ setBanned()
void org.turro.server.db.entities.AxProjectBan.setBanned |
( |
boolean |
banned | ) |
|
◆ setId()
void org.turro.server.db.entities.AxProjectBan.setId |
( |
String |
id | ) |
|
Definition at line 47 of file AxProjectBan.java.
49 if(!Strings.isBlank(
id) &&
id.contains(
"##")) {
50 String v[] =
id.split(
"##");
void setMainMemberId(Long mainMemberId)
void setMainEntityId(String mainEntityId)
◆ setRelation()
void org.turro.server.db.entities.AxProjectBan.setRelation |
( |
RelationId |
relation | ) |
|
The documentation for this class was generated from the following file: