Class CustomerSupportRAO
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.CustomerSupportRAO
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomerSupportRAO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomerSupportRAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.BooleangetCustomerEmulationActive()java.lang.BooleangetCustomerSupportAgentActive()inthashCode()voidsetCustomerEmulationActive(java.lang.Boolean customerEmulationActive)voidsetCustomerSupportAgentActive(java.lang.Boolean customerSupportAgentActive)
-
-
-
Method Detail
-
setCustomerSupportAgentActive
public void setCustomerSupportAgentActive(java.lang.Boolean customerSupportAgentActive)
-
getCustomerSupportAgentActive
public java.lang.Boolean getCustomerSupportAgentActive()
-
setCustomerEmulationActive
public void setCustomerEmulationActive(java.lang.Boolean customerEmulationActive)
-
getCustomerEmulationActive
public java.lang.Boolean getCustomerEmulationActive()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-