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.StringgetMethod()java.lang.StringgetTitle()java.util.Set<DeviceManagerMethodType>getTypes()voidsetMethod(java.lang.String method)voidsetTitle(java.lang.String title)voidsetTypes(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) 
 -