Uses of Package
com.zphinx.spine.vo.dto

Packages that use com.zphinx.spine.vo.dto
com.zphinx.spine Universal and common classes and interfaces used by the spine application framework. 
com.zphinx.spine.core Core classes and interfaces which provide application specific functionality for the spine application framework. 
com.zphinx.spine.core.viewprocessors ViewProcessor classes which interface with the business layer and any suitable model view controller architechure in use by an application which uses this framework. 
com.zphinx.spine.data Abstraction classes and interfaces for data interchange used to access various data stores from the Spine application framework. 
com.zphinx.spine.data.impl Implementation of abstraction classes for data interchange used in the data layers of the Spine application. 
com.zphinx.spine.members Classes and interfaces which provide identity management objects used by the Spine application framework. 
com.zphinx.spine.message A collection of classes which provide message retrieval and storage facilities used by the Spine application framework. 
com.zphinx.spine.security Provides classes which are used by the Spine Application Framework to provide security features for objects used or which depend on the Spine Application framework. 
com.zphinx.spine.utils Utility classes and helpers needed by other classes and interfaces. 
com.zphinx.spine.vo.dto DataTransferObject classes and interfaces for data interchange between specific layers of the application framework. 
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine
StringAttributeBean
          StringAttributeBean defines a bean whose name and value can only be a String by associating its name with its value.
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.core
SpineBean
           SpineBean contains the base properties of all classes that can be managed by Spine.
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.core.viewprocessors
DataTransferObject
          DataTransferObject represents a common signature for objects which need to be transported within a DataTransferAssembler.
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.data
DataTransferObject
          DataTransferObject represents a common signature for objects which need to be transported within a DataTransferAssembler.
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.data.impl
DataTransferObject
          DataTransferObject represents a common signature for objects which need to be transported within a DataTransferAssembler.
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.members
DataTransferObject
          DataTransferObject represents a common signature for objects which need to be transported within a DataTransferAssembler.
SpineBean
           SpineBean contains the base properties of all classes that can be managed by Spine.
StringAttributeBean
          StringAttributeBean defines a bean whose name and value can only be a String by associating its name with its value.
UserListBean
          A UserListBean provides additional properties for use by Member objects of the spine framework
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.message
StringAttributeBean
          StringAttributeBean defines a bean whose name and value can only be a String by associating its name with its value.
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.security
StringAttributeBean
          StringAttributeBean defines a bean whose name and value can only be a String by associating its name with its value.
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.utils
DataTransferObject
          DataTransferObject represents a common signature for objects which need to be transported within a DataTransferAssembler.
UserListBean
          A UserListBean provides additional properties for use by Member objects of the spine framework
 

Classes in com.zphinx.spine.vo.dto used by com.zphinx.spine.vo.dto
DataTransferObject
          DataTransferObject represents a common signature for objects which need to be transported within a DataTransferAssembler.
StringAttributeBean
          StringAttributeBean defines a bean whose name and value can only be a String by associating its name with its value.