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 String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
-