Package org.spincast.website.models
Class NewsEntryDefault
java.lang.Object
org.spincast.website.models.NewsEntryDefault
- All Implemented Interfaces:
 NewsEntry
Spincast news entry implementation.
- 
Constructor Summary
ConstructorsConstructorDescriptionNewsEntryDefault(long id, Date publishedDate, String title, String description) Constructor - 
Method Summary
 
- 
Constructor Details
- 
NewsEntryDefault
Constructor 
 - 
 - 
Method Details
- 
getId
public long getId()Description copied from interface:NewsEntryThe news entry's id - 
getPublishedDate
Description copied from interface:NewsEntryThe published date- Specified by:
 getPublishedDatein interfaceNewsEntry
 - 
getTitle
Description copied from interface:NewsEntryThe title of the news entry. - 
getDescription
Description copied from interface:NewsEntryThe description of the news entry.- Specified by:
 getDescriptionin interfaceNewsEntry
 - 
toString
 
 -