Class Notice
- All Implemented Interfaces:
Serializable
,Comparable<Object>
,AuthoredBean
,IDBean
,ViewEntry
,Cacheable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.deltava.beans.ImageBean
ImageBean.ImageFormat
-
Field Summary
Fields inherited from class org.deltava.beans.DatabaseBlobBean
_buffer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns if this NOTAM is in effect.Returns the database image type.Returns the CSS class for this object if rendered in a view table.void
setActive
(boolean active) Updates if this NOTAM is in effect.Methods inherited from class org.deltava.beans.News
compareTo, getAuthorID, getBannerWidth, getBody, getDate, getIsHTML, getSubject, setAuthorID, setBannerWidth, setBody, setDate, setIsHTML, setSubject
Methods inherited from class org.deltava.beans.ImageBean
checkParam, getFormat, getHasImage, getHeight, getSize, getWidth, load, load, setFormat, setHeight, setSize, setWidth
Methods inherited from class org.deltava.beans.DatabaseBlobBean
clear, getInputStream, isLoaded
Methods inherited from class org.deltava.beans.DatabaseBean
cacheKey, equals, getHexID, getID, hashCode, setID, validateID, validateID
-
Constructor Details
-
Notice
-
-
Method Details
-
getActive
public boolean getActive()Returns if this NOTAM is in effect.- Returns:
- TRUE if in effect, otherwise FALSE
- See Also:
-
setActive
public void setActive(boolean active) Updates if this NOTAM is in effect.- Parameters:
active
- TRUE if in effect, otherwise FALSE- See Also:
-
getImageType
Description copied from class:ImageBean
Returns the database image type.- Overrides:
getImageType
in classNews
- Returns:
- an ImageType
-
getRowClassName
Description copied from interface:ViewEntry
Returns the CSS class for this object if rendered in a view table.- Specified by:
getRowClassName
in interfaceViewEntry
- Returns:
- the CSS class name, or NULL if none
-