|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lu.dto.CluFeeRecordInfo
public class CluFeeRecordInfo
Information about a fee related to a clu.
Field Summary | |
---|---|
private List<AffiliatedOrgInfo> |
affiliatedOrgs
|
private Map<String,String> |
attributes
|
private RichTextInfo |
descr
|
private List<CurrencyAmountInfo> |
feeAmounts
|
private String |
feeType
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
rateType
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
CluFeeRecordInfo()
|
Method Summary | |
---|---|
List<AffiliatedOrgInfo> |
getAffiliatedOrgs()
List of affiliated organizations. |
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDescr()
Narrative description of the CLU Fee Record. |
List<CurrencyAmountInfo> |
getFeeAmounts()
The amount or amounts associated with the fee. |
String |
getFeeType()
A code that identifies the type of the fee. |
String |
getId()
Identifier for the clu fee record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getRateType()
Indicates the structure and interpretation of the fee amounts, i.e. |
void |
setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setDescr(RichTextInfo descr)
|
void |
setFeeAmounts(List<CurrencyAmountInfo> feeAmounts)
|
void |
setFeeType(String feeType)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setRateType(String rateType)
|
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 feeType
private String rateType
private List<CurrencyAmountInfo> feeAmounts
private List<AffiliatedOrgInfo> affiliatedOrgs
private RichTextInfo descr
private Map<String,String> attributes
private MetaInfo metaInfo
private String id
Constructor Detail |
---|
public CluFeeRecordInfo()
Method Detail |
---|
public String getFeeType()
public void setFeeType(String feeType)
public String getRateType()
public void setRateType(String rateType)
public List<CurrencyAmountInfo> getFeeAmounts()
public void setFeeAmounts(List<CurrencyAmountInfo> feeAmounts)
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
public RichTextInfo getDescr()
public void setDescr(RichTextInfo descr)
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)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |