org.kuali.student.r2.lum.program.dto.assembly
Interface ProgramCommonAssembly

All Known Subinterfaces:
ProgramAtpAssembly, ProgramBasicOrgAssembly, ProgramCodeAssembly, ProgramCredentialAssembly, ProgramFullOrgAssembly, ProgramIdentifierAssembly, ProgramPublicationAssembly, ProgramRequirementAssembly
All Known Implementing Classes:
CoreProgramInfo, CredentialProgramInfo, MajorDisciplineInfo, ProgramVariationInfo

Deprecated.

@Deprecated
public interface ProgramCommonAssembly

R1 implementation Compatibility

Author:
nwright

Method Summary
 List<AttributeInfo> getAttributes()
          Deprecated.  
 String getId()
          Deprecated.  
 MetaInfo getMeta()
          Deprecated.  
 String getStateKey()
          Deprecated.  
 String getTypeKey()
          Deprecated.  
 void setAttributes(List<AttributeInfo> attributes)
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setMeta(MetaInfo meta)
          Deprecated.  
 void setStateKey(String state)
          Deprecated.  
 void setTypeKey(String type)
          Deprecated.  
 

Method Detail

getAttributes

List<AttributeInfo> getAttributes()
Deprecated. 

setAttributes

void setAttributes(List<AttributeInfo> attributes)
Deprecated. 

getMeta

MetaInfo getMeta()
Deprecated. 

setMeta

void setMeta(MetaInfo meta)
Deprecated. 

getTypeKey

String getTypeKey()
Deprecated. 

setTypeKey

void setTypeKey(String type)
Deprecated. 

getStateKey

String getStateKey()
Deprecated. 

setStateKey

void setStateKey(String state)
Deprecated. 

getId

String getId()
Deprecated. 

setId

void setId(String id)
Deprecated. 


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