org.ucworkbench.model.review
Interface NodeReview


public interface NodeReview

A representation of the model object 'Node Review'.

The following features are supported:

See Also:
ReviewPackage.getNodeReview()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList getComment()
          Returns the value of the 'Comment' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 long getNumberOfSeconds()
          Returns the value of the 'Number Of Seconds' attribute.
 int getNumerOfVisits()
          Returns the value of the 'Numer Of Visits' attribute.
 ReviewStatus getReviewStatus()
          Returns the value of the 'Review Status' container reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setNumberOfSeconds(long value)
          Sets the value of the 'Number Of Seconds' attribute.
 void setNumerOfVisits(int value)
          Sets the value of the 'Numer Of Visits' attribute.
 void setReviewStatus(ReviewStatus value)
          Sets the value of the 'Review Status' container reference.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), ReviewPackage.getNodeReview_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getNumerOfVisits

int getNumerOfVisits()
Returns the value of the 'Numer Of Visits' attribute.

If the meaning of the 'Numer Of Visits' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Numer Of Visits' attribute.
See Also:
setNumerOfVisits(int), ReviewPackage.getNodeReview_NumerOfVisits()

setNumerOfVisits

void setNumerOfVisits(int value)
Sets the value of the 'Numer Of Visits' attribute.

Parameters:
value - the new value of the 'Numer Of Visits' attribute.
See Also:
getNumerOfVisits()

getComment

EList getComment()
Returns the value of the 'Comment' containment reference list. The list contents are of type Comment. It is bidirectional and its opposite is 'Node Review'.

If the meaning of the 'Comment' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Comment' containment reference list.
See Also:
ReviewPackage.getNodeReview_Comment(), Comment.getNodeReview()

getReviewStatus

ReviewStatus getReviewStatus()
Returns the value of the 'Review Status' container reference. It is bidirectional and its opposite is 'Node Review'.

If the meaning of the 'Review Status' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Review Status' container reference.
See Also:
setReviewStatus(ReviewStatus), ReviewPackage.getNodeReview_ReviewStatus(), ReviewStatus.getNodeReview()

setReviewStatus

void setReviewStatus(ReviewStatus value)
Sets the value of the 'Review Status' container reference.

Parameters:
value - the new value of the 'Review Status' container reference.
See Also:
getReviewStatus()

getNumberOfSeconds

long getNumberOfSeconds()
Returns the value of the 'Number Of Seconds' attribute.

If the meaning of the 'Number Of Seconds' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Number Of Seconds' attribute.
See Also:
setNumberOfSeconds(long), ReviewPackage.getNodeReview_NumberOfSeconds()

setNumberOfSeconds

void setNumberOfSeconds(long value)
Sets the value of the 'Number Of Seconds' attribute.

Parameters:
value - the new value of the 'Number Of Seconds' attribute.
See Also:
getNumberOfSeconds()