Class ChangeImpl

  • All Implemented Interfaces:
    Change, java.io.Serializable
    Direct Known Subclasses:
    CommentImpl

    public class ChangeImpl
    extends java.lang.Object
    implements java.io.Serializable, Change
    The type Change.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getOn()
      Gets the on.
      java.lang.String getRole()
      Gets the role.
      java.lang.String getState()
      Gets the state.
      java.lang.String getUser()
      Gets the user.
      void setOn​(java.util.Date on)
      Sets the on.
      void setRole​(java.lang.String role)
      Sets the role.
      void setState​(java.lang.String state)
      Sets the state.
      void setUser​(java.lang.String user)
      Sets the user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChangeImpl

        public ChangeImpl()
    • Method Detail

      • getUser

        public java.lang.String getUser()
        Description copied from interface: Change
        Gets the user.
        Specified by:
        getUser in interface Change
        Returns:
        the user
      • setUser

        public void setUser​(java.lang.String user)
        Description copied from interface: Change
        Sets the user.
        Specified by:
        setUser in interface Change
        Parameters:
        user - the new user
      • getRole

        public java.lang.String getRole()
        Description copied from interface: Change
        Gets the role.
        Specified by:
        getRole in interface Change
        Returns:
        the role
      • setRole

        public void setRole​(java.lang.String role)
        Description copied from interface: Change
        Sets the role.
        Specified by:
        setRole in interface Change
        Parameters:
        role - the new role
      • getOn

        public java.util.Date getOn()
        Description copied from interface: Change
        Gets the on.
        Specified by:
        getOn in interface Change
        Returns:
        the on
        See Also:
        Date
      • setOn

        public void setOn​(java.util.Date on)
        Description copied from interface: Change
        Sets the on.
        Specified by:
        setOn in interface Change
        Parameters:
        on - the new on
        See Also:
        Date
      • getState

        public java.lang.String getState()
        Description copied from interface: Change
        Gets the state.
        Specified by:
        getState in interface Change
        Returns:
        the state
      • setState

        public void setState​(java.lang.String state)
        Description copied from interface: Change
        Sets the state.
        Specified by:
        setState in interface Change
        Parameters:
        state - the new state