| Modifier and Type | Field and Description |
|---|---|
List<Site> |
has_host
The Site that hosts this Forum.
|
List<UserAccount> |
has_moderator
A UserAccount that is a moderator of this Forum.
|
List<Integer> |
num_threads
The number of Threads (AKA discussion topics) in a Forum.
|
| Constructor and Description |
|---|
ForumImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
getContainer_of() |
List<Site> |
getHas_host() |
List<UserAccount> |
getHas_moderator() |
List<Container> |
getHas_parent() |
List<UserAccount> |
getHas_subscriber() |
List<String> |
getLast_item_date() |
List<Integer> |
getNum_items() |
List<Integer> |
getNum_threads() |
List<Container> |
getParent_of() |
void |
setContainer_of(List<Item> container_of) |
void |
setHas_host(List<Site> has_host) |
void |
setHas_moderator(List<UserAccount> has_moderator) |
void |
setHas_parent(List<Container> has_parent) |
void |
setHas_subscriber(List<UserAccount> has_subscriber) |
void |
setLast_item_date(List<String> last_item_date) |
void |
setNum_items(List<Integer> num_items) |
void |
setNum_threads(List<Integer> num_threads) |
void |
setParent_of(List<Container> parent_of) |
addUnvalidatedRelation, addUnvalidatedTuple, getURI, setAllowUnvalidatedRelations, setAllowUnvalidatedTriples, setURIpublic List<UserAccount> has_moderator
public List<Integer> num_threads
public ForumImpl()
public List<UserAccount> getHas_subscriber()
getHas_subscriber in interface Containerpublic void setHas_subscriber(List<UserAccount> has_subscriber)
setHas_subscriber in interface Containerpublic List<Integer> getNum_items()
getNum_items in interface Containerpublic void setNum_items(List<Integer> num_items)
setNum_items in interface Containerpublic List<Container> getParent_of()
getParent_of in interface Containerpublic void setParent_of(List<Container> parent_of)
setParent_of in interface Containerpublic List<Item> getContainer_of()
getContainer_of in interface Containerpublic void setContainer_of(List<Item> container_of)
setContainer_of in interface Containerpublic List<String> getLast_item_date()
getLast_item_date in interface Containerpublic void setLast_item_date(List<String> last_item_date)
setLast_item_date in interface Containerpublic List<Site> getHas_host()
getHas_host in interface Forumpublic void setHas_host(List<Site> has_host)
setHas_host in interface Forumpublic List<UserAccount> getHas_moderator()
getHas_moderator in interface Forumpublic void setHas_moderator(List<UserAccount> has_moderator)
setHas_moderator in interface Forumpublic List<Container> getHas_parent()
getHas_parent in interface Containerpublic void setHas_parent(List<Container> has_parent)
setHas_parent in interface Containerpublic List<Integer> getNum_threads()
getNum_threads in interface Forumpublic void setNum_threads(List<Integer> num_threads)
setNum_threads in interface Forum