org.kuali.student.contract.model.test.source
Class AtpInfo

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.HasAttributesInfo
      extended by org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo
          extended by org.kuali.student.contract.model.test.source.EntityInfo
              extended by org.kuali.student.contract.model.test.source.KeyEntityInfo
                  extended by org.kuali.student.contract.model.test.source.AtpInfo
All Implemented Interfaces:
Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasKey, HasMeta, HasPrimaryKey, HasState, HasType, KeyEntity

public class AtpInfo
extends KeyEntityInfo
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.student.contract.model.test.source.KeyEntityInfo
KeyEntityInfo.Builder
 
Field Summary
 
Fields inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo
attributes
 
Constructor Summary
AtpInfo()
           
 
Method Summary
 Date getEndDate()
           
 Date getStartDate()
           
static AtpInfo newInstance()
           
 void setEndDate(Date endDate)
           
 void setStartDate(Date startDate)
           
 
Methods inherited from class org.kuali.student.contract.model.test.source.KeyEntityInfo
getKey
 
Methods inherited from class org.kuali.student.contract.model.test.source.EntityInfo
getDescr, getName, getStateKey, getTypeKey
 
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo
getMeta
 
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo
getAttributes
 
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.contract.model.test.source.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasType
getTypeKey
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasState
getStateKey
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasMeta
getMeta
 

Constructor Detail

AtpInfo

public AtpInfo()
Method Detail

newInstance

public static AtpInfo newInstance()

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

getEndDate

public Date getEndDate()

setEndDate

public void setEndDate(Date endDate)


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