Java Doc for Post.java in  » Search-Engine » semweb4j » org » rdfs » sioc » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Search Engine » semweb4j » org.rdfs.sioc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.rdfs.sioc.Thing
   org.rdfs.sioc.Document
      org.rdfs.sioc.Item
         org.rdfs.sioc.Post

Post
public class Post extends Item (Code)
This class was generated by RDFReactor on 01.06.07 18:30 This class manages access to these properties:
  • Numreplies
  • Attachment
  • Relatedto
  • Sibling
  • Note
  • Content
Schema Comment: An article or message that can be posted to a Forum.


Field Summary
final public static  URIATTACHMENT
    
final public static  URICONTENT
    
final public static  URI[]MANAGED_URIS
    
final public static  URINOTE
    
final public static  URINUMREPLIES
    
final public static  URIRDFS_CLASS
    
final public static  URIRELATEDTO
    
final public static  URISIBLING
    

Constructor Summary
protected  Post(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Post(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Post(Model model, URI uri)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Post(Model model, String uriString)
     Returns a Java wrapper over an RDF object, identified by URI.
public  Post(Model model, BlankNode bnode)
     Returns a Java wrapper over an RDF object, identified by a blank node.
public  Post(Model model)
     Returns a Java wrapper over an RDF object, identified by a randomly generated URI.

Method Summary
public  voidaddSiocAttachment(Thing value)
    
public  voidaddSiocContent(java.lang.String value)
    
public  voidaddSiocNote(java.lang.String value)
    
public  voidaddSiocNumreplies(java.lang.Integer value)
     adds a value
Parameters:
  value - the value to be addedSchema Comment: The number of replies that this Post has.
public  voidaddSiocRelatedto(Post value)
    
public  voidaddSiocRelatedto_Inverse(Post value)
    
public  voidaddSiocSibling(Post value)
     adds a value
Parameters:
  value - the value to be addedSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.).
public  voidaddSiocSibling_Inverse(Post value)
    
public  Post[]getAllInstances()
    
public static  Post[]getAllInstances(Model model)
    
public  Thing[]getAllSiocAttachment()
    
public  java.lang.String[]getAllSiocContent()
    
public  java.lang.String[]getAllSiocNote()
    
public  java.lang.Integer[]getAllSiocNumreplies()
     all valuesSchema Comment: The number of replies that this Post has.
public  Post[]getAllSiocRelatedto()
    
public  Post[]getAllSiocRelatedto_Inverse()
    
public  Post[]getAllSiocSibling()
     all valuesSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.).
public  Post[]getAllSiocSibling_Inverse()
    
public static  PostgetInstance(Model model, URI uri)
    
public  ThinggetSiocAttachment()
     Schema Comment: The URI of a file attached to a Post. the only value.
public  java.lang.StringgetSiocContent()
     Schema Comment: The content of the Post. the only value.
public  java.lang.StringgetSiocNote()
     Schema Comment: A note associated with this Post, for example if it has been edited by a User. the only value.
public  java.lang.IntegergetSiocNumreplies()
     Schema Comment: The number of replies that this Post has.
public  PostgetSiocRelatedto()
     Schema Comment: Related Posts for this Post, perhaps determined implicitly from topics or references. the only value.
public  PostgetSiocSibling()
     Schema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.).
public static  booleanhasInstance(Model model, URI uri)
    
public  booleanhasSiocAttachment(Thing value)
    
public  booleanhasSiocAttachment()
    
public  booleanhasSiocContent(java.lang.String value)
    
public  booleanhasSiocContent()
    
public  booleanhasSiocNote(java.lang.String value)
    
public  booleanhasSiocNote()
    
public  booleanhasSiocNumreplies(java.lang.Integer value)
    
public  booleanhasSiocNumreplies()
    
public  booleanhasSiocRelatedto(Post value)
    
public  booleanhasSiocRelatedto()
    
public  booleanhasSiocSibling(Post value)
    
public  booleanhasSiocSibling()
    
public  voidremoveSiocAttachment(Thing value)
    
public  voidremoveSiocContent(java.lang.String value)
    
public  voidremoveSiocNote(java.lang.String value)
    
public  voidremoveSiocNumreplies(java.lang.Integer value)
     removes a value
Parameters:
  value - the value to be removedSchema Comment: The number of replies that this Post has.
public  voidremoveSiocRelatedto(Post value)
    
public  voidremoveSiocSibling(Post value)
     removes a value
Parameters:
  value - the value to be removedSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.).
public  voidsetSiocAttachment(Thing value)
    
public  voidsetSiocContent(java.lang.String value)
    
public  voidsetSiocNote(java.lang.String value)
    
public  voidsetSiocNumreplies(java.lang.Integer value)
     removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The number of replies that this Post has.
public  voidsetSiocRelatedto(Post value)
    
public  voidsetSiocSibling(Post value)
     removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.).

Field Detail
ATTACHMENT
final public static URI ATTACHMENT(Code)
http://rdfs.org/sioc/ns#attachment



CONTENT
final public static URI CONTENT(Code)
http://rdfs.org/sioc/ns#content



MANAGED_URIS
final public static URI[] MANAGED_URIS(Code)
all property-URIs with this class as domain



NOTE
final public static URI NOTE(Code)
http://rdfs.org/sioc/ns#note



NUMREPLIES
final public static URI NUMREPLIES(Code)
http://rdfs.org/sioc/ns#num_replies



RDFS_CLASS
final public static URI RDFS_CLASS(Code)
http://rdfs.org/sioc/ns#Post



RELATEDTO
final public static URI RELATEDTO(Code)
http://rdfs.org/sioc/ns#related_to



SIBLING
final public static URI SIBLING(Code)
http://rdfs.org/sioc/ns#sibling




Constructor Detail
Post
protected Post(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.semweb4j.org
Parameters:
  classURI - URI of RDFS class
Parameters:
  instanceIdentifier - Resource that identifies this instance
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model



Post
public Post(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal.
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  instanceIdentifier - an RDF2Go Resource identifying this instance
Parameters:
  write - if true, the statement (this, rdf:type, TYPE) is written to the model



Post
public Post(Model model, URI uri)(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  uri - URI of this instance



Post
public Post(Model model, String uriString) throws ModelRuntimeException(Code)
Returns a Java wrapper over an RDF object, identified by URI. Creating two wrappers for the same instanceURI is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  uriString - A URI of this instance, represented as a String
throws:
  ModelRuntimeException - if URI syntax is wrong



Post
public Post(Model model, BlankNode bnode)(Code)
Returns a Java wrapper over an RDF object, identified by a blank node. Creating two wrappers for the same blank node is legal. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org
Parameters:
  bnode - BlankNode of this instance



Post
public Post(Model model)(Code)
Returns a Java wrapper over an RDF object, identified by a randomly generated URI. Creating two wrappers results in different URIs. The statement (this, rdf:type, TYPE) is written to the model
Parameters:
  model - RDF2GO Model implementation, see http://rdf2go.ontoware.org




Method Detail
addSiocAttachment
public void addSiocAttachment(Thing value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: The URI of a file attached to a Post.



addSiocContent
public void addSiocContent(java.lang.String value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: The content of the Post.



addSiocNote
public void addSiocNote(java.lang.String value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A note associated with this Post, for example if it has been edited by a User.



addSiocNumreplies
public void addSiocNumreplies(java.lang.Integer value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: The number of replies that this Post has. Useful for where the reply structure is absent.



addSiocRelatedto
public void addSiocRelatedto(Post value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: Related Posts for this Post, perhaps determined implicitly from topics or references.



addSiocRelatedto_Inverse
public void addSiocRelatedto_Inverse(Post value)(Code)
add 'Relatedto'-Inverse
Parameters:
  value -



addSiocSibling
public void addSiocSibling(Post value)(Code)
adds a value
Parameters:
  value - the value to be addedSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Post should be self-describing (that is, it should contain all available information).



addSiocSibling_Inverse
public void addSiocSibling_Inverse(Post value)(Code)
add 'Sibling'-Inverse
Parameters:
  value -



getAllInstances
public Post[] getAllInstances()(Code)
all instances of this class



getAllInstances
public static Post[] getAllInstances(Model model)(Code)
all instances of this class in the given Model
Parameters:
  model - an RDF2Go model



getAllSiocAttachment
public Thing[] getAllSiocAttachment()(Code)
all valuesSchema Comment: The URI of a file attached to a Post.



getAllSiocContent
public java.lang.String[] getAllSiocContent()(Code)
all valuesSchema Comment: The content of the Post.



getAllSiocNote
public java.lang.String[] getAllSiocNote()(Code)
all valuesSchema Comment: A note associated with this Post, for example if it has been edited by a User.



getAllSiocNumreplies
public java.lang.Integer[] getAllSiocNumreplies()(Code)
all valuesSchema Comment: The number of replies that this Post has. Useful for where the reply structure is absent.



getAllSiocRelatedto
public Post[] getAllSiocRelatedto()(Code)
all valuesSchema Comment: Related Posts for this Post, perhaps determined implicitly from topics or references.



getAllSiocRelatedto_Inverse
public Post[] getAllSiocRelatedto_Inverse()(Code)
all A's that have a relation 'Relatedto' to this Post instance



getAllSiocSibling
public Post[] getAllSiocSibling()(Code)
all valuesSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Post should be self-describing (that is, it should contain all available information).



getAllSiocSibling_Inverse
public Post[] getAllSiocSibling_Inverse()(Code)
all A's that have a relation 'Sibling' to this Post instance



getInstance
public static Post getInstance(Model model, URI uri) throws Exception(Code)

Parameters:
  model - RDF2Go model
Parameters:
  uri - instance identifier an instance of Post or null if none existst
throws:
  Exception - if Model causes problems



getSiocAttachment
public Thing getSiocAttachment()(Code)
Schema Comment: The URI of a file attached to a Post. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocContent
public java.lang.String getSiocContent()(Code)
Schema Comment: The content of the Post. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocNote
public java.lang.String getSiocNote()(Code)
Schema Comment: A note associated with this Post, for example if it has been edited by a User. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocNumreplies
public java.lang.Integer getSiocNumreplies()(Code)
Schema Comment: The number of replies that this Post has. Useful for where the reply structure is absent. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocRelatedto
public Post getSiocRelatedto()(Code)
Schema Comment: Related Posts for this Post, perhaps determined implicitly from topics or references. the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



getSiocSibling
public Post getSiocSibling()(Code)
Schema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Post should be self-describing (that is, it should contain all available information). the only value. null if none is found
throws:
  RDFDataException - , if the property has multiple values



hasInstance
public static boolean hasInstance(Model model, URI uri)(Code)

Parameters:
  model -
Parameters:
  uri - true if uri is an instance of this class in the model



hasSiocAttachment
public boolean hasSiocAttachment(Thing value)(Code)

Parameters:
  value - true if the model contains a statement (this, ATTACHMENT, value)



hasSiocAttachment
public boolean hasSiocAttachment()(Code)
true if the model contains a statement (this, ATTACHMENT, *)



hasSiocContent
public boolean hasSiocContent(java.lang.String value)(Code)

Parameters:
  value - true if the model contains a statement (this, CONTENT, value)



hasSiocContent
public boolean hasSiocContent()(Code)
true if the model contains a statement (this, CONTENT, *)



hasSiocNote
public boolean hasSiocNote(java.lang.String value)(Code)

Parameters:
  value - true if the model contains a statement (this, NOTE, value)



hasSiocNote
public boolean hasSiocNote()(Code)
true if the model contains a statement (this, NOTE, *)



hasSiocNumreplies
public boolean hasSiocNumreplies(java.lang.Integer value)(Code)

Parameters:
  value - true if the model contains a statement (this, NUMREPLIES, value)



hasSiocNumreplies
public boolean hasSiocNumreplies()(Code)
true if the model contains a statement (this, NUMREPLIES, *)



hasSiocRelatedto
public boolean hasSiocRelatedto(Post value)(Code)

Parameters:
  value - true if the model contains a statement (this, RELATEDTO, value)



hasSiocRelatedto
public boolean hasSiocRelatedto()(Code)
true if the model contains a statement (this, RELATEDTO, *)



hasSiocSibling
public boolean hasSiocSibling(Post value)(Code)

Parameters:
  value - true if the model contains a statement (this, SIBLING, value)



hasSiocSibling
public boolean hasSiocSibling()(Code)
true if the model contains a statement (this, SIBLING, *)



removeSiocAttachment
public void removeSiocAttachment(Thing value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: The URI of a file attached to a Post.



removeSiocContent
public void removeSiocContent(java.lang.String value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: The content of the Post.



removeSiocNote
public void removeSiocNote(java.lang.String value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A note associated with this Post, for example if it has been edited by a User.



removeSiocNumreplies
public void removeSiocNumreplies(java.lang.Integer value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: The number of replies that this Post has. Useful for where the reply structure is absent.



removeSiocRelatedto
public void removeSiocRelatedto(Post value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: Related Posts for this Post, perhaps determined implicitly from topics or references.



removeSiocSibling
public void removeSiocSibling(Post value)(Code)
removes a value
Parameters:
  value - the value to be removedSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Post should be self-describing (that is, it should contain all available information).



setSiocAttachment
public void setSiocAttachment(Thing value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The URI of a file attached to a Post.



setSiocContent
public void setSiocContent(java.lang.String value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The content of the Post.



setSiocNote
public void setSiocNote(java.lang.String value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A note associated with this Post, for example if it has been edited by a User.



setSiocNumreplies
public void setSiocNumreplies(java.lang.Integer value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The number of replies that this Post has. Useful for where the reply structure is absent.



setSiocRelatedto
public void setSiocRelatedto(Post value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: Related Posts for this Post, perhaps determined implicitly from topics or references.



setSiocSibling
public void setSiocSibling(Post value)(Code)
removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: A Post may have a sibling or a twin that exists in a different Forum, but the siblings may differ in some small way (for example, language, category, etc.). The sibling of this Post should be self-describing (that is, it should contain all available information).



Fields inherited from org.rdfs.sioc.Item
final public static URI CONTAINER(Code)(Java Doc)
final public static URI CREATOR(Code)(Java Doc)
final public static URI IPADDRESS(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI MODIFIER(Code)(Java Doc)
final public static URI NEXTBYDATE(Code)(Java Doc)
final public static URI NEXTVERSION(Code)(Java Doc)
final public static URI PREVIOUSBYDATE(Code)(Java Doc)
final public static URI PREVIOUSVERSION(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI REPLY(Code)(Java Doc)
final public static URI REPLYOF(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Item
public void addSiocContainer(Container value)(Code)(Java Doc)
public void addSiocContainerof_Inverse(Container value)(Code)(Java Doc)
public void addSiocCreator(User value)(Code)(Java Doc)
public void addSiocCreatorof_Inverse(User value)(Code)(Java Doc)
public void addSiocIpaddress(java.lang.String value)(Code)(Java Doc)
public void addSiocModifier(User value)(Code)(Java Doc)
public void addSiocModifierof_Inverse(User value)(Code)(Java Doc)
public void addSiocNextbydate(Item value)(Code)(Java Doc)
public void addSiocNextbydate_Inverse(Item value)(Code)(Java Doc)
public void addSiocNextversion(Item value)(Code)(Java Doc)
public void addSiocNextversion_Inverse(Item value)(Code)(Java Doc)
public void addSiocPreviousbydate(Item value)(Code)(Java Doc)
public void addSiocPreviousbydate_Inverse(Item value)(Code)(Java Doc)
public void addSiocPreviousversion(Item value)(Code)(Java Doc)
public void addSiocPreviousversion_Inverse(Item value)(Code)(Java Doc)
public void addSiocReply(Item value)(Code)(Java Doc)
public void addSiocReply_Inverse(Item value)(Code)(Java Doc)
public void addSiocReplyof(Item value)(Code)(Java Doc)
public void addSiocReplyof_Inverse(Item value)(Code)(Java Doc)
public Item[] getAllInstances()(Code)(Java Doc)
public static Item[] getAllInstances(Model model)(Code)(Java Doc)
public Container[] getAllSiocContainer()(Code)(Java Doc)
public Container[] getAllSiocContainerof_Inverse()(Code)(Java Doc)
public User[] getAllSiocCreator()(Code)(Java Doc)
public User[] getAllSiocCreatorof_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocIpaddress()(Code)(Java Doc)
public User[] getAllSiocModifier()(Code)(Java Doc)
public User[] getAllSiocModifierof_Inverse()(Code)(Java Doc)
public Item[] getAllSiocNextbydate()(Code)(Java Doc)
public Item[] getAllSiocNextbydate_Inverse()(Code)(Java Doc)
public Item[] getAllSiocNextversion()(Code)(Java Doc)
public Item[] getAllSiocNextversion_Inverse()(Code)(Java Doc)
public Item[] getAllSiocPreviousbydate()(Code)(Java Doc)
public Item[] getAllSiocPreviousbydate_Inverse()(Code)(Java Doc)
public Item[] getAllSiocPreviousversion()(Code)(Java Doc)
public Item[] getAllSiocPreviousversion_Inverse()(Code)(Java Doc)
public Item[] getAllSiocReply()(Code)(Java Doc)
public Item[] getAllSiocReply_Inverse()(Code)(Java Doc)
public Item[] getAllSiocReplyof()(Code)(Java Doc)
public Item[] getAllSiocReplyof_Inverse()(Code)(Java Doc)
public static Item getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public Container getSiocContainer()(Code)(Java Doc)
public User getSiocCreator()(Code)(Java Doc)
public java.lang.String getSiocIpaddress()(Code)(Java Doc)
public User getSiocModifier()(Code)(Java Doc)
public Item getSiocNextbydate()(Code)(Java Doc)
public Item getSiocNextversion()(Code)(Java Doc)
public Item getSiocPreviousbydate()(Code)(Java Doc)
public Item getSiocPreviousversion()(Code)(Java Doc)
public Item getSiocReply()(Code)(Java Doc)
public Item getSiocReplyof()(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)
public boolean hasSiocContainer(Container value)(Code)(Java Doc)
public boolean hasSiocContainer()(Code)(Java Doc)
public boolean hasSiocCreator(User value)(Code)(Java Doc)
public boolean hasSiocCreator()(Code)(Java Doc)
public boolean hasSiocIpaddress(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocIpaddress()(Code)(Java Doc)
public boolean hasSiocModifier(User value)(Code)(Java Doc)
public boolean hasSiocModifier()(Code)(Java Doc)
public boolean hasSiocNextbydate(Item value)(Code)(Java Doc)
public boolean hasSiocNextbydate()(Code)(Java Doc)
public boolean hasSiocNextversion(Item value)(Code)(Java Doc)
public boolean hasSiocNextversion()(Code)(Java Doc)
public boolean hasSiocPreviousbydate(Item value)(Code)(Java Doc)
public boolean hasSiocPreviousbydate()(Code)(Java Doc)
public boolean hasSiocPreviousversion(Item value)(Code)(Java Doc)
public boolean hasSiocPreviousversion()(Code)(Java Doc)
public boolean hasSiocReply(Item value)(Code)(Java Doc)
public boolean hasSiocReply()(Code)(Java Doc)
public boolean hasSiocReplyof(Item value)(Code)(Java Doc)
public boolean hasSiocReplyof()(Code)(Java Doc)
public void removeSiocContainer(Container value)(Code)(Java Doc)
public void removeSiocCreator(User value)(Code)(Java Doc)
public void removeSiocIpaddress(java.lang.String value)(Code)(Java Doc)
public void removeSiocModifier(User value)(Code)(Java Doc)
public void removeSiocNextbydate(Item value)(Code)(Java Doc)
public void removeSiocNextversion(Item value)(Code)(Java Doc)
public void removeSiocPreviousbydate(Item value)(Code)(Java Doc)
public void removeSiocPreviousversion(Item value)(Code)(Java Doc)
public void removeSiocReply(Item value)(Code)(Java Doc)
public void removeSiocReplyof(Item value)(Code)(Java Doc)
public void setSiocContainer(Container value)(Code)(Java Doc)
public void setSiocCreator(User value)(Code)(Java Doc)
public void setSiocIpaddress(java.lang.String value)(Code)(Java Doc)
public void setSiocModifier(User value)(Code)(Java Doc)
public void setSiocNextbydate(Item value)(Code)(Java Doc)
public void setSiocNextversion(Item value)(Code)(Java Doc)
public void setSiocPreviousbydate(Item value)(Code)(Java Doc)
public void setSiocPreviousversion(Item value)(Code)(Java Doc)
public void setSiocReply(Item value)(Code)(Java Doc)
public void setSiocReplyof(Item value)(Code)(Java Doc)

Fields inherited from org.rdfs.sioc.Document
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Document
public Document[] getAllInstances()(Code)(Java Doc)
public static Document[] getAllInstances(Model model)(Code)(Java Doc)
public static Document getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)

Fields inherited from org.rdfs.sioc.Thing
final public static URI FEED(Code)(Java Doc)
final public static URI ID(Code)(Java Doc)
final public static URI LINK(Code)(Java Doc)
final public static URI LINKSTO(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI NAME(Code)(Java Doc)
final public static URI NUMVIEWS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SPACE(Code)(Java Doc)
final public static URI SUBJECT(Code)(Java Doc)
final public static URI TOPIC(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Thing
public void addSiocAttachment_Inverse(Post value)(Code)(Java Doc)
public void addSiocAvatar_Inverse(User value)(Code)(Java Doc)
public void addSiocEmail_Inverse(User value)(Code)(Java Doc)
public void addSiocFeed(Thing value)(Code)(Java Doc)
public void addSiocFeed_Inverse(Thing value)(Code)(Java Doc)
public void addSiocId(java.lang.String value)(Code)(Java Doc)
public void addSiocLink(Thing value)(Code)(Java Doc)
public void addSiocLink_Inverse(Thing value)(Code)(Java Doc)
public void addSiocLinksto(Thing value)(Code)(Java Doc)
public void addSiocLinksto_Inverse(Thing value)(Code)(Java Doc)
public void addSiocName(java.lang.String value)(Code)(Java Doc)
public void addSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void addSiocSpace(Space value)(Code)(Java Doc)
public void addSiocSpaceof_Inverse(Space value)(Code)(Java Doc)
public void addSiocSubject(Thing value)(Code)(Java Doc)
public void addSiocSubject_Inverse(Thing value)(Code)(Java Doc)
public void addSiocTopic(Thing value)(Code)(Java Doc)
public void addSiocTopic_Inverse(Thing value)(Code)(Java Doc)
public Thing[] getAllInstances()(Code)(Java Doc)
public static Thing[] getAllInstances(Model model)(Code)(Java Doc)
public Post[] getAllSiocAttachment_Inverse()(Code)(Java Doc)
public User[] getAllSiocAvatar_Inverse()(Code)(Java Doc)
public User[] getAllSiocEmail_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocFeed()(Code)(Java Doc)
public Thing[] getAllSiocFeed_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocId()(Code)(Java Doc)
public Thing[] getAllSiocLink()(Code)(Java Doc)
public Thing[] getAllSiocLink_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocLinksto()(Code)(Java Doc)
public Thing[] getAllSiocLinksto_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocName()(Code)(Java Doc)
public java.lang.Integer[] getAllSiocNumviews()(Code)(Java Doc)
public Space[] getAllSiocSpace()(Code)(Java Doc)
public Space[] getAllSiocSpaceof_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocSubject()(Code)(Java Doc)
public Thing[] getAllSiocSubject_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocTopic()(Code)(Java Doc)
public Thing[] getAllSiocTopic_Inverse()(Code)(Java Doc)
public static Thing getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public Thing getSiocFeed()(Code)(Java Doc)
public java.lang.String getSiocId()(Code)(Java Doc)
public Thing getSiocLink()(Code)(Java Doc)
public Thing getSiocLinksto()(Code)(Java Doc)
public java.lang.String getSiocName()(Code)(Java Doc)
public java.lang.Integer getSiocNumviews()(Code)(Java Doc)
public Space getSiocSpace()(Code)(Java Doc)
public Thing getSiocSubject()(Code)(Java Doc)
public Thing getSiocTopic()(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)
public boolean hasSiocFeed(Thing value)(Code)(Java Doc)
public boolean hasSiocFeed()(Code)(Java Doc)
public boolean hasSiocId(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocId()(Code)(Java Doc)
public boolean hasSiocLink(Thing value)(Code)(Java Doc)
public boolean hasSiocLink()(Code)(Java Doc)
public boolean hasSiocLinksto(Thing value)(Code)(Java Doc)
public boolean hasSiocLinksto()(Code)(Java Doc)
public boolean hasSiocName(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocName()(Code)(Java Doc)
public boolean hasSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public boolean hasSiocNumviews()(Code)(Java Doc)
public boolean hasSiocSpace(Space value)(Code)(Java Doc)
public boolean hasSiocSpace()(Code)(Java Doc)
public boolean hasSiocSubject(Thing value)(Code)(Java Doc)
public boolean hasSiocSubject()(Code)(Java Doc)
public boolean hasSiocTopic(Thing value)(Code)(Java Doc)
public boolean hasSiocTopic()(Code)(Java Doc)
public void removeSiocFeed(Thing value)(Code)(Java Doc)
public void removeSiocId(java.lang.String value)(Code)(Java Doc)
public void removeSiocLink(Thing value)(Code)(Java Doc)
public void removeSiocLinksto(Thing value)(Code)(Java Doc)
public void removeSiocName(java.lang.String value)(Code)(Java Doc)
public void removeSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void removeSiocSpace(Space value)(Code)(Java Doc)
public void removeSiocSubject(Thing value)(Code)(Java Doc)
public void removeSiocTopic(Thing value)(Code)(Java Doc)
public void setSiocFeed(Thing value)(Code)(Java Doc)
public void setSiocId(java.lang.String value)(Code)(Java Doc)
public void setSiocLink(Thing value)(Code)(Java Doc)
public void setSiocLinksto(Thing value)(Code)(Java Doc)
public void setSiocName(java.lang.String value)(Code)(Java Doc)
public void setSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void setSiocSpace(Space value)(Code)(Java Doc)
public void setSiocSubject(Thing value)(Code)(Java Doc)
public void setSiocTopic(Thing value)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.