public class Label extends MapObject
Modifier and Type | Method and Description |
---|---|
String |
getId()
the ID of the label
|
String |
getName()
the nameof the label
|
String |
getNamespace()
the namespace of the label
|
String |
getOwner()
the username of the owner
|
void |
setId(String id) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setOwner(String owner) |
public Label()
public Label(Map data)
public String getName()
public void setName(String name)
public String getOwner()
public void setOwner(String owner)
public String getNamespace()
public void setNamespace(String namespace)
public String getId()
public void setId(String id)
Copyright © 2015 The Codehaus Foundation. All rights reserved.