Class ChangeImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.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.DategetOn()Gets the on.java.lang.StringgetRole()Gets the role.java.lang.StringgetState()Gets the state.java.lang.StringgetUser()Gets the user.voidsetOn(java.util.Date on)Sets the on.voidsetRole(java.lang.String role)Sets the role.voidsetState(java.lang.String state)Sets the state.voidsetUser(java.lang.String user)Sets the user.
-
-
-
Method Detail
-
getUser
public java.lang.String getUser()
Description copied from interface:ChangeGets the user.
-
setUser
public void setUser(java.lang.String user)
Description copied from interface:ChangeSets the user.
-
getRole
public java.lang.String getRole()
Description copied from interface:ChangeGets the role.
-
setRole
public void setRole(java.lang.String role)
Description copied from interface:ChangeSets the role.
-
getOn
public java.util.Date getOn()
Description copied from interface:ChangeGets the on.
-
setOn
public void setOn(java.util.Date on)
Description copied from interface:ChangeSets the on.
-
getState
public java.lang.String getState()
Description copied from interface:ChangeGets the state.
-
-