Package | Description |
---|---|
orgrdfs.sioc.ns |
Modifier and Type | Class and Description |
---|---|
class |
ForumImpl
A discussion area on which Posts or entries are made.
|
Modifier and Type | Field and Description |
---|---|
List<Forum> |
SiteImpl.host_of
A Forum that is hosted on this Site.
|
List<Forum> |
UserAccountImpl.moderator_of
A Forum that a UserAccount is a moderator of.
|
Modifier and Type | Method and Description |
---|---|
List<Forum> |
SiteImpl.getHost_of() |
List<Forum> |
Site.getHost_of() |
List<Forum> |
UserAccount.getModerator_of() |
List<Forum> |
UserAccountImpl.getModerator_of() |
Modifier and Type | Method and Description |
---|---|
void |
SiteImpl.setHost_of(List<Forum> host_of) |
void |
Site.setHost_of(List<Forum> host_of) |
void |
UserAccount.setModerator_of(List<Forum> moderator_of) |
void |
UserAccountImpl.setModerator_of(List<Forum> moderator_of) |