Class Newsletter
java.lang.Object
org.deltava.beans.fleet.LibraryEntry
org.deltava.beans.fleet.Newsletter
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<LibraryEntry>,Auditable,ViewEntry,Cacheable
A bean to store Newsletter information.
- Since:
- 1.0
- Version:
- 7.0
- Author:
- Luke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the newsletter category.getDate()Returns the date this newsletter was published.voidsetCategory(String ct) Updates the newsletter category.voidUpdates the date the newsletter was published.Methods inherited from class org.deltava.beans.fleet.LibraryEntry
cacheKey, compareTo, file, getAuditID, getDescription, getDownloadCount, getFileName, getFullName, getName, getOwner, getRowClassName, getSecurity, getSize, hashCode, setDescription, setDownloadCount, setName, setOwner, setSecurity, setSize, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.deltava.beans.Auditable
getAuditType, isCrossApp
-
Constructor Details
-
Newsletter
-
-
Method Details
-
getDate
Returns the date this newsletter was published.- Returns:
- the publishing date
- See Also:
-
getCategory
-
setDate
Updates the date the newsletter was published.- Parameters:
dt- the publish date/time- See Also:
-
setCategory
Updates the newsletter category.- Parameters:
ct- the category- See Also:
-