org.guvnor.tools.views.model
Class ResourceHistoryEntry

java.lang.Object
  extended by org.guvnor.tools.views.model.ResourceHistoryEntry

public class ResourceHistoryEntry
extends Object

A model for resource history data.


Constructor Summary
ResourceHistoryEntry(String revision, String date, String author, String comment)
           
 
Method Summary
 String getAuthor()
           
 String getComment()
           
 String getDate()
           
 String getRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceHistoryEntry

public ResourceHistoryEntry(String revision,
                            String date,
                            String author,
                            String comment)
Method Detail

getRevision

public String getRevision()

getDate

public String getDate()

getAuthor

public String getAuthor()

getComment

public String getComment()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.