@Entity public class LogAttribute extends Object implements Serializable
Constructor and Description |
---|
LogAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Attribute |
getAttribute() |
Long |
getAttributeId() |
Long |
getGroupingNum() |
Long |
getId() |
Log |
getLog() |
Long |
getLogId() |
String |
getValue() |
int |
hashCode() |
void |
setAttribute(Attribute attribute) |
void |
setAttributeId(Long attributeId) |
void |
setGroupingNum(Long groupingNum) |
void |
setId(Long id) |
void |
setLog(Log log) |
void |
setLogId(Long logId) |
void |
setValue(String value) |
public Long getId()
public void setId(Long id)
public Attribute getAttribute()
public void setAttribute(Attribute attribute)
public Long getAttributeId()
public void setAttributeId(Long attributeId)
public Long getGroupingNum()
public void setGroupingNum(Long groupingNum)
public Log getLog()
public void setLog(Log log)
public Long getLogId()
public void setLogId(Long logId)
public String getValue()
public void setValue(String value)
Copyright © 2010-2014 Michigan State University. All Rights Reserved.