tinytl
Class TTLIdentifier

java.lang.Object
  extended by tinytl.TTLIdentifier

public class TTLIdentifier
extends java.lang.Object


Field Summary
private  java.lang.String val
          Fields
 
Constructor Summary
TTLIdentifier()
          creates a new instance of TTLIdentifier
 
Method Summary
 java.lang.String getVal()
           
 void setVal(java.lang.String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

private java.lang.String val
Fields

Constructor Detail

TTLIdentifier

public TTLIdentifier()
creates a new instance of TTLIdentifier

Method Detail

getVal

public java.lang.String getVal()
Returns:
Returns the val.

setVal

public void setVal(java.lang.String val)
Parameters:
val - The val to set.