|
||||||||||
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.AffiliatedOrgInfo
public class AffiliatedOrgInfo
Information about an organization that is affiliated in some percentage with a learning unit. For when precision is needed to support counts or dollars.
Field Summary | |
---|---|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
orgId
|
private Long |
percentage
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
AffiliatedOrgInfo()
|
Method Summary | |
---|---|
Date |
getEffectiveDate()
Specifies a date with no time component. |
Date |
getExpirationDate()
Specifies a date with no time component. |
String |
getId()
|
String |
getOrgId()
Unique identifier for an organization. |
Long |
getPercentage()
A long numeric value without a fractional component. |
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setOrgId(String orgId)
|
void |
setPercentage(Long percentage)
|
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 orgId
private Date effectiveDate
private Date expirationDate
private Long percentage
Constructor Detail |
---|
public AffiliatedOrgInfo()
Method Detail |
---|
public String getOrgId()
public void setOrgId(String orgId)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Long getPercentage()
public void setPercentage(Long percentage)
public String getId()
public void setId(String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |