Class DiffExpressionSelectedFactorCommand

java.lang.Object
ubic.gemma.core.analysis.expression.diff.DiffExpressionSelectedFactorCommand
All Implemented Interfaces:
Serializable

public class DiffExpressionSelectedFactorCommand extends Object implements Serializable
A command object with a selected factor and associated experiment.
Author:
keshav
See Also:
  • Constructor Details

    • DiffExpressionSelectedFactorCommand

      public DiffExpressionSelectedFactorCommand()
    • DiffExpressionSelectedFactorCommand

      public DiffExpressionSelectedFactorCommand(Long eeId, Long efId)
  • Method Details

    • getEeId

      public Long getEeId()
    • setEeId

      public void setEeId(Long eeId)
    • getEfId

      public Long getEfId()
    • setEfId

      public void setEfId(Long efId)