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

All Superinterfaces:
ProgramCommonAssembly

public interface ProgramPublicationAssembly
extends ProgramCommonAssembly


Method Summary
 RichTextInfo getCatalogDescr()
          Narrative description of the Major that will show up in Catalog
 List<String> getCatalogPublicationTargets()
          List of catalog targets where major information will be published.
 String getReferenceURL()
          An URL for additional information about the Major.
 void setCatalogDescr(RichTextInfo catalogDescr)
           
 void setCatalogPublicationTargets(List<String> catalogPublicationTargets)
           
 void setReferenceURL(String referenceURL)
           
 
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

getCatalogDescr

RichTextInfo getCatalogDescr()
Narrative description of the Major that will show up in Catalog


setCatalogDescr

void setCatalogDescr(RichTextInfo catalogDescr)

getCatalogPublicationTargets

List<String> getCatalogPublicationTargets()
List of catalog targets where major information will be published.


setCatalogPublicationTargets

void setCatalogPublicationTargets(List<String> catalogPublicationTargets)

getReferenceURL

String getReferenceURL()
An URL for additional information about the Major.


setReferenceURL

void setReferenceURL(String referenceURL)


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