org.jpos.bsh
Class BSHLogListener.ScriptInfo

java.lang.Object
  extended by org.jpos.bsh.BSHLogListener.ScriptInfo
Enclosing class:
BSHLogListener

protected class BSHLogListener.ScriptInfo
extends Object


Constructor Summary
BSHLogListener.ScriptInfo()
           
BSHLogListener.ScriptInfo(bsh.NameSpace ns)
           
BSHLogListener.ScriptInfo(String code, long lastModified)
           
 
Method Summary
 String getCode()
          Getter for property code.
 long getLastCheck()
          Getter for property lastCheck.
 long getLastModified()
          Getter for property lastModified.
 bsh.NameSpace getNameSpace()
          Getter for property nameSpace.
 void setCode(String code)
          Setter for property code.
 void setLastCheck(long lastCheck)
          Setter for property lastCheck.
 void setLastModified(long lastModified)
          Setter for property lastModified.
 void setNameSpace(bsh.NameSpace nameSpace)
          Setter for property nameSpace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSHLogListener.ScriptInfo

public BSHLogListener.ScriptInfo()

BSHLogListener.ScriptInfo

public BSHLogListener.ScriptInfo(bsh.NameSpace ns)

BSHLogListener.ScriptInfo

public BSHLogListener.ScriptInfo(String code,
                                 long lastModified)
Method Detail

getCode

public String getCode()
Getter for property code.

Returns:
Value of property code.

setCode

public void setCode(String code)
Setter for property code.

Parameters:
code - New value of property code.

getLastModified

public long getLastModified()
Getter for property lastModified.

Returns:
Value of property lastModified.

setLastModified

public void setLastModified(long lastModified)
Setter for property lastModified.

Parameters:
lastModified - New value of property lastModified.

getLastCheck

public long getLastCheck()
Getter for property lastCheck.

Returns:
Value of property lastCheck.

setLastCheck

public void setLastCheck(long lastCheck)
Setter for property lastCheck.

Parameters:
lastCheck - New value of property lastCheck.

getNameSpace

public bsh.NameSpace getNameSpace()
Getter for property nameSpace.

Returns:
Value of property nameSpace.

setNameSpace

public void setNameSpace(bsh.NameSpace nameSpace)
Setter for property nameSpace.

Parameters:
nameSpace - New value of property nameSpace.


Copyright © 1998-2012 jPOS.org. All Rights Reserved.