org.nodal.util
Interface Attribution


public interface Attribution

A record of attribution. Usually used as a tag of who did what and when. The what, of course, is the thing that has been tagged with this Attribution.


Method Summary
 Timestamp timestamp()
          When the change happened.
 User user()
          The user who made the change.
 

Method Detail

user

public User user()
The user who made the change.


timestamp

public Timestamp timestamp()
When the change happened.