Package net.anotheria.asg.util
Class DocumentChange
- java.lang.Object
-
- net.anotheria.asg.util.DocumentChange
-
public class DocumentChange extends java.lang.ObjectDocumentChange 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.ActiongetAction()Getter for the fieldaction.java.lang.StringgetDocumentName()Getter for the fielddocumentName.java.lang.StringgetId()Getter for the fieldid.java.lang.StringgetParentName()Getter for the fieldparentName.longgetTimestamp()Getter for the fieldtimestamp.java.lang.StringgetUserName()Getter for the fielduserName.voidsetAction(CmsChangesTracker.Action action)Setter for the fieldaction.voidsetDocumentName(java.lang.String documentName)Setter for the fielddocumentName.voidsetId(java.lang.String id)Setter for the fieldid.voidsetParentName(java.lang.String parentName)Setter for the fieldparentName.voidsetTimestamp(long timestamp)Setter for the fieldtimestamp.voidsetUserName(java.lang.String userName)Setter for the fielduserName.
-
-
-
Method Detail
-
getUserName
public java.lang.String getUserName()
Getter for the field
userName.- Returns:
- a
Stringobject.
-
setUserName
public void setUserName(java.lang.String userName)
Setter for the field
userName.- Parameters:
userName- aStringobject.
-
getDocumentName
public java.lang.String getDocumentName()
Getter for the field
documentName.- Returns:
- a
Stringobject.
-
setDocumentName
public void setDocumentName(java.lang.String documentName)
Setter for the field
documentName.- Parameters:
documentName- aStringobject.
-
getAction
public CmsChangesTracker.Action getAction()
Getter for the field
action.- Returns:
- a
CmsChangesTracker.Actionobject.
-
setAction
public void setAction(CmsChangesTracker.Action action)
Setter for the field
action.- Parameters:
action- aCmsChangesTracker.Actionobject.
-
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
Stringobject.
-
setId
public void setId(java.lang.String id)
Setter for the field
id.- Parameters:
id- aStringobject.
-
getParentName
public java.lang.String getParentName()
Getter for the field
parentName.- Returns:
- a
Stringobject.
-
setParentName
public void setParentName(java.lang.String parentName)
Setter for the field
parentName.- Parameters:
parentName- aStringobject.
-
-