Revision d199517b
fix #7252 adding comment to explain createdBy null values
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/ICdmBase.java | ||
---|---|---|
52 | 52 |
*/ |
53 | 53 |
public void setCreated(DateTime created); |
54 | 54 |
|
55 |
/** |
|
56 |
* @return The {@link User} who was authenticated when the entity was created. |
|
57 |
* Can be <code>null</code> if the entity has been created without any user authentication present. |
|
58 |
*/ |
|
55 | 59 |
public User getCreatedBy(); |
56 | 60 |
|
57 | 61 |
public void setCreatedBy(User createdBy); |
Also available in: Unified diff