Package org.kuali.coeus.sys.api.model
Interface RecordedCreate
-
- All Known Subinterfaces:
BudgetContract,ProposalDevelopmentBudgetExtContract
public interface RecordedCreateThis interface can be used to identify a user and timestamp regarding when the object was initially created (usually in regards to object persistence).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetCreateTimestamp()The date and time of when the object was last insertedStringgetCreateUser()The user who last inserted the object
-