|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicRecipientProfileValue
| Method Summary | |
|---|---|
java.lang.Object |
getObjectValue()
Returns the value of the variable to be personalized on. |
IProperties |
getProperties()
Gets a collection of profiles. |
java.lang.String |
getValue()
Deprecated. Use IDynamicRecipientProfileValue.getObjectValue() instead. |
void |
setValue(java.lang.Object value)
Set the value of the variable to be personalized on. |
| Method Detail |
|---|
java.lang.String getValue()
IDynamicRecipientProfileValue.getObjectValue() instead.
Returns the value of the variable to be personalized on.
String of the variable value.java.lang.Object getObjectValue()
Returns the value of the variable to be personalized on.
Object of the variable value.
void setValue(java.lang.Object value)
throws SDKException
Set the value of the variable to be personalized on.
value - of the variable, e.g "Canada".
SDKException
IProperties getProperties()
throws SDKException
Gets a collection of profiles.
IProperties collection contains all names/value of profiles.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||