|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.frame.spi.managedobject.source.impl.ManagedObjectSourcePropertyImpl
public class ManagedObjectSourcePropertyImpl
Implementation of the ManagedObjectSourceProperty.
| Field Summary | |
|---|---|
protected String |
label
Label of property. |
protected String |
name
Name of property. |
| Constructor Summary | |
|---|---|
ManagedObjectSourcePropertyImpl(String name,
String label)
Initiate with name and label of property. |
|
| Method Summary | |
|---|---|
String |
getLabel()
Obtains the display name of the property. |
String |
getName()
Obtains name of property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final String name
protected final String label
| Constructor Detail |
|---|
public ManagedObjectSourcePropertyImpl(String name,
String label)
name - Name of property.label - Label of property.| Method Detail |
|---|
public String getName()
ManagedObjectSourceProperty
getName in interface ManagedObjectSourcePropertypublic String getLabel()
ManagedObjectSourcePropertynull then the return value of ManagedObjectSourceProperty.getName() is used.
getLabel in interface ManagedObjectSourceProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||