Class DeviceManagerMethod
java.lang.Object
ru.bitel.oss.systems.inventory.resource.common.bean.DeviceManagerMethod
public class DeviceManagerMethod
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DeviceManagerMethod()
-
Method Summary
Modifier and Type Method Description java.lang.String
getMethod()
java.lang.String
getTitle()
java.util.Set<DeviceManagerMethodType>
getTypes()
void
setMethod(java.lang.String method)
void
setTitle(java.lang.String title)
void
setTypes(java.util.Set<DeviceManagerMethodType> types)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeviceManagerMethod
public DeviceManagerMethod()
-
-
Method Details
-
getTypes
-
setTypes
-
getMethod
public java.lang.String getMethod() -
setMethod
public void setMethod(java.lang.String method) -
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title)
-