org.kuali.student.core.proposal
Class ProposalConstants

java.lang.Object
  extended by org.kuali.student.core.proposal.ProposalConstants

public class ProposalConstants
extends Object


Field Summary
static String PROPOSAL_STATE_APPROVED
           
static String PROPOSAL_STATE_CANCELLED
           
static String PROPOSAL_STATE_ENROUTE
           
static String PROPOSAL_STATE_EXCEPTION
           
static String PROPOSAL_STATE_REJECTED
           
static String PROPOSAL_STATE_SAVED
           
static String PROPOSAL_STATE_WITHDRAWN
           
 
Constructor Summary
ProposalConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPOSAL_STATE_SAVED

public static final String PROPOSAL_STATE_SAVED
See Also:
Constant Field Values

PROPOSAL_STATE_CANCELLED

public static final String PROPOSAL_STATE_CANCELLED
See Also:
Constant Field Values

PROPOSAL_STATE_ENROUTE

public static final String PROPOSAL_STATE_ENROUTE
See Also:
Constant Field Values

PROPOSAL_STATE_WITHDRAWN

public static final String PROPOSAL_STATE_WITHDRAWN
See Also:
Constant Field Values

PROPOSAL_STATE_REJECTED

public static final String PROPOSAL_STATE_REJECTED
See Also:
Constant Field Values

PROPOSAL_STATE_APPROVED

public static final String PROPOSAL_STATE_APPROVED
See Also:
Constant Field Values

PROPOSAL_STATE_EXCEPTION

public static final String PROPOSAL_STATE_EXCEPTION
See Also:
Constant Field Values
Constructor Detail

ProposalConstants

public ProposalConstants()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.