Uses of Class
org.silverpeas.mobile.shared.dto.PropertyDTO
-
Packages that use PropertyDTO Package Description org.silverpeas.mobile.shared.dto -
-
Uses of PropertyDTO in org.silverpeas.mobile.shared.dto
Methods in org.silverpeas.mobile.shared.dto that return types with arguments of type PropertyDTO Modifier and Type Method Description List<PropertyDTO>
DetailUserDTO. getProperties()
List<PropertyDTO>
UserDTO. getProperties()
Methods in org.silverpeas.mobile.shared.dto with parameters of type PropertyDTO Modifier and Type Method Description void
UserDTO. addProperty(PropertyDTO property)
Method parameters in org.silverpeas.mobile.shared.dto with type arguments of type PropertyDTO Modifier and Type Method Description void
DetailUserDTO. setProperties(List<PropertyDTO> properties)
void
UserDTO. setProperties(List<PropertyDTO> properties)
-