Class PublicationDetailModel
- java.lang.Object
-
- org.silverpeas.core.contribution.model.DefaultContributionModel<PublicationDetail>
-
- org.silverpeas.core.contribution.publication.model.PublicationDetailModel
-
- All Implemented Interfaces:
ContributionModel
public class PublicationDetailModel extends DefaultContributionModel<PublicationDetail>
The default implementation of thePublicationDetail
entity which is extending the default one.- Author:
- silveryocha
- See Also:
ContributionModel
,DefaultContributionModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getProperty(String property, Object... parameters)
Gets the value of the specified business property.-
Methods inherited from class org.silverpeas.core.contribution.model.DefaultContributionModel
filterByType, getByReflection, getContribution
-
-
-
-
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 interfaceContributionModel
- Overrides:
getProperty
in classDefaultContributionModel<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.
-
-