org.wso2.carbon.device.mgt.mobile.dto
Class MobileFeature
java.lang.Object
org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
- All Implemented Interfaces:
- Serializable
public class MobileFeature
- extends Object
- implements Serializable
DTO of Mobile features.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileFeature
public MobileFeature()
getId
public int getId()
setId
public void setId(int id)
getCode
public String getCode()
setCode
public void setCode(String code)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDeviceType
public String getDeviceType()
setDeviceType
public void setDeviceType(String deviceType)
Copyright © 2015 WSO2. All rights reserved.