Class CustomerPhoneImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerPhoneImpl
- All Implemented Interfaces:
Serializable,MultiTenantCloneable<CustomerPhone>,CustomerPhone,CustomerPhoneAdminPresentation
@Entity
public class CustomerPhoneImpl
extends Object
implements CustomerPhone, CustomerPhoneAdminPresentation
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.broadleafcommerce.profile.core.domain.CustomerPhoneAdminPresentation
CustomerPhoneAdminPresentation.FieldOrder, CustomerPhoneAdminPresentation.GroupName, CustomerPhoneAdminPresentation.GroupOrder, CustomerPhoneAdminPresentation.TabName, CustomerPhoneAdminPresentation.TabOrder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<G extends CustomerPhone>
CreateResponse<G>booleangetId()getPhone()inthashCode()voidsetCustomer(Customer customer) voidvoidvoidsetPhoneName(String phoneName)
-
Field Details
-
id
-
phoneName
-
customer
-
phone
-
-
Constructor Details
-
CustomerPhoneImpl
public CustomerPhoneImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceCustomerPhone
-
setId
- Specified by:
setIdin interfaceCustomerPhone
-
getPhoneName
- Specified by:
getPhoneNamein interfaceCustomerPhone
-
setPhoneName
- Specified by:
setPhoneNamein interfaceCustomerPhone
-
getCustomer
- Specified by:
getCustomerin interfaceCustomerPhone
-
setCustomer
- Specified by:
setCustomerin interfaceCustomerPhone
-
getPhone
- Specified by:
getPhonein interfaceCustomerPhone
-
setPhone
- Specified by:
setPhonein interfaceCustomerPhone
-
hashCode
public int hashCode() -
equals
-
createOrRetrieveCopyInstance
public <G extends CustomerPhone> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceMultiTenantCloneable<CustomerPhone>- Throws:
CloneNotSupportedException
-