org.gcube.contentmanagement.viewmanager.activationrecord
Class ActivationRecordBody

java.lang.Object
  extended by org.gcube.contentmanagement.viewmanager.activationrecord.ActivationRecordBody

public class ActivationRecordBody
extends java.lang.Object


Constructor Summary
ActivationRecordBody()
           
ActivationRecordBody(java.lang.String plugin, View view, java.lang.String createdBy)
           
 
Method Summary
 java.lang.String getCreatedBy()
           
 java.lang.String getPlugin()
           
 View getView()
           
 void setCreatedBy(java.lang.String createdBy)
           
 void setPlugin(java.lang.String plugin)
           
 void setView(View view)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationRecordBody

public ActivationRecordBody()

ActivationRecordBody

public ActivationRecordBody(java.lang.String plugin,
                            View view,
                            java.lang.String createdBy)
Method Detail

getCreatedBy

public java.lang.String getCreatedBy()

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)

getView

public View getView()

setView

public void setView(View view)

getPlugin

public java.lang.String getPlugin()

setPlugin

public void setPlugin(java.lang.String plugin)