Package org.bedework.synch.shared
Interface SubscriptionConnectorInfo<T>
- All Superinterfaces:
Comparable<T>,SerializableProperties<T>
Serializable form of information for a connection to a system via a
connector - a connector id and the serialized properties.
- Author:
- douglm
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.bedework.synch.shared.SerializableProperties
getAllSynchProperties, getChanged, getProperty, getSynchProperties, loadProperties, resetChanged, setChanged, setProperty, setSynchProperties
-
Method Details
-
setConnectorId
- Parameters:
val- id
-
getConnectorId
String getConnectorId()- Returns:
- id
-