com.projectdarkstar.tools.dtc.beans
Class DataConverterImpl

java.lang.Object
  extended by com.projectdarkstar.tools.dtc.beans.DataConverterImpl
All Implemented Interfaces:
DataConverter

public class DataConverterImpl
extends Object
implements DataConverter


Constructor Summary
DataConverterImpl()
           
 
Method Summary
 PkgLibraryDTO basicPkgLibraryDTO(PkgLibrary pkgLibrary)
           
 PkgLibraryTagDTO basicPkgLibraryTagDTO(PkgLibraryTag pkgLibraryTag)
           
 ServerAppConfigDTO basicServerAppConfigDTO(ServerAppConfig serverAppConfig)
           
 ServerAppDTO basicServerAppDTO(ServerApp serverApp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataConverterImpl

public DataConverterImpl()
Method Detail

basicServerAppDTO

public ServerAppDTO basicServerAppDTO(ServerApp serverApp)
Specified by:
basicServerAppDTO in interface DataConverter

basicServerAppConfigDTO

public ServerAppConfigDTO basicServerAppConfigDTO(ServerAppConfig serverAppConfig)
Specified by:
basicServerAppConfigDTO in interface DataConverter

basicPkgLibraryDTO

public PkgLibraryDTO basicPkgLibraryDTO(PkgLibrary pkgLibrary)
Specified by:
basicPkgLibraryDTO in interface DataConverter

basicPkgLibraryTagDTO

public PkgLibraryTagDTO basicPkgLibraryTagDTO(PkgLibraryTag pkgLibraryTag)
Specified by:
basicPkgLibraryTagDTO in interface DataConverter


Copyright © 2013. All Rights Reserved.