Class ConfluenceBandanaRecord
- java.lang.Object
-
- com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
-
- All Implemented Interfaces:
Serializable
public class ConfluenceBandanaRecord extends Object implements Serializable
Hibernate object used byHibernateConfluenceBandanaRecordDaofor storing and retrieving Bandana records.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfluenceBandanaRecord()ConfluenceBandanaRecord(String context, String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContext()longgetId()StringgetKey()StringgetValue()inthashCode()voidsetContext(String context)voidsetId(long id)voidsetKey(String key)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getContext
public String getContext()
-
setContext
public void setContext(String context)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getId
public long getId()
-
setId
public void setId(long id)
-
-