public class ConfluenceBandanaRecord extends Object implements Serializable
HibernateConfluenceBandanaRecordDao
for storing and retrieving Bandana records.Constructor and Description |
---|
ConfluenceBandanaRecord() |
ConfluenceBandanaRecord(String context,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContext() |
long |
getId() |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setContext(String context) |
void |
setId(long id) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
public String getContext()
public void setContext(String context)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public long getId()
public void setId(long id)
Copyright © 2003–2019 Atlassian. All rights reserved.