se.cambio.cds.model.logLine.dto
Class LogLineDTO
java.lang.Object
se.cambio.cds.model.logLine.dto.LogLineDTO
- All Implemented Interfaces:
- Serializable
public class LogLineDTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogLineDTO
public LogLineDTO(Integer idLogLine,
Short logType,
String msg,
String idUser)
getIdLogLine
public Integer getIdLogLine()
setIdLogLine
public void setIdLogLine(Integer idLogLine)
getLogType
public Short getLogType()
setLogType
public void setLogType(Short logType)
getMsg
public String getMsg()
setMsg
public void setMsg(String msg)
getIdUser
public String getIdUser()
setIdUser
public void setIdUser(String idUser)
Copyright © 2013 Cambio. All Rights Reserved.