org.pentaho.platform.api.repository
Interface IBackgroundExecutedContentId

All Known Implementing Classes:
BackgroundExecutedContentId

public interface IBackgroundExecutedContentId


Method Summary
 String getId()
           
 String getUserName()
           
 void setId(String contentId)
           
 void setUserName(String userName)
           
 

Method Detail

setUserName

void setUserName(String userName)

getUserName

String getUserName()

setId

void setId(String contentId)

getId

String getId()