|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.activationrecord.ActivationRecordBody
public class ActivationRecordBody
The body of an activation record.
Constructor Summary | |
---|---|
ActivationRecordBody()
Creates an instance. |
|
ActivationRecordBody(java.lang.String id,
FactoryParameters params)
Creates an instance from the identifier of the record's creator and the activation's parameters. |
Method Summary | |
---|---|
java.lang.String |
getCreatedBy()
Returns the identifier of record's creator. |
FactoryParameters |
getParameters()
Returns the parameters of the activation. |
void |
setCreatedBy(java.lang.String id)
Sets the identifier of the record's creator. |
void |
setParameters(FactoryParameters parameters)
Sets the parameters of the activation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivationRecordBody()
public ActivationRecordBody(java.lang.String id, FactoryParameters params)
id
- the identifier.params
- the parameters.Method Detail |
---|
public java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String id)
id
- the identifier.public FactoryParameters getParameters()
public void setParameters(FactoryParameters parameters)
parameters
- the parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |