|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.core.data.BasicData net.sf.basedb.core.data.NewsData
public class NewsData
This class holds information about news items.
News
,
Misc overviewField Summary | |
---|---|
private String |
description
|
private Date |
endDate
|
private Date |
entryDate
|
private String |
name
|
private Date |
newsDate
|
private boolean |
removed
|
private Date |
startDate
|
Fields inherited from interface net.sf.basedb.core.data.NameableData |
---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
Constructor Summary | |
---|---|
NewsData()
|
Method Summary | |
---|---|
String |
getDescription()
Get the description for the item. |
Date |
getEndDate()
Get the last day this news item should be shown. |
Date |
getEntryDate()
Get the date this item was added to the database. |
String |
getName()
Get the name of the item. |
Date |
getNewsDate()
Get the news date of this news item. |
Date |
getStartDate()
Get the first day this news item should be shown. |
boolean |
isRemoved()
Check if the removed flag is set for this item. |
void |
setDescription(String description)
Set the description for the item. |
void |
setEndDate(Date endDate)
|
void |
setEntryDate(Date entryDate)
|
void |
setName(String name)
Set the name of the item. |
void |
setNewsDate(Date newsDate)
|
void |
setRemoved(boolean removed)
Set the removed flag for this item. |
void |
setStartDate(Date startDate)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData |
---|
getId, getVersion |
Field Detail |
---|
private String name
private String description
private boolean removed
private Date entryDate
private Date startDate
private Date newsDate
private Date endDate
Constructor Detail |
---|
public NewsData()
Method Detail |
---|
public String getName()
NameableData
getName
in interface NameableData
String
with the name of the itempublic void setName(String name)
NameableData
MAX_NAME_LENGTH
constant.
setName
in interface NameableData
name
- The new name for the itempublic String getDescription()
NameableData
getDescription
in interface NameableData
String
with a description of the itempublic void setDescription(String description)
NameableData
MAX_DESCRIPTION_LENGTH
constant.
setDescription
in interface NameableData
description
- The new description for the itempublic boolean isRemoved()
RemovableData
isRemoved
in interface RemovableData
public void setRemoved(boolean removed)
RemovableData
setRemoved
in interface RemovableData
removed
- TRUE if the item should be flagged as removed,
FALSE otherwisepublic Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(Date entryDate)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getNewsDate()
public void setNewsDate(Date newsDate)
public Date getEndDate()
public void setEndDate(Date endDate)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |