public class Log extends Object
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
int |
getCodeId() |
String |
getDescription() |
Integer |
getEntityId() |
Integer |
getEntityType() |
int |
getId() |
String |
getIp() |
Date |
getLogDate() |
Integer |
getPersonId() |
Person |
getUser() |
Person |
getUser2() |
String |
getValue1() |
String |
getValue2() |
String |
getValue3() |
void |
setCodeId(int codeId) |
void |
setEntityId(Integer entityId) |
void |
setEntityType(Integer entityType) |
void |
setId(int id) |
void |
setIp(String ip) |
void |
setLogDate(Date logDate) |
void |
setPersonId(Integer personId) |
void |
setUser(Person user) |
void |
setUser2(Person user2) |
void |
setValue1(String value1) |
void |
setValue2(String value2) |
void |
setValue3(String value3) |
public int getId()
public Integer getPersonId()
public Integer getEntityId()
public int getCodeId()
public String getIp()
public Date getLogDate()
public String getValue1()
public String getValue2()
public String getValue3()
public Integer getEntityType()
public String getDescription()
public Person getUser()
public Person getUser2()
public void setId(int id)
public void setPersonId(Integer personId)
public void setEntityId(Integer entityId)
public void setCodeId(int codeId)
public void setIp(String ip)
public void setLogDate(Date logDate)
public void setValue1(String value1)
public void setValue2(String value2)
public void setValue3(String value3)
public void setEntityType(Integer entityType)
public void setUser(Person user)
public void setUser2(Person user2)
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.