com.atlassian.greenhopper.manager.rank.instruction
Class BaseInstruction

java.lang.Object
  extended by com.atlassian.greenhopper.manager.rank.instruction.Instruction
      extended by com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
Direct Known Subclasses:
BaseInputParametersCheck, DatabaseEmptinessCheck, InsertRowInstruction, LastRowCheck, RemoveRowInstruction, UpdateRowInstruction

public class BaseInstruction
extends Instruction

Stores the customFieldId and issueId


Field Summary
protected  java.lang.Long customFieldId
           
protected  java.lang.Long issueId
           
 
Constructor Summary
BaseInstruction(com.atlassian.activeobjects.external.ActiveObjects ao, java.lang.Long customFieldId, java.lang.Long issueId)
           
 
Method Summary
 java.lang.Long getCustomFieldId()
           
 java.lang.Long getIssueId()
           
 
Methods inherited from class com.atlassian.greenhopper.manager.rank.instruction.Instruction
execute, getAfterState, getBeforeState, sanityCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customFieldId

protected final java.lang.Long customFieldId

issueId

protected final java.lang.Long issueId
Constructor Detail

BaseInstruction

public BaseInstruction(com.atlassian.activeobjects.external.ActiveObjects ao,
                       java.lang.Long customFieldId,
                       java.lang.Long issueId)
Method Detail

getCustomFieldId

public java.lang.Long getCustomFieldId()

getIssueId

public java.lang.Long getIssueId()


Copyright © 2007-2013 Atlassian. All Rights Reserved.