|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tm.activationrecord.ActivationRecordBody
public class ActivationRecordBody
The body of an activation record.
| 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 |
|---|
public ActivationRecordBody()
public ActivationRecordBody(String id,
org.gcube.data.tml.proxies.BindParams params)
id - the identifier.params - the parameters.| Method Detail |
|---|
public String getCreatedBy()
public void setCreatedBy(String id)
id - the identifier.public org.gcube.data.tml.proxies.BindParams getParameters()
public void setParameters(org.gcube.data.tml.proxies.BindParams parameters)
parameters - the parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||