public interface ContentTestGoal extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<ContentTestGoal>
| Modifier and Type | Method and Description |
|---|---|
GoalOptimizationType |
getDefaultOptimizationType()
Returns the optimization type for this goal.
|
Long |
getId()
Returns the id for the goal.
|
String |
getName()
Returns the friendly name of this goal
|
String |
getReference()
Returns the reference name for this goal.
|
void |
setDefaultOptimizationType(GoalOptimizationType defaultOptimizationType)
Sets the
GoalOptimizationType. |
void |
setId(Long id)
Sets the id for the goal.
|
void |
setName(String name)
Sets the friendly name of this goal
|
void |
setReference(String reference)
Sets the reference for this goal.
|
Long getId()
void setId(Long id)
String getName()
void setName(String name)
String getReference()
void setReference(String reference)
reference - getReference()GoalOptimizationType getDefaultOptimizationType()
GoalOptimizationType.MAXIMUM.void setDefaultOptimizationType(GoalOptimizationType defaultOptimizationType)
GoalOptimizationType. If null or default is passed in, the type will
be set to GoalOptimizationType.MAXIMUM.defaultOptimizationType - Copyright © 2019. All rights reserved.