Class TeamSourcePropertyImpl

java.lang.Object
net.officefloor.frame.api.team.source.impl.TeamSourcePropertyImpl
All Implemented Interfaces:
TeamSourceProperty

public class TeamSourcePropertyImpl extends Object implements TeamSourceProperty
TeamSourceProperty implementation.
Author:
Daniel Sagenschneider
  • Field Details

    • name

      protected final String name
      Name of property.
    • label

      protected final String label
      Label of property.
  • Constructor Details

    • TeamSourcePropertyImpl

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