4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix Class Reference

Class that represents entity additional attribute trix triple. More...

Collaboration diagram for cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix:
Collaboration graph

Public Member Functions

String getEntityUri ()
 
void setEntityUri (String entityUri)
 
String getEntityAttributeName ()
 
void setEntityAttributeName (String entityAttributeName)
 
String getTypeUri ()
 
void setTypeUri (String typeUri)
 
String getValue ()
 
void setValue (String value)
 

Private Attributes

String entityUri
 
String entityAttributeName
 
String typeUri
 
String value
 

Detailed Description

Class that represents entity additional attribute trix triple.

Class that represents entity additional attribute trix triple.

Definition at line 22 of file P2EntityAdditionalTrix.java.

Member Function Documentation

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.getEntityAttributeName ( )

Gets name of entity additional attribute

Returns
The name of entity additional attribute

Definition at line 56 of file P2EntityAdditionalTrix.java.

Here is the caller graph for this function:

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.getEntityUri ( )

Gets URI of entity to which this additional attribute belongs

Returns
URI of entity to which this additional attribute belongs

Definition at line 40 of file P2EntityAdditionalTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.getTypeUri ( )

Gets URI of type of attribute

Returns
Uri of type of attribute

Definition at line 72 of file P2EntityAdditionalTrix.java.

Here is the caller graph for this function:

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.getValue ( )

Gets value of attribute in String form

Returns
The value attribute in String form

Definition at line 88 of file P2EntityAdditionalTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.setEntityAttributeName ( String  entityAttributeName)

Sets name of entity additional attribute

Parameters
entityAttributeNameThe name of entity additional attribute

Definition at line 64 of file P2EntityAdditionalTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.setEntityUri ( String  entityUri)

Sets URI of entity to which this additional attribute belongs

Parameters
entityUriURI of entity to which this additional attribute belongs

Definition at line 48 of file P2EntityAdditionalTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.setTypeUri ( String  typeUri)

Sets Uri of type of attribute

Parameters
typeUriUri of type of attribute

Definition at line 80 of file P2EntityAdditionalTrix.java.

void cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.setValue ( String  value)

Sets value of attribute in String form

Parameters
valueThe value of attribute to set

Definition at line 96 of file P2EntityAdditionalTrix.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.entityAttributeName
private

Name of entity additional attribute

Definition at line 28 of file P2EntityAdditionalTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.entityUri
private

Uri of entity to which this additional attribute belongs

Definition at line 25 of file P2EntityAdditionalTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.typeUri
private

Uri of type of attribute

Definition at line 31 of file P2EntityAdditionalTrix.java.

String cz.vutbr.fit.knot.annotations.comet.protocolV2_0.P2Trix.P2EntityAdditionalTrix.value
private

Value of attribute

Definition at line 34 of file P2EntityAdditionalTrix.java.


The documentation for this class was generated from the following file: