@Entity public class CustomerRoleImpl extends Object implements CustomerRole
| Modifier and Type | Field and Description |
|---|---|
protected Customer |
customer |
protected Long |
id |
protected Role |
role |
| Constructor and Description |
|---|
CustomerRoleImpl() |
public Long getId()
getId in interface CustomerRolepublic void setId(Long id)
setId in interface CustomerRolepublic Customer getCustomer()
getCustomer in interface CustomerRolepublic void setCustomer(Customer customer)
setCustomer in interface CustomerRolepublic Role getRole()
getRole in interface CustomerRolepublic void setRole(Role role)
setRole in interface CustomerRolepublic String getRoleName()
getRoleName in interface CustomerRoleCopyright © 2015. All Rights Reserved.