org.gcube.data.tm.activationrecord
Class ActivationRecordBody

java.lang.Object
  extended by org.gcube.data.tm.activationrecord.ActivationRecordBody

public class ActivationRecordBody
extends Object

The body of an activation record.

Author:
Fabio Simeoni

Constructor Summary
ActivationRecordBody()
          Creates an instance.
ActivationRecordBody(String id, org.gcube.data.tml.proxies.BindParams params)
          Creates an instance from the identifier of the record's creator and the activation's parameters.
 
Method Summary
 String getCreatedBy()
          Returns the identifier of record's creator.
 org.gcube.data.tml.proxies.BindParams getParameters()
          Returns the parameters of the activation.
 void setCreatedBy(String id)
          Sets the identifier of the record's creator.
 void setParameters(org.gcube.data.tml.proxies.BindParams parameters)
          Sets the parameters of the activation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationRecordBody

public ActivationRecordBody()
Creates an instance.


ActivationRecordBody

public ActivationRecordBody(String id,
                            org.gcube.data.tml.proxies.BindParams params)
Creates an instance from the identifier of the record's creator and the activation's parameters.

Parameters:
id - the identifier.
params - the parameters.
Method Detail

getCreatedBy

public String getCreatedBy()
Returns the identifier of record's creator.

Returns:
the identifier.

setCreatedBy

public void setCreatedBy(String id)
Sets the identifier of the record's creator.

Parameters:
id - the identifier.

getParameters

public org.gcube.data.tml.proxies.BindParams getParameters()
Returns the parameters of the activation.

Returns:
the parameters.

setParameters

public void setParameters(org.gcube.data.tml.proxies.BindParams parameters)
Sets the parameters of the activation.

Parameters:
parameters - the parameters.


Copyright © 2012. All Rights Reserved.