Interface Comment
- All Superinterfaces:
Change,Serializable
- All Known Implementing Classes:
CommentImpl
The Interface Comment.
-
Method Details
-
getNum
int getNum()Gets the num.- Returns:
- the num
-
setNum
void setNum(int num) Sets the num.- Parameters:
num- the new num
-
getPlain
String getPlain()Gets the plain.- Returns:
- the plain
-
setPlain
Sets the plain.- Parameters:
plain- the new plain
-
getTagged
String getTagged()Gets the tagged.- Returns:
- the tagged
-
setTagged
Sets the tagged.- Parameters:
tagged- the new tagged
-
getImage
Image getImage()Gets the image.- Returns:
- the image
- See Also:
-
setImage
Sets the image.- Parameters:
image- the new image- See Also:
-