Interface PropertyOwner


  • public interface PropertyOwner
    This interface defines the services for an objects that is owning properties.
    Version:
    17.0 2020-01-04 14:41:38
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    util
    • Method Detail

      • getProperties

        @Pure
        Map<String,​Object> getProperties()
        Replies the properties of this component.
        Returns:
        the properties, never null.
        See Also:
        setProperties(Map)
      • setProperties

        void setProperties​(Map<String,​Object> properties)
        Set the properties of the model object, except the UUID.
        Parameters:
        properties - are the properties of this model object, except the UUID.
        See Also:
        getProperties()