Interface Comment
-
- All Known Subinterfaces:
CommentEntity
- All Known Implementing Classes:
PlatformCommentEntityImpl
public interface Comment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent()
Date
getCreationTime()
String
getId()
String
getScopeId()
String
getScopeType()
Date
getUpdateTime()
String
getUserId()
-