|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.core.atp.dto.DateRangeInfo
public class DateRangeInfo
Information about a date range.
Field Summary | |
---|---|
private String |
atpId
|
private Map<String,String> |
attributes
|
private RichTextInfo |
desc
|
private Date |
endDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
name
|
private static long |
serialVersionUID
|
private Date |
startDate
|
private String |
state
|
private String |
type
|
Constructor Summary | |
---|---|
DateRangeInfo()
|
Method Summary | |
---|---|
String |
getAtpId()
Unique identifier for an Academic Time Period (ATP). |
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDesc()
Narrative description of the date range. |
Date |
getEndDate()
End date and time for the date range. |
String |
getId()
Unique identifier for a date range. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getName()
Friendly name of the date range. |
Date |
getStartDate()
Start date and time for the date range. |
String |
getState()
The current status of the date range. |
String |
getType()
Unique identifier for a date range type. |
void |
setAtpId(String atpId)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setDesc(RichTextInfo desc)
|
void |
setEndDate(Date endDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setName(String name)
|
void |
setStartDate(Date startDate)
|
void |
setState(String state)
|
void |
setType(String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String name
private RichTextInfo desc
private String atpId
private Date startDate
private Date endDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
Constructor Detail |
---|
public DateRangeInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public String getAtpId()
public void setAtpId(String atpId)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType
in interface HasTypeState
public void setType(String type)
setType
in interface HasTypeState
public String getState()
getState
in interface HasTypeState
public void setState(String state)
setState
in interface HasTypeState
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |