Uses of Class
com.zphinx.spine.vo.LabelIntBean

Packages that use LabelIntBean
com.zphinx.spine Universal and common classes and interfaces used by the spine application framework. 
com.zphinx.spine.vo Value objects and pojos used within this application framework 
 

Uses of LabelIntBean in com.zphinx.spine
 

Methods in com.zphinx.spine that return LabelIntBean
 LabelIntBean Resources.getAccount(int accountId)
          Gets a LabelIntBean containing the Account Type and it's account code.
 LabelIntBean Resources.getIntBean(int intValue, ArrayList aList)
          Gets a LabelIntBean whose intValue is equal to the given intValue
 LabelIntBean Resources.getMessage(int messageId)
          Gets a LabelIntBean containing the Message Type and it's message code.
 

Uses of LabelIntBean in com.zphinx.spine.vo
 

Subclasses of LabelIntBean in com.zphinx.spine.vo
 class ManagedDaoBean
          ManagedDaoBean is an extension of the label int bean which adds the class name of the object and its position within a configuration defined by the term pageIndex
 

Methods in com.zphinx.spine.vo that return LabelIntBean
 LabelIntBean DelegateBean.getDaoBean()
          Gets the LabelIntBean associated with this object which comprises of the dao className and the proxyIndex obtained from configuration.
 

Methods in com.zphinx.spine.vo with parameters of type LabelIntBean
 void ProxyConfig.addProxy(LabelIntBean lib)
          Adds a LabenIntBean to the list contained in this object
 void MultiDelegateBean.setDaoBean(LabelIntBean daoBean)
          Adds a ManagedDaoBean to this DispatchDelegate
 void DelegateBean.setDaoBean(LabelIntBean dao)
          Gets the LabelIntBean associated with this object which comprises of the dao className and the proxyIndex obtained from configuration.
 

Constructors in com.zphinx.spine.vo with parameters of type LabelIntBean
DelegateBean(String subClass, LabelIntBean daoBean)
          Constructor which accepts a string and a LabelIntBean as parameters