public class ActivationRecordBody extends Object
| Constructor and Description |
|---|
ActivationRecordBody()
Creates an instance.
|
ActivationRecordBody(String id,
BindParametersWrapper params)
Creates an instance from the identifier of the record's creator and
the activation's parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
Returns the identifier of record's creator.
|
BindParametersWrapper |
getParameters()
Returns the parameters of the activation.
|
void |
setCreatedBy(String id)
Sets the identifier of the record's creator.
|
void |
setParameters(BindParametersWrapper parameters)
Sets the parameters of the activation.
|
public ActivationRecordBody()
public ActivationRecordBody(String id, BindParametersWrapper params)
id - the identifier.params - the parameters.public String getCreatedBy()
public void setCreatedBy(String id)
id - the identifier.public BindParametersWrapper getParameters()
public void setParameters(BindParametersWrapper parameters)
parameters - the parameters.Copyright © 2014. All Rights Reserved.