Class Configuration
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.systems.inventory.resource.common.bean.Configuration
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class Configuration extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Configuration() -
Method Summary
Modifier and Type Method Description java.util.DategetModifyTime()intgetUserId()java.lang.StringgetUserTitle()voidsetModifyTime(java.util.Date changeTime)voidsetUserId(int userId)voidsetUserTitle(java.lang.String userTitle)Methods 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
-
Configuration
public Configuration()
-
-
Method Details
-
getModifyTime
public java.util.Date getModifyTime() -
setModifyTime
public void setModifyTime(java.util.Date changeTime) -
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getUserTitle
public java.lang.String getUserTitle() -
setUserTitle
public void setUserTitle(java.lang.String userTitle)
-