public class AccreditationInfo extends HasAttributesAndMetaInfo implements Accreditation, Serializable
| Constructor and Description |
|---|
AccreditationInfo() |
AccreditationInfo(Accreditation accreditation) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEffectiveDate()
Date/time this object became effective.
|
Date |
getExpirationDate()
Date/time this relationship is no longer effective.
|
String |
getId() |
String |
getOrgId() |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setId(String id) |
void |
setOrgId(String orgId) |
getMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic AccreditationInfo()
public AccreditationInfo(Accreditation accreditation)
public String getId()
getId in interface Accreditationpublic String getOrgId()
getOrgId in interface Accreditationpublic Date getEffectiveDate()
HasEffectiveDatesgetEffectiveDate in interface HasEffectiveDatespublic void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDatesgetExpirationDate in interface HasEffectiveDatespublic void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.