com.atlassian.bamboo.bandana
Class BandanaItem
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.bandana.BandanaItem
- All Implemented Interfaces:
- BambooIdProvider, BambooObject, Cloneable, Comparable<BandanaItem>
public class BandanaItem
- extends BambooEntityObject
- implements Comparable<BandanaItem>
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
BandanaItem
public BandanaItem()
BandanaItem
public BandanaItem(BambooBandanaContext bandanaContext,
String key,
String serializedData)
getBuildId
public long getBuildId()
setBuildId
public void setBuildId(long buildId)
getKey
public String getKey()
setKey
public void setKey(String key)
getSerializedData
public String getSerializedData()
setSerializedData
public void setSerializedData(String serializedData)
hashCode
public int hashCode()
- Description copied from class:
BambooEntityObject
- This method needs to be here in order to use proper id
- Overrides:
hashCode
in class BambooEntityObject
equals
public boolean equals(Object o)
- Description copied from class:
BambooEntityObject
- This method needs to be here in order to use proper id
- Overrides:
equals
in class BambooEntityObject
compareTo
public int compareTo(BandanaItem o)
- Specified by:
compareTo
in interface Comparable<BandanaItem>
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.