com.ail.core.configure
Class Type

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.configure.Component
          extended by com.ail.core.configure.Group
              extended by com.ail.core.configure.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
Command, Service

public class Type
extends Group

Version:
$Revision: 1.5 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
Type()
          Default constructor.
 
Method Summary
 java.lang.String getBuilder()
           
 java.lang.String getKey()
           
 Type getPrototype()
           
 boolean isSingleInstance()
           
 void setBuilder(java.lang.String builder)
           
 void setKey(java.lang.String key)
           
 void setPrototype(Type prototype)
           
 void setSingleInstance(boolean singleInstance)
           
 
Methods inherited from class com.ail.core.configure.Group
addGroup, addParameter, findGroup, findParameter, findParameterValue, findParameterValue, getGroup, getGroup, getGroupCount, getParameter, getParameter, getParameterCount, removeAllGroup, removeAllParameter, removeGroup, removeParameter, setGroup, setGroup, setParameter, setParameterAt
 
Methods inherited from class com.ail.core.configure.Component
getName, getNameLowerCase, setName
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type()
Default constructor.

Method Detail

getBuilder

public java.lang.String getBuilder()

setBuilder

public void setBuilder(java.lang.String builder)

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getPrototype

public Type getPrototype()

setPrototype

public void setPrototype(Type prototype)

isSingleInstance

public boolean isSingleInstance()

setSingleInstance

public void setSingleInstance(boolean singleInstance)