Class DeviceTypeScript
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.script.common.bean.Script
ru.bitel.oss.systems.inventory.resource.common.bean.DeviceTypeScript
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class DeviceTypeScript extends Script
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DeviceTypeScript() -
Method Summary
Modifier and Type Method Description intgetDeviceTypeId()java.util.DategetModifyType()intgetUserId()Возвращает userId(код) пользователя - автора ревизии.java.lang.StringgetUserTitle()voidsetDeviceTypeId(int deviceTypeId)voidsetModifyType(java.util.Date modifyType)voidsetUserId(int userId)Устанавливает userID(код) пользователя - автора ревизии.voidsetUserTitle(java.lang.String userTitle)Methods inherited from class ru.bitel.bgbilling.kernel.script.common.bean.Script
getRevision, getScript, getTimeRevision, setRevision, setScript, setTimeRevisionMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DeviceTypeScript
public DeviceTypeScript()
-
-
Method Details
-
getDeviceTypeId
public int getDeviceTypeId() -
setDeviceTypeId
public void setDeviceTypeId(int deviceTypeId) -
getModifyType
public java.util.Date getModifyType() -
setModifyType
public void setModifyType(java.util.Date modifyType) -
getUserId
public int getUserId()Description copied from class:ScriptВозвращает userId(код) пользователя - автора ревизии. -
setUserId
public void setUserId(int userId)Description copied from class:ScriptУстанавливает userID(код) пользователя - автора ревизии. -
getUserTitle
public java.lang.String getUserTitle() -
setUserTitle
public void setUserTitle(java.lang.String userTitle)
-