org.kuali.student.r2.lum.clu.dto
Class AffiliatedOrgInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.IdNamelessEntityInfo
                  extended by org.kuali.student.r2.lum.clu.dto.AffiliatedOrgInfo
All Implemented Interfaces:
Serializable, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity, AffiliatedOrg

public class AffiliatedOrgInfo
extends IdNamelessEntityInfo
implements AffiliatedOrg, Serializable

See Also:
Serialized Form

Constructor Summary
AffiliatedOrgInfo()
           
AffiliatedOrgInfo(AffiliatedOrg affiliatedOrg)
           
 
Method Summary
 Date getEffectiveDate()
          Date/time this object became effective.
 Date getExpirationDate()
          Date/time this relationship is no longer effective.
 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 setOrgId(String orgId)
           
 void setPercentage(Long percentage)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdNamelessEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Constructor Detail

AffiliatedOrgInfo

public AffiliatedOrgInfo()

AffiliatedOrgInfo

public AffiliatedOrgInfo(AffiliatedOrg affiliatedOrg)
Method Detail

getOrgId

public String getOrgId()
Description copied from interface: AffiliatedOrg
Unique identifier for an organization.

Specified by:
getOrgId in interface AffiliatedOrg

setOrgId

public void setOrgId(String orgId)

getPercentage

public Long getPercentage()
Description copied from interface: AffiliatedOrg
A long numeric value without a fractional component.

Specified by:
getPercentage in interface AffiliatedOrg

setPercentage

public void setPercentage(Long percentage)

getEffectiveDate

public Date getEffectiveDate()
Description copied from interface: HasEffectiveDates
Date/time this object became effective. Must be less than or equal to the expirationDate specified.

Specified by:
getEffectiveDate in interface HasEffectiveDates

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()
Description copied from interface: HasEffectiveDates
Date/time this relationship is no longer effective. Must be greater than or equal to the effectiveDate specified.

Specified by:
getExpirationDate in interface HasEffectiveDates

setExpirationDate

public void setExpirationDate(Date expirationDate)


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