|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeReview
A representation of the model object 'Node Review'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
ReviewPackage.getNodeReview_Id()
void setId(java.lang.String value)
Id
'
attribute.
value
- the new value of the 'Id' attribute.getId()
int getNumerOfVisits()
If the meaning of the 'Numer Of Visits' attribute isn't clear, there really should be more of a description here...
setNumerOfVisits(int)
,
ReviewPackage.getNodeReview_NumerOfVisits()
void setNumerOfVisits(int value)
Numer Of Visits
'
attribute.
value
- the new value of the 'Numer Of Visits' attribute.getNumerOfVisits()
EList getComment()
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...
ReviewPackage.getNodeReview_Comment()
,
Comment.getNodeReview()
ReviewStatus getReviewStatus()
Node Review
'.
If the meaning of the 'Review Status' container reference isn't clear, there really should be more of a description here...
setReviewStatus(ReviewStatus)
,
ReviewPackage.getNodeReview_ReviewStatus()
,
ReviewStatus.getNodeReview()
void setReviewStatus(ReviewStatus value)
Review Status
'
container reference.
value
- the new value of the 'Review Status' container
reference.getReviewStatus()
long getNumberOfSeconds()
If the meaning of the 'Number Of Seconds' attribute isn't clear, there really should be more of a description here...
setNumberOfSeconds(long)
,
ReviewPackage.getNodeReview_NumberOfSeconds()
void setNumberOfSeconds(long value)
Number Of Seconds
'
attribute.
value
- the new value of the 'Number Of Seconds'
attribute.getNumberOfSeconds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |