public class SACommentBuilderFactoryImpl extends java.lang.Object implements SACommentBuilderFactory
| Constructor and Description |
|---|
SACommentBuilderFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
SACommentBuilder |
createNewInstance(SComment sComment) |
java.lang.String |
getArchiveDate() |
java.lang.String |
getContentKey() |
java.lang.String |
getIdKey() |
java.lang.String |
getPostDateKey() |
java.lang.String |
getProcessInstanceIdKey() |
java.lang.String |
getSourceObjectId() |
java.lang.String |
getTenantIdKey() |
java.lang.String |
getUserIdKey() |
public SACommentBuilder createNewInstance(SComment sComment)
createNewInstance in interface SACommentBuilderFactorypublic java.lang.String getIdKey()
getIdKey in interface SACommentBuilderFactorypublic java.lang.String getTenantIdKey()
getTenantIdKey in interface SACommentBuilderFactorypublic java.lang.String getUserIdKey()
getUserIdKey in interface SACommentBuilderFactorypublic java.lang.String getProcessInstanceIdKey()
getProcessInstanceIdKey in interface SACommentBuilderFactorypublic java.lang.String getPostDateKey()
getPostDateKey in interface SACommentBuilderFactorypublic java.lang.String getContentKey()
getContentKey in interface SACommentBuilderFactorypublic java.lang.String getArchiveDate()
getArchiveDate in interface SACommentBuilderFactorypublic java.lang.String getSourceObjectId()
getSourceObjectId in interface SACommentBuilderFactory