org.wso2.carbon.device.mgt.mobile.dto
Class MobileFeatureProperty
java.lang.Object
org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
public class MobileFeatureProperty
- extends Object
DTO of Mobile feature property. Represents a property of a mobile feature.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileFeatureProperty
public MobileFeatureProperty()
getFeatureID
public Integer getFeatureID()
setFeatureID
public void setFeatureID(Integer featureID)
getProperty
public String getProperty()
setProperty
public void setProperty(String property)
Copyright © 2015 WSO2. All rights reserved.