Interface Change

All Superinterfaces:
Serializable
All Known Subinterfaces:
Comment
All Known Implementing Classes:
ChangeImpl, CommentImpl

public interface Change extends Serializable
The Interface Change.
  • Method Details

    • getUser

      String getUser()
      Gets the user.
      Returns:
      the user
    • setUser

      void setUser(String user)
      Sets the user.
      Parameters:
      user - the new user
    • getRole

      String getRole()
      Gets the role.
      Returns:
      the role
    • setRole

      void setRole(String role)
      Sets the role.
      Parameters:
      role - the new role
    • getOn

      Date getOn()
      Gets the on.
      Returns:
      the on
      See Also:
    • setOn

      void setOn(Date on)
      Sets the on.
      Parameters:
      on - the new on
      See Also:
    • getState

      String getState()
      Gets the state.
      Returns:
      the state
    • setState

      void setState(String state)
      Sets the state.
      Parameters:
      state - the new state