public class BambooEntityObject extends com.atlassian.core.bean.EntityObject implements BambooObject
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
| Constructor and Description |
|---|
BambooEntityObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
This method needs to be here in order to use proper id
|
long |
getId() |
int |
hashCode()
This method needs to be here in order to use proper id
|
void |
setId(long id) |
public long getId()
getId in interface BambooIdProvidergetId in class com.atlassian.core.bean.EntityObjectpublic void setId(long id)
setId in interface BambooObjectsetId in class com.atlassian.core.bean.EntityObjectpublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.