public class MobileFeature extends Object implements Serializable
Constructor and Description |
---|
MobileFeature() |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getDescription() |
String |
getDeviceType() |
int |
getId() |
String |
getName() |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setDeviceType(String deviceType) |
void |
setId(int id) |
void |
setName(String name) |
public int getId()
public void setId(int id)
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getDeviceType()
public void setDeviceType(String deviceType)
Copyright © 2017 WSO2. All rights reserved.