IRevuHistoryHolderEntity.java :  » IntelliJ » idea-revu » org » sylfra » idea » plugins » revu » model » Java Open Source

Java Open Source » IntelliJ » idea revu 
idea revu » org » sylfra » idea » plugins » revu » model » IRevuHistoryHolderEntity.java
package org.sylfra.idea.plugins.revu.model;

import org.jetbrains.annotations.NotNull;

/**
 * @author <a href="mailto:syllant@gmail.com">Sylvain FRANCOIS</a>
 * @version $Id: IRevuHistoryHolderEntity.java 22 2010-04-03 17:16:12Z syllant $
 */
public interface IRevuHistoryHolderEntity<T> extends IRevuEntity<T>
{
  @NotNull History getHistory();
  
  void setHistory(@NotNull History history);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.