Class PublicationDetailModel

    • Method Detail

      • getProperty

        public <T> T getProperty​(String property,
                                 Object... parameters)
        Description copied from interface: ContributionModel
        Gets the value of the specified business property. The property can accept zero, one or more parameters.
        Specified by:
        getProperty in interface ContributionModel
        Overrides:
        getProperty in class DefaultContributionModel<PublicationDetail>
        Type Parameters:
        T - the expected type of the property value.
        Parameters:
        property - the name of the business property of the represented contribution.
        parameters - optionally some parameters required to select the correct value of the property
        Returns:
        the value of the asked business property.