JTR 5.0 API Documentation

jtr.config
Class Factory

java.lang.Object
  extended by jtr.config.Factory
All Implemented Interfaces:
java.io.Serializable

public class Factory
extends java.lang.Object
implements java.io.Serializable

This class represetns a factory element of a jtr.xml configuration file.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
Factory()
          Creates a new instance of Factory
 
Method Summary
 java.lang.String getFqn()
           
 java.lang.String getKey()
           
 void setFqn(java.lang.String fqn)
           
 void setKey(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Factory

public Factory()
Creates a new instance of Factory

Method Detail

setFqn

public void setFqn(java.lang.String fqn)

setKey

public void setKey(java.lang.String key)

getFqn

public java.lang.String getFqn()

getKey

public java.lang.String getKey()

The JTR Project is licensed under GPL version 2