org.broadleafcommerce.profile.core.domain
Interface CustomerRole

All Superinterfaces:
Serializable
All Known Implementing Classes:
CustomerRoleImpl

public interface CustomerRole
extends Serializable


Method Summary
 Customer getCustomer()
           
 Long getId()
           
 Role getRole()
           
 String getRoleName()
           
 void setCustomer(Customer customer)
           
 void setId(Long id)
           
 void setRole(Role role)
           
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getCustomer

Customer getCustomer()

setCustomer

void setCustomer(Customer customer)

getRole

Role getRole()

setRole

void setRole(Role role)

getRoleName

String getRoleName()


Copyright © 2012. All Rights Reserved.