Class ChangeImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.ChangeImpl
All Implemented Interfaces:
Change, Serializable
Direct Known Subclasses:
CommentImpl

public class ChangeImpl extends Object implements Serializable, Change
The type Change.
See Also:
  • Constructor Details

    • ChangeImpl

      public ChangeImpl()
  • Method Details

    • getUser

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

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

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

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

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

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

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

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