Class SyncDataSourceConfiguration
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.commercial.sync.model.SyncDataSourceConfiguration
-
- All Implemented Interfaces:
Serializable
public class SyncDataSourceConfiguration extends Object implements Serializable
Basically a hash-map that stores a set of configuration parameters that will be used by the sync provider- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncDataSourceConfiguration(long id, String name, HashMap<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getId()
String
getName()
HashMap<String,String>
getParameters()
int
hashCode()
void
setId(long id)
void
setName(String name)
void
setParameters(HashMap<String,String> parameters)
-
-
-
Constructor Detail
-
SyncDataSourceConfiguration
public SyncDataSourceConfiguration(long id, String name, HashMap<String,String> parameters) throws InvalidArgumentException
- Throws:
InvalidArgumentException
-
-