Updated the ItemObserved
This commit is contained in:
parent
57d4ad2c51
commit
b3d89b7f09
|
@ -24,12 +24,13 @@ import lombok.extern.slf4j.Slf4j;
|
|||
@Slf4j
|
||||
@ToString
|
||||
public class ItemObserved<T extends Project> implements ItemObservable {
|
||||
User userCaller;
|
||||
Context context;
|
||||
UseCaseDescriptor useCaseDescriptor;
|
||||
T project;
|
||||
EventManager.Event event;
|
||||
Document optional;
|
||||
|
||||
private User userCaller;
|
||||
private Context context;
|
||||
private UseCaseDescriptor useCaseDescriptor;
|
||||
private T project;
|
||||
private EventManager.Event event;
|
||||
private Document optional;
|
||||
|
||||
public String getProjectId() {
|
||||
log.debug("Called getProjectId");
|
||||
|
|
Loading…
Reference in New Issue