com.cumulocity.model.audit
Class Change

java.lang.Object
  extended by com.cumulocity.model.audit.Change

public class Change
extends Object


Constructor Summary
Change()
           
 
Method Summary
 String getAttribute()
           
 Object getNewValue()
           
 Object getPreviousValue()
           
 String getType()
           
 void setAttribute(String attribute)
           
 void setNewValue(Object current)
           
 void setPreviousValue(Object previous)
           
 void setType(Class type)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Change

public Change()
Method Detail

getType

public String getType()

setType

public void setType(Class type)

setType

public void setType(String type)

getAttribute

public String getAttribute()

setAttribute

public void setAttribute(String attribute)

getPreviousValue

public Object getPreviousValue()

setPreviousValue

public void setPreviousValue(Object previous)

getNewValue

public Object getNewValue()

setNewValue

public void setNewValue(Object current)


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.