Interface Change
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Comment
- All Known Implementing Classes:
ChangeImpl,CommentImpl
The Interface Change.
-
Method Details
-
getUser
String getUser()Gets the user.- Returns:
- the user
-
setUser
Sets the user.- Parameters:
user- the new user
-
getRole
String getRole()Gets the role.- Returns:
- the role
-
setRole
Sets the role.- Parameters:
role- the new role
-
getOn
Date getOn()Gets the on.- Returns:
- the on
- See Also:
-
setOn
Sets the on.- Parameters:
on- the new on- See Also:
-
getState
String getState()Gets the state.- Returns:
- the state
-
setState
Sets the state.- Parameters:
state- the new state
-