org.wso2.carbon.device.mgt.mobile.config
Class MobileDeviceManagementConfig

java.lang.Object
  extended by org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig

public final class MobileDeviceManagementConfig
extends Object

Represents Mobile Device Mgt configuration.


Constructor Summary
MobileDeviceManagementConfig()
           
 
Method Summary
 APIPublisherConfig getApiPublisherConfig()
           
 MobileDeviceManagementRepository getMobileDeviceMgtRepository()
           
 void setApiPublisherConfig(APIPublisherConfig apiPublisherConfig)
           
 void setMobileDeviceMgtRepository(MobileDeviceManagementRepository mobileDeviceMgtRepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileDeviceManagementConfig

public MobileDeviceManagementConfig()
Method Detail

getMobileDeviceMgtRepository

public MobileDeviceManagementRepository getMobileDeviceMgtRepository()

setMobileDeviceMgtRepository

public void setMobileDeviceMgtRepository(MobileDeviceManagementRepository mobileDeviceMgtRepository)

getApiPublisherConfig

public APIPublisherConfig getApiPublisherConfig()

setApiPublisherConfig

public void setApiPublisherConfig(APIPublisherConfig apiPublisherConfig)


Copyright © 2015 WSO2. All rights reserved.