org.wso2.carbon.device.mgt.mobile.dto
Class MobileOperation
java.lang.Object
org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
public class MobileOperation
- extends Object
DTO of MobileOperation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileOperation
public MobileOperation()
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.