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, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public AccreditationInfo()
public AccreditationInfo(Accreditation accreditation)
public String getId()
getId
in interface Accreditation
public String getOrgId()
getOrgId
in interface Accreditation
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
public void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.