|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.labels.LabelImpl
public class LabelImpl
| Field Summary |
|---|
| Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject |
|---|
id |
| Constructor Summary | |
|---|---|
LabelImpl()
|
|
LabelImpl(String name,
String namespace)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
|
boolean |
equals(Object o)
|
String |
getName()
|
String |
getNamespace()
|
int |
hashCode()
|
void |
setName(String name)
|
void |
setNamespace(String namespace)
|
| Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.bamboo.labels.Label |
|---|
getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate |
| Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
|---|
getId, setId |
| Constructor Detail |
|---|
public LabelImpl()
public LabelImpl(String name,
String namespace)
| Method Detail |
|---|
public String getName()
getName in interface Labelpublic void setName(String name)
setName in interface Labelpublic String getNamespace()
getNamespace in interface Labelpublic void setNamespace(String namespace)
setNamespace in interface Labelpublic int hashCode()
public boolean equals(Object o)
public int compareTo(Object obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||