Drools :: Eclipse :: Guvnor tools 6.0.0.CR4

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()

Drools :: Eclipse :: Guvnor tools 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.