org.kuali.student.r1.lum.program.dto.assembly
Interface ProgramCredentialAssembly

All Superinterfaces:
ProgramCommonAssembly

public interface ProgramCredentialAssembly
extends ProgramCommonAssembly


Method Summary
 String getCredentialProgramId()
          Identifier of the credential program under which the major belongs
 void setCredentialProgramId(String credentialProgramId)
           
 
Methods inherited from interface org.kuali.student.r1.lum.program.dto.assembly.ProgramCommonAssembly
getAttributes, getId, getMetaInfo, getState, getType, setAttributes, setId, setMetaInfo, setState, setType
 

Method Detail

getCredentialProgramId

String getCredentialProgramId()
Identifier of the credential program under which the major belongs


setCredentialProgramId

void setCredentialProgramId(String credentialProgramId)


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