org.broadleafcommerce.profile.core.domain
Class PhoneImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.PhoneImpl
- All Implemented Interfaces:
- java.io.Serializable, Phone
@Entity
public class PhoneImpl
- extends java.lang.Object
- implements Phone
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
phoneNumber
protected java.lang.String phoneNumber
isDefault
protected boolean isDefault
isActive
protected boolean isActive
PhoneImpl
public PhoneImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface Phone
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface Phone
getPhoneNumber
public java.lang.String getPhoneNumber()
- Specified by:
getPhoneNumber in interface Phone
setPhoneNumber
public void setPhoneNumber(java.lang.String phoneNumber)
- Specified by:
setPhoneNumber in interface Phone
isDefault
public boolean isDefault()
- Specified by:
isDefault in interface Phone
setDefault
public void setDefault(boolean isDefault)
- Specified by:
setDefault in interface Phone
isActive
public boolean isActive()
- Specified by:
isActive in interface Phone
setActive
public void setActive(boolean isActive)
- Specified by:
setActive in interface Phone
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.