org.kuali.student.lum.lu.dto
Class AffiliatedOrgInfo

java.lang.Object
  extended by org.kuali.student.lum.lu.dto.AffiliatedOrgInfo
All Implemented Interfaces:
Serializable

public class AffiliatedOrgInfo
extends Object
implements Serializable

Information about an organization that is affiliated in some percentage with a learning unit. For when precision is needed to support counts or dollars.

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

private String id

orgId

private String orgId

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

percentage

private Long percentage
Constructor Detail

AffiliatedOrgInfo

public AffiliatedOrgInfo()
Method Detail

getOrgId

public String getOrgId()
Unique identifier for an organization.


setOrgId

public void setOrgId(String orgId)

getEffectiveDate

public Date getEffectiveDate()
Specifies a date with no time component.


setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()
Specifies a date with no time component.


setExpirationDate

public void setExpirationDate(Date expirationDate)

getPercentage

public Long getPercentage()
A long numeric value without a fractional component.


setPercentage

public void setPercentage(Long percentage)

getId

public String getId()

setId

public void setId(String id)


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