public class ContainerImpl extends Something implements Container
Modifier and Type | Field and Description |
---|---|
List<Item> |
container_of
An Item that this Container contains.
|
List<Container> |
has_parent
A Container or Forum that this Container or Forum is a child of.
|
List<UserAccount> |
has_subscriber
A UserAccount that is subscribed to this Container.
|
List<String> |
last_item_date
The date and time of the last Post (or Item) in a Forum (or a
Container), in ISO 8601 format.
|
List<Integer> |
num_items
The number of Posts (or Items) in a Forum (or a Container).
|
List<Container> |
parent_of
A child Container or Forum that this Container or Forum is a parent of.
|
Constructor and Description |
---|
ContainerImpl() |
Modifier and Type | Method and Description |
---|---|
List<Item> |
getContainer_of() |
List<Container> |
getHas_parent() |
List<UserAccount> |
getHas_subscriber() |
List<String> |
getLast_item_date() |
List<Integer> |
getNum_items() |
List<Container> |
getParent_of() |
void |
setContainer_of(List<Item> container_of) |
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 |
setParent_of(List<Container> parent_of) |
addUnvalidatedRelation, addUnvalidatedTuple, getURI, setAllowUnvalidatedRelations, setAllowUnvalidatedTriples, setURI
public List<UserAccount> has_subscriber
public List<Container> parent_of
public List<Integer> num_items
public List<String> last_item_date
public List<Item> container_of
public List<Container> has_parent
public ContainerImpl()
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<Container> getHas_parent()
getHas_parent
in interface Container
public void setHas_parent(List<Container> has_parent)
setHas_parent
in interface Container