org.pentaho.platform.repository.content
Class BackgroundExecutedContentId

java.lang.Object
  extended by org.pentaho.platform.repository.content.BackgroundExecutedContentId
All Implemented Interfaces:
IBackgroundExecutedContentId

public class BackgroundExecutedContentId
extends Object
implements IBackgroundExecutedContentId


Method Summary
 String getId()
           
 int getRevision()
           
 String getUserName()
           
 void setId(String id)
           
 void setRevision(int revision)
           
 void setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()
Specified by:
getId in interface IBackgroundExecutedContentId

getUserName

public String getUserName()
Specified by:
getUserName in interface IBackgroundExecutedContentId

setId

public void setId(String id)
Specified by:
setId in interface IBackgroundExecutedContentId

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface IBackgroundExecutedContentId

getRevision

public int getRevision()

setRevision

public void setRevision(int revision)