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, setURI
public List<UserAccount> has_moderator
public List<Integer> num_threads
public ForumImpl()
public List<UserAccount> getHas_subscriber()
getHas_subscriber
in interface Container
public void setHas_subscriber(List<UserAccount> has_subscriber)
setHas_subscriber
in interface Container
public List<Integer> getNum_items()
getNum_items
in interface Container
public void setNum_items(List<Integer> num_items)
setNum_items
in interface Container
public List<Container> getParent_of()
getParent_of
in interface Container
public void setParent_of(List<Container> parent_of)
setParent_of
in interface Container
public List<Item> getContainer_of()
getContainer_of
in interface Container
public void setContainer_of(List<Item> container_of)
setContainer_of
in interface Container
public List<String> getLast_item_date()
getLast_item_date
in interface Container
public void setLast_item_date(List<String> last_item_date)
setLast_item_date
in interface Container
public List<Site> getHas_host()
getHas_host
in interface Forum
public void setHas_host(List<Site> has_host)
setHas_host
in interface Forum
public List<UserAccount> getHas_moderator()
getHas_moderator
in interface Forum
public void setHas_moderator(List<UserAccount> has_moderator)
setHas_moderator
in interface Forum
public List<Container> getHas_parent()
getHas_parent
in interface Container
public void setHas_parent(List<Container> has_parent)
setHas_parent
in interface Container
public List<Integer> getNum_threads()
getNum_threads
in interface Forum
public void setNum_threads(List<Integer> num_threads)
setNum_threads
in interface Forum