org.wso2.carbon.device.mgt.mobile.dto
Class MobileFeatureProperty

java.lang.Object
  extended by 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.


Constructor Summary
MobileFeatureProperty()
           
 
Method Summary
 Integer getFeatureID()
           
 String getProperty()
           
 void setFeatureID(Integer featureID)
           
 void setProperty(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileFeatureProperty

public MobileFeatureProperty()
Method Detail

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.