com.silverpeas.admin.notification
Class ComponentJsonPatch

java.lang.Object
  extended by org.silverpeas.notification.jsondiff.JsonPatch
      extended by com.silverpeas.admin.notification.ComponentJsonPatch
All Implemented Interfaces:
Serializable

public class ComponentJsonPatch
extends JsonPatch
implements Serializable

Author:
ehugonnet
See Also:
Serialized Form

Constructor Summary
ComponentJsonPatch()
           
 
Method Summary
 String getComponentType()
          Get the value of componentType
 void setComponentType(String componentType)
          Set the value of componentType
 
Methods inherited from class org.silverpeas.notification.jsondiff.JsonPatch
addOperation, fromJson, getOperationByPath, getOperations, setOperations, toJson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentJsonPatch

public ComponentJsonPatch()
Method Detail

getComponentType

public String getComponentType()
Get the value of componentType

Returns:
the value of componentType

setComponentType

public void setComponentType(String componentType)
Set the value of componentType

Parameters:
componentType - new value of componentType


Copyright © 2016 Silverpeas. All Rights Reserved.