org.kuali.student.core.atp.entity
Class DateRange

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.MetaEntity
          extended by org.kuali.student.core.atp.entity.DateRange
All Implemented Interfaces:
AttributeOwner<DateRangeAttribute>

public class DateRange
extends MetaEntity
implements AttributeOwner<DateRangeAttribute>


Field Summary
private  Atp atp
           
private  List<DateRangeAttribute> attributes
           
private  AtpRichText descr
           
private  Date endDate
           
private  String name
           
private  Date startDate
           
private  String state
           
private  DateRangeType type
           
 
Constructor Summary
DateRange()
           
 
Method Summary
 Atp getAtp()
           
 List<DateRangeAttribute> getAttributes()
           
 AtpRichText getDescr()
           
 Date getEndDate()
           
 String getName()
           
 Date getStartDate()
           
 String getState()
           
 DateRangeType getType()
           
 void setAtp(Atp atp)
           
 void setAttributes(List<DateRangeAttribute> attributes)
           
 void setDescr(AtpRichText descr)
           
 void setEndDate(Date endDate)
           
 void setName(String name)
           
 void setStartDate(Date startDate)
           
 void setState(String state)
           
 void setType(DateRangeType type)
           
 
Methods inherited from class org.kuali.student.core.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

descr

private AtpRichText descr

atp

private Atp atp

startDate

private Date startDate

endDate

private Date endDate

attributes

private List<DateRangeAttribute> attributes

type

private DateRangeType type

state

private String state
Constructor Detail

DateRange

public DateRange()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescr

public AtpRichText getDescr()

setDescr

public void setDescr(AtpRichText descr)

getAtp

public Atp getAtp()

setAtp

public void setAtp(Atp atp)

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

getEndDate

public Date getEndDate()

setEndDate

public void setEndDate(Date endDate)

getAttributes

public List<DateRangeAttribute> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<DateRangeAttribute>

setAttributes

public void setAttributes(List<DateRangeAttribute> attributes)
Specified by:
setAttributes in interface AttributeOwner<DateRangeAttribute>

getType

public DateRangeType getType()

setType

public void setType(DateRangeType type)

getState

public String getState()

setState

public void setState(String state)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.