|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.course.dto.CourseRevenueInfo
public class CourseRevenueInfo
Detailed information about revenue collected from the course.
Field Summary | |
---|---|
private List<AffiliatedOrgInfo> |
affiliatedOrgs
|
private Map<String,String> |
attributes
|
private String |
feeType
|
private String |
id
|
private MetaInfo |
metaInfo
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
CourseRevenueInfo()
|
Method Summary | |
---|---|
List<AffiliatedOrgInfo> |
getAffiliatedOrgs()
List of affiliated organizations. |
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
String |
getFeeType()
A code that identifies the type of the fee with which this revenue is associated with. |
String |
getId()
Identifier for the clu fee record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
void |
setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setFeeType(String feeType)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String id
private String feeType
private List<AffiliatedOrgInfo> affiliatedOrgs
private Map<String,String> attributes
private MetaInfo metaInfo
Constructor Detail |
---|
public CourseRevenueInfo()
Method Detail |
---|
public String getId()
public void setId(String id)
public String getFeeType()
public void setFeeType(String feeType)
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |