org.kuali.student.core.atp.entity
Class DateRange
java.lang.Object
org.kuali.student.core.entity.BaseEntity
org.kuali.student.core.entity.MetaEntity
org.kuali.student.core.atp.entity.DateRange
- All Implemented Interfaces:
- AttributeOwner<DateRangeAttribute>
public class DateRange
- extends MetaEntity
- implements AttributeOwner<DateRangeAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DateRange
public DateRange()
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.