public abstract class SCommentBuilderImpl extends java.lang.Object implements SCommentBuilder
| Modifier and Type | Field and Description |
|---|---|
protected SCommentImpl |
commentImpl |
| Constructor and Description |
|---|
SCommentBuilderImpl(SCommentImpl commentImpl) |
| Modifier and Type | Method and Description |
|---|---|
SComment |
done() |
SCommentBuilder |
setPostDate(long postDate) |
SCommentBuilder |
setUserId(long userId) |
protected final SCommentImpl commentImpl
public SCommentBuilderImpl(SCommentImpl commentImpl)
public SCommentBuilder setUserId(long userId)
setUserId in interface SCommentBuilderpublic SCommentBuilder setPostDate(long postDate)
setPostDate in interface SCommentBuilderpublic SComment done()
done in interface SCommentBuilder