Class TeamSourcePropertyImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String label
      Label of property.
      protected java.lang.String name
      Name of property.
    • Constructor Summary

      Constructors 
      Constructor Description
      TeamSourcePropertyImpl​(java.lang.String name, java.lang.String label)
      Initiate with name and label of property.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      Obtains the display name of the property.
      java.lang.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

      • name

        protected final java.lang.String name
        Name of property.
      • label

        protected final java.lang.String label
        Label of property.
    • Constructor Detail

      • TeamSourcePropertyImpl

        public TeamSourcePropertyImpl​(java.lang.String name,
                                      java.lang.String label)
        Initiate with name and label of property.
        Parameters:
        name - Name of property.
        label - Label of property.