Class ExecutiveSourcePropertyImpl

java.lang.Object
net.officefloor.frame.api.executive.source.impl.ExecutiveSourcePropertyImpl
All Implemented Interfaces:
ExecutiveSourceProperty

public class ExecutiveSourcePropertyImpl extends Object implements ExecutiveSourceProperty
ExecutiveSourceProperty implementation.
Author:
Daniel Sagenschneider
  • Field Details

    • name

      protected final String name
      Name of property.
    • label

      protected final String label
      Label of property.
  • Constructor Details

    • ExecutiveSourcePropertyImpl

      public ExecutiveSourcePropertyImpl(String name, String label)
      Initiate with name and label of property.
      Parameters:
      name - Name of property.
      label - Label of property.
  • Method Details