Class DocumentChange


  • public class DocumentChange
    extends java.lang.Object

    DocumentChange class.

    Version:
    $Id: $Id
    Author:
    another
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentChange()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsChangesTracker.Action getAction()
      Getter for the field action.
      java.lang.String getDocumentName()
      Getter for the field documentName.
      java.lang.String getId()
      Getter for the field id.
      java.lang.String getParentName()
      Getter for the field parentName.
      long getTimestamp()
      Getter for the field timestamp.
      java.lang.String getUserName()
      Getter for the field userName.
      void setAction​(CmsChangesTracker.Action action)
      Setter for the field action.
      void setDocumentName​(java.lang.String documentName)
      Setter for the field documentName.
      void setId​(java.lang.String id)
      Setter for the field id.
      void setParentName​(java.lang.String parentName)
      Setter for the field parentName.
      void setTimestamp​(long timestamp)
      Setter for the field timestamp.
      void setUserName​(java.lang.String userName)
      Setter for the field userName.
      • Methods inherited from class java.lang.Object

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

      • DocumentChange

        public DocumentChange()
    • Method Detail

      • getUserName

        public java.lang.String getUserName()

        Getter for the field userName.

        Returns:
        a String object.
      • setUserName

        public void setUserName​(java.lang.String userName)

        Setter for the field userName.

        Parameters:
        userName - a String object.
      • getDocumentName

        public java.lang.String getDocumentName()

        Getter for the field documentName.

        Returns:
        a String object.
      • setDocumentName

        public void setDocumentName​(java.lang.String documentName)

        Setter for the field documentName.

        Parameters:
        documentName - a String object.
      • getTimestamp

        public long getTimestamp()

        Getter for the field timestamp.

        Returns:
        a long.
      • setTimestamp

        public void setTimestamp​(long timestamp)

        Setter for the field timestamp.

        Parameters:
        timestamp - a long.
      • getId

        public java.lang.String getId()

        Getter for the field id.

        Returns:
        a String object.
      • setId

        public void setId​(java.lang.String id)

        Setter for the field id.

        Parameters:
        id - a String object.
      • getParentName

        public java.lang.String getParentName()

        Getter for the field parentName.

        Returns:
        a String object.
      • setParentName

        public void setParentName​(java.lang.String parentName)

        Setter for the field parentName.

        Parameters:
        parentName - a String object.