org.guvnor.tools.views.model
Class ResourceHistoryEntry
java.lang.Object
org.guvnor.tools.views.model.ResourceHistoryEntry
public class ResourceHistoryEntry
- extends Object
A model for resource history data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceHistoryEntry
public ResourceHistoryEntry(String revision,
String date,
String author,
String comment)
getRevision
public String getRevision()
getDate
public String getDate()
getAuthor
public String getAuthor()
getComment
public String getComment()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.