Package org.pentaho.di.repository
Interface ObjectRevision
- 
public interface ObjectRevisionA revision is simply a name, a commit comment and a date- Author:
 - matt
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComment()DategetCreationDate()StringgetLogin()StringgetName() 
 - 
 
- 
- 
Method Detail
- 
getName
String getName()
- Returns:
 - The internal name or number of the revision
 
 
- 
getCreationDate
Date getCreationDate()
- Returns:
 - The creation date of the revision
 
 
- 
getComment
String getComment()
- Returns:
 - The revision comment
 
 
- 
getLogin
String getLogin()
- Returns:
 - The user that caused the revision
 
 
 - 
 
 -