se.cambio.cds.model.dataSource.dto
Class DataSourceDTO

Package class diagram package DataSourceDTO
java.lang.Object
  extended by se.cambio.cds.model.dataSource.dto.DataSourceDTO
All Implemented Interfaces:
Serializable

public class DataSourceDTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataSourceDTO(String idDataSource, String description)
           
 
Method Summary
 String getDescription()
           
 String getIdDataSource()
           
 void setDescription(String description)
           
 void setIdDataSource(String idDataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceDTO

public DataSourceDTO(String idDataSource,
                     String description)
Method Detail

getIdDataSource

public String getIdDataSource()

setIdDataSource

public void setIdDataSource(String idDataSource)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2013 Cambio. All Rights Reserved.