Package org.silverpeas.mobile.shared.dto
Class PropertyDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.PropertyDTO
-
- All Implemented Interfaces:
Serializable
public class PropertyDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()voidsetKey(String key)voidsetValue(String value)
-