@Entity public class Attribute extends Object implements Serializable
Constructor and Description |
---|
Attribute() |
Attribute(String name) |
Attribute(String name,
Set<LogAttribute> logs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId() |
Set<LogAttribute> |
getLogs() |
String |
getName() |
Property |
getProperty() |
State |
getState() |
int |
hashCode() |
void |
setId(Long id) |
void |
setLogs(Set<LogAttribute> logs) |
void |
setName(String name) |
void |
setProperty(Property property) |
void |
setState(State state) |
public Attribute()
public Attribute(String name)
public Attribute(String name, Set<LogAttribute> logs)
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public State getState()
public void setState(State state)
public Set<LogAttribute> getLogs()
public void setLogs(Set<LogAttribute> logs)
public Property getProperty()
public void setProperty(Property property)
Copyright © 2010-2014 Michigan State University. All Rights Reserved.