Modifier and Type | Field and Description |
---|---|
List<String> |
about
Specifies that this Item is about a particular resource, e.g.
|
List<String> |
addressed_to
Refers to who (e.g.
|
List<String> |
attachment
The URI of a file attached to an Item.
|
List<String> |
content
The content of the Item in plain text format.
|
List<Graph> |
embeds_knowledge
This links Items to embedded statements, facts and structured content.
|
List<Container> |
has_container
The Container to which this Item belongs.
|
List<String> |
has_discussion
The discussion that is related to this Item.
|
List<UserAccount> |
has_modifier
A UserAccount that modified this Item.
|
List<Item> |
has_reply
Points to an Item or Post that is a reply or response to this Item or Post.
|
List<String> |
ip_address
The IP address used when creating this Item.
|
List<Item> |
latest_version
Links to the latest revision of this Item or Post.
|
List<Item> |
next_by_date
Next Item or Post in a given Container sorted by date.
|
List<Item> |
next_version
Links to the next revision of this Item or Post.
|
List<Item> |
previous_by_date
Previous Item or Post in a given Container sorted by date.
|
List<Item> |
previous_version
Links to the previous revision of this Item or Post.
|
List<Item> |
reply_of
Links to an Item or Post which this Item or Post is a reply to.
|
Constructor and Description |
---|
ItemImpl() |
addUnvalidatedRelation, addUnvalidatedTuple, getURI, setAllowUnvalidatedRelations, setAllowUnvalidatedTriples, setURI
public List<String> addressed_to
public List<String> attachment
public List<Item> next_version
public List<String> about
public List<UserAccount> has_modifier
public List<String> ip_address
public List<Container> has_container
public List<Item> next_by_date
public List<Item> previous_by_date
public List<Graph> embeds_knowledge
public List<Item> has_reply
public List<Item> latest_version
public List<String> has_discussion
public List<Item> previous_version
public ItemImpl()
public List<String> getAddressed_to()
getAddressed_to
in interface Item
public void setAddressed_to(List<String> addressed_to)
setAddressed_to
in interface Item
public List<String> getAttachment()
getAttachment
in interface Item
public void setAttachment(List<String> attachment)
setAttachment
in interface Item
public List<Item> getNext_version()
getNext_version
in interface Item
public void setNext_version(List<Item> next_version)
setNext_version
in interface Item
public List<UserAccount> getHas_modifier()
getHas_modifier
in interface Item
public void setHas_modifier(List<UserAccount> has_modifier)
setHas_modifier
in interface Item
public List<String> getIp_address()
getIp_address
in interface Item
public void setIp_address(List<String> ip_address)
setIp_address
in interface Item
public List<Container> getHas_container()
getHas_container
in interface Item
public void setHas_container(List<Container> has_container)
setHas_container
in interface Item
public List<Item> getNext_by_date()
getNext_by_date
in interface Item
public void setNext_by_date(List<Item> next_by_date)
setNext_by_date
in interface Item
public List<Item> getReply_of()
getReply_of
in interface Item
public void setReply_of(List<Item> reply_of)
setReply_of
in interface Item
public List<Item> getPrevious_by_date()
getPrevious_by_date
in interface Item
public void setPrevious_by_date(List<Item> previous_by_date)
setPrevious_by_date
in interface Item
public List<Graph> getEmbeds_knowledge()
getEmbeds_knowledge
in interface Item
public void setEmbeds_knowledge(List<Graph> embeds_knowledge)
setEmbeds_knowledge
in interface Item
public List<Item> getHas_reply()
getHas_reply
in interface Item
public void setHas_reply(List<Item> has_reply)
setHas_reply
in interface Item
public List<Item> getLatest_version()
getLatest_version
in interface Item
public void setLatest_version(List<Item> latest_version)
setLatest_version
in interface Item
public List<String> getContent()
getContent
in interface Item
public void setContent(List<String> content)
setContent
in interface Item
public List<String> getHas_discussion()
getHas_discussion
in interface Item
public void setHas_discussion(List<String> has_discussion)
setHas_discussion
in interface Item
public List<Item> getPrevious_version()
getPrevious_version
in interface Item
public void setPrevious_version(List<Item> previous_version)
setPrevious_version
in interface Item