com.atlassian.bamboo.labels
Interface Label

All Superinterfaces:
BambooObject
All Known Implementing Classes:
LabelImpl

public interface Label
extends BambooObject


Method Summary
 Date getCreationDate()
           
 Date getLastModificationDate()
           
 String getName()
           
 String getNamespace()
           
 void setCreationDate(Date creationDate)
           
 void setLastModificationDate(Date lastModificationDate)
           
 void setName(String name)
           
 void setNamespace(String namespace)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Method Detail

getName

String getName()

setName

void setName(String name)

getCreationDate

Date getCreationDate()

setCreationDate

void setCreationDate(Date creationDate)

getLastModificationDate

Date getLastModificationDate()

setLastModificationDate

void setLastModificationDate(Date lastModificationDate)

getNamespace

String getNamespace()

setNamespace

void setNamespace(String namespace)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.