4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem Class Reference

Class representing annotations for clone list item. More...

Collaboration diagram for cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem:
Collaboration graph

Public Member Functions

 AnnotCloneItem ()
 
 AnnotCloneItem (Integer oldId, Annotation newAnnotation)
 
Integer getOldId ()
 
void setOldId (Integer oldId)
 
Annotation getNewAnnotation ()
 
void setNewAnnotation (Annotation newAnnotation)
 
List< BaseAttributegetNewAttributesOfAnnotation ()
 
void setNewAttributesOfAnnotation (List< BaseAttribute > newAttributesOfAnnotation)
 
String toString ()
 

Package Attributes

Integer oldId
 
Annotation newAnnotation
 
List< BaseAttributenewAttributesOfAnnotation
 

Detailed Description

Class representing annotations for clone list item.

Class representing annotations for clone list item

Author
Martin Petr (xpetrm05)

Definition at line 26 of file AnnotCloneItem.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.AnnotCloneItem ( )

Constructor

Definition at line 40 of file AnnotCloneItem.java.

cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.AnnotCloneItem ( Integer  oldId,
Annotation  newAnnotation 
)

Constructor

Parameters
oldIdId of old annotation for old document
newAnnotationNew annotation for new document

Definition at line 50 of file AnnotCloneItem.java.

Member Function Documentation

Annotation cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.getNewAnnotation ( )

Gets new annotation for new document.

Returns
new annotation for new document

Definition at line 79 of file AnnotCloneItem.java.

Here is the caller graph for this function:

List<BaseAttribute> cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.getNewAttributesOfAnnotation ( )

Gets list of attributes for new annotation.

Returns
list of attributes for new annotation

Definition at line 97 of file AnnotCloneItem.java.

Here is the caller graph for this function:

Integer cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.getOldId ( )

Gets id of old annotation for old document.

Returns
id of old annotation for old document

Definition at line 61 of file AnnotCloneItem.java.

Here is the caller graph for this function:

void cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.setNewAnnotation ( Annotation  newAnnotation)

Sets new annotation for new document.

Parameters
newAnnotationnew annotation for new document

Definition at line 88 of file AnnotCloneItem.java.

void cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.setNewAttributesOfAnnotation ( List< BaseAttribute newAttributesOfAnnotation)

Sets list of attributes for new annotation.

Parameters
newAttributesOfAnnotationlist of attributes for new annotation

Definition at line 106 of file AnnotCloneItem.java.

void cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.setOldId ( Integer  oldId)

Sets id of old annotation for old document.

Parameters
oldIdid of old annotation for old document

Definition at line 70 of file AnnotCloneItem.java.

String cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.toString ( )

Definition at line 111 of file AnnotCloneItem.java.

Member Data Documentation

Annotation cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.newAnnotation
package

New annotation for new document

Definition at line 32 of file AnnotCloneItem.java.

List<BaseAttribute> cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.newAttributesOfAnnotation
package

List of attributes for new annotation

Definition at line 35 of file AnnotCloneItem.java.

Integer cz.vutbr.fit.knot.annotations.documentCloner.AnnotCloneItem.oldId
package

Id of old annotation for old document

Definition at line 29 of file AnnotCloneItem.java.


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