org.kuali.student.r2.lum.clu.dto
Class AccreditationInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.lum.clu.dto.AccreditationInfo
- All Implemented Interfaces:
- Serializable, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasMeta, Accreditation
public class AccreditationInfo
- extends HasAttributesAndMetaInfo
- implements Accreditation, Serializable
Accreditation information
- See Also:
- Serialized Form
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.HasMeta |
getMeta |
AccreditationInfo
public AccreditationInfo()
AccreditationInfo
public AccreditationInfo(Accreditation accreditation)
getId
public String getId()
- Specified by:
getId
in interface Accreditation
setId
public void setId(String id)
getOrgId
public String getOrgId()
- Specified by:
getOrgId
in interface Accreditation
setOrgId
public void setOrgId(String orgId)
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.