Class BwSynchConnectorInfo

java.lang.Object
org.bedework.synch.wsmessages.SynchConnectorInfoType
org.bedework.calfacade.synch.BwSynchConnectorInfo

public class BwSynchConnectorInfo extends org.bedework.synch.wsmessages.SynchConnectorInfoType
Information about a synch connector
Version:
1.0
Author:
Mike Douglass douglm@bedework.edu
  • Field Summary

    Fields inherited from class org.bedework.synch.wsmessages.SynchConnectorInfoType

    manager, name, properties, readOnly
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    copy(org.bedework.synch.wsmessages.SynchConnectorInfoType val)
     
     
     

    Methods inherited from class org.bedework.synch.wsmessages.SynchConnectorInfoType

    getName, getProperties, isManager, isReadOnly, setManager, setName, setProperties, setReadOnly

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BwSynchConnectorInfo

      public BwSynchConnectorInfo()
  • Method Details

    • copy

      public static BwSynchConnectorInfo copy(org.bedework.synch.wsmessages.SynchConnectorInfoType val)
      Parameters:
      val - XML synch connector info
      Returns:
      one of these initialized from the parameter
    • getProps

      public List<BwSynchPropertyInfo> getProps()
      Returns:
      possibly empty list of copied properties.
    • toString

      public String toString()
      Overrides:
      toString in class Object