tinytl
Class TTLApplication

java.lang.Object
  extended by tinytl.TTLItem
      extended by tinytl.TTLApplication

public class TTLApplication
extends TTLItem


Field Summary
private  TTLIdentifier name
          Fields
private  TTLSelection select
           
 
Constructor Summary
TTLApplication()
          Creates a new instance of TTLApplication
 
Method Summary
 TTLIdentifier getName()
           
 TTLSelection getSelect()
           
 void setName(TTLIdentifier name)
           
 void setSelect(TTLSelection select)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private TTLIdentifier name
Fields


select

private TTLSelection select
Constructor Detail

TTLApplication

public TTLApplication()
Creates a new instance of TTLApplication

Method Detail

getName

public TTLIdentifier getName()
Returns:
Returns the name.

setName

public void setName(TTLIdentifier name)
Parameters:
name - The name to set.

getSelect

public TTLSelection getSelect()
Returns:
Returns the select.

setSelect

public void setSelect(TTLSelection select)
Parameters:
select - The select to set.