tinytl
Class TTLNodeRule

java.lang.Object
  extended by tinytl.TTLNodeRule

public class TTLNodeRule
extends java.lang.Object


Field Summary
private  TTLTemplate content
           
private  TTLNodeExpr match
          Fields
 
Constructor Summary
TTLNodeRule()
           
 
Method Summary
 TTLTemplate getContent()
           
 TTLNodeExpr getMatch()
           
 void setContent(TTLTemplate content)
           
 void setMatch(TTLNodeExpr match)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

match

private TTLNodeExpr match
Fields


content

private TTLTemplate content
Constructor Detail

TTLNodeRule

public TTLNodeRule()
Method Detail

getContent

public TTLTemplate getContent()
Returns:
TTLTemplate content

setContent

public void setContent(TTLTemplate content)
Parameters:
content - TTLTemplate

getMatch

public TTLNodeExpr getMatch()
Returns:
TTLNodeExpr match

setMatch

public void setMatch(TTLNodeExpr match)
Parameters:
match - TTLNodeExpr