public class TeamSourcePropertyImpl extends Object implements TeamSourceProperty
TeamSourceProperty
implementation.Modifier and Type | Field and Description |
---|---|
protected String |
label
Label of property.
|
protected String |
name
Name of property.
|
Constructor and Description |
---|
TeamSourcePropertyImpl(String name,
String label)
Initiate with name and label of property.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Obtains the display name of the property.
|
String |
getName()
Obtains name of property.
|
protected final String name
protected final String label
public String getName()
TeamSourceProperty
getName
in interface TeamSourceProperty
public String getLabel()
TeamSourceProperty
null
then the return value of TeamSourceProperty.getName()
is used.getLabel
in interface TeamSourceProperty
Copyright © 2005–2016. All rights reserved.