org.kuali.student.lum.program.client.events
Class StoreRequirementIDsEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<StoreRequirementIDsEvent.Handler>
      extended by org.kuali.student.lum.program.client.events.StoreRequirementIDsEvent

public class StoreRequirementIDsEvent
extends com.google.gwt.event.shared.GwtEvent<StoreRequirementIDsEvent.Handler>


Nested Class Summary
static interface StoreRequirementIDsEvent.Handler
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
private  String programId
           
private  List<String> programRequirementIds
           
private  String programType
           
static com.google.gwt.event.shared.GwtEvent.Type<StoreRequirementIDsEvent.Handler> TYPE
           
 
Constructor Summary
StoreRequirementIDsEvent(String programId, String programType, List<String> programRequirementIds)
           
 
Method Summary
protected  void dispatch(StoreRequirementIDsEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<StoreRequirementIDsEvent.Handler> getAssociatedType()
           
 String getProgramId()
           
 List<String> getProgramRequirementIds()
           
 String getProgramType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<StoreRequirementIDsEvent.Handler> TYPE

programId

private String programId

programType

private String programType

programRequirementIds

private List<String> programRequirementIds
Constructor Detail

StoreRequirementIDsEvent

public StoreRequirementIDsEvent(String programId,
                                String programType,
                                List<String> programRequirementIds)
Method Detail

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<StoreRequirementIDsEvent.Handler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<StoreRequirementIDsEvent.Handler>

dispatch

protected void dispatch(StoreRequirementIDsEvent.Handler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<StoreRequirementIDsEvent.Handler>

getProgramId

public String getProgramId()

getProgramType

public String getProgramType()

getProgramRequirementIds

public List<String> getProgramRequirementIds()


Copyright © 2010 The Kuali Foundation. All rights reserved.