Interface JournalPropertyService
-
public interface JournalPropertyService
Each component which needs to add a property to JournalEntry should register this service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Name of the journal propertyJournalPropertyBuilder
newBuilder()
-
-
-
Method Detail
-
newBuilder
JournalPropertyBuilder newBuilder()
-
getName
java.lang.String getName()
Name of the journal property
-
-