Package io.jmix.core.usersubstitution
Class UserSubstitution
java.lang.Object
io.jmix.core.usersubstitution.UserSubstitution
Class stores user substitution information. It describes which user may substitute the other user and define a time
 range for this substitution. If 
startDate and #endDate are not defined then the user substitution is
 permanent.- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionUserSubstitution(String username, String substitutedUsername) UserSubstitution(String username, String substitutedUsername, Date startDate, Date endDate) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
username
- 
substitutedUsername
- 
startDate
- 
endDate
 
- 
- 
Constructor Details- 
UserSubstitution
- 
UserSubstitution
 
- 
- 
Method Details- 
getUsername
- 
getSubstitutedUsername
- 
getStartDate
- 
getEndDate
 
-