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

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

public class MobileOperation
extends Object

DTO of MobileOperation.


Constructor Summary
MobileOperation()
           
 
Method Summary
 long getCreatedDate()
           
 String getFeatureCode()
           
 int getOperationId()
           
 List<MobileOperationProperty> getProperties()
           
 void setCreatedDate(long createdDate)
           
 void setFeatureCode(String featureCode)
           
 void setOperationId(int operationId)
           
 void setProperties(List<MobileOperationProperty> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileOperation

public MobileOperation()
Method Detail

getOperationId

public int getOperationId()

setOperationId

public void setOperationId(int operationId)

getProperties

public List<MobileOperationProperty> getProperties()

setProperties

public void setProperties(List<MobileOperationProperty> properties)

getFeatureCode

public String getFeatureCode()

setFeatureCode

public void setFeatureCode(String featureCode)

getCreatedDate

public long getCreatedDate()

setCreatedDate

public void setCreatedDate(long createdDate)


Copyright © 2015 WSO2. All rights reserved.