com.atlassian.confluence.legacyapi.model.content
Class EditSummary

java.lang.Object
  extended by com.atlassian.confluence.legacyapi.model.content.EditSummary

public class EditSummary
extends Object


Constructor Summary
EditSummary(Person by, Date when, String message, int version, long id)
           
 
Method Summary
 Person getBy()
           
 long getId()
           
 String getMessage()
           
 int getVersion()
           
 Date getWhen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditSummary

public EditSummary(Person by,
                   Date when,
                   String message,
                   int version,
                   long id)
Method Detail

getBy

public Person getBy()

getWhen

public Date getWhen()

getMessage

public String getMessage()

getVersion

public int getVersion()

getId

public long getId()


Copyright © 2003–2015 Atlassian. All rights reserved.