Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.webmvc.tags.data
Class FSSystemAlert  view FSSystemAlert download FSSystemAlert.java

java.lang.Object
  extended bycom.flexstor.webmvc.tags.data.FSSystemAlert

public class FSSystemAlert
extends java.lang.Object

Container class for system alert messages.


Field Summary
private  int nTimeInterval
          The elapsed time (in seconds) between two consecutive alert messages display.
private  java.lang.String sFile
          The text file containing the system alert message.
 
Constructor Summary
FSSystemAlert()
           
 
Method Summary
 java.lang.String getFile()
           
 java.lang.String getMessage()
           
 int getTimeInterval()
           
 void setFile(java.lang.String sFile)
           
 void setTimeInterval(int nTimeInterval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sFile

private java.lang.String sFile
The text file containing the system alert message.


nTimeInterval

private int nTimeInterval
The elapsed time (in seconds) between two consecutive alert messages display.

Constructor Detail

FSSystemAlert

public FSSystemAlert()
Method Detail

setFile

public void setFile(java.lang.String sFile)

getFile

public java.lang.String getFile()

setTimeInterval

public void setTimeInterval(int nTimeInterval)

getTimeInterval

public int getTimeInterval()

getMessage

public java.lang.String getMessage()