org.kuali.student.contract.model.test.source
Interface HasEffectiveDates

All Known Subinterfaces:
Lpr, Relationship, State, Type, TypeTypeRelation
All Known Implementing Classes:
LprInfo, LprInfo.Builder, RelationshipInfo, RelationshipInfo.Builder, StateInfo, StateInfo.Builder, TypeInfo, TypeInfo.Builder, TypeTypeRelationInfo, TypeTypeRelationInfo.Builder

public interface HasEffectiveDates

Author:
nwright

Method Summary
 Date getEffectiveDate()
          Name:Effective Date Date/time this object became effective.
 Date getExpirationDate()
          Name: Expiration Date Date/time this relationship is no longer effective.
 

Method Detail

getEffectiveDate

Date getEffectiveDate()
Name:Effective Date Date/time this object became effective. Must be less than or equal to the expirationDate specified.


getExpirationDate

Date getExpirationDate()
Name: Expiration Date Date/time this relationship is no longer effective. Must be greater than or equal to the effectiveDate specified.



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