Class PropertyDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.PropertyDTO
All Implemented Interfaces:
Serializable

public class PropertyDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • PropertyDTO

      public PropertyDTO()
  • Method Details

    • fromJSON

      public static PropertyDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • toJSON

      public jsinterop.base.JsPropertyMap<Object> toJSON()