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

java.lang.Object
  extended by org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty

public class MobileOperationProperty
extends Object

DTO of Mobile Operation property.


Constructor Summary
MobileOperationProperty()
           
 
Method Summary
 int getOperationId()
           
 String getProperty()
           
 String getValue()
           
 void setOperationId(int operationId)
           
 void setProperty(String property)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileOperationProperty

public MobileOperationProperty()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getOperationId

public int getOperationId()

setOperationId

public void setOperationId(int operationId)

getProperty

public String getProperty()

setProperty

public void setProperty(String property)


Copyright © 2015 WSO2. All rights reserved.