Class CustomerFields
UserTarget.targetType
s.- Author:
- Chad Harchar (charchar)
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Name of the field passed in as part ofUserTarget.targetType
that maps to the account.protected String
Name of the field passed in as part ofUserTarget.targetType
that maps to the individual customer.protected String
Name of the field passed in as part ofUserTarget.targetType
that maps to the customer segment. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionName of the field passed in as part ofUserTarget.targetType
that maps to the account.Name of the field passed in as part ofUserTarget.targetType
that maps to the individual customer.Name of the field passed in as part ofUserTarget.targetType
that maps to the customer segment.void
setAccount
(String account) Name of the field passed in as part ofUserTarget.targetType
that maps to the account.void
setCustomer
(String customer) Name of the field passed in as part ofUserTarget.targetType
that maps to the individual customer.void
setSegment
(String segment) Name of the field passed in as part ofUserTarget.targetType
that maps to the customer segment.toString()
-
Field Details
-
customer
Name of the field passed in as part of
UserTarget.targetType
that maps to the individual customer. -
account
Name of the field passed in as part of
UserTarget.targetType
that maps to the account. -
segment
Name of the field passed in as part of
UserTarget.targetType
that maps to the customer segment.
-
-
Constructor Details
-
CustomerFields
public CustomerFields()
-
-
Method Details
-
getCustomer
Name of the field passed in as part of
UserTarget.targetType
that maps to the individual customer. -
getAccount
Name of the field passed in as part of
UserTarget.targetType
that maps to the account. -
getSegment
Name of the field passed in as part of
UserTarget.targetType
that maps to the customer segment. -
setCustomer
Name of the field passed in as part of
UserTarget.targetType
that maps to the individual customer. -
setAccount
Name of the field passed in as part of
UserTarget.targetType
that maps to the account. -
setSegment
Name of the field passed in as part of
UserTarget.targetType
that maps to the customer segment. -
toString
-