Interface ServiceDeskPropertySetDao
- All Known Implementing Classes:
ServiceDeskPropertySetDaoImpl
public interface ServiceDeskPropertySetDao
Allows to set
PropertySet
for Service Desk namespace.- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeStringProperty
(String key, String value) Writes string property.
-
Method Details
-
writeStringProperty
Writes string property.- Parameters:
key
- of the propertyvalue
- of the property.
-