com.retek.component.customer
Interface CustomerTelephone
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- CustomerTelephoneImpl
- public interface CustomerTelephone
- extends DistributedObject
This class represents a customer's telephone number.
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
PHONE_NUMBER
public static final java.lang.String PHONE_NUMBER
- See Also:
- Constant Field Values
isInactive
public boolean isInactive()
throws SystemException
- Throws:
SystemException
getPhoneNumber
public java.lang.String getPhoneNumber()
throws SystemException
- Throws:
SystemException
getExtension
public java.lang.String getExtension()
throws SystemException
- Throws:
SystemException
setPhoneNumber
public void setPhoneNumber(java.lang.String phoneNumber)
throws SystemException
- Throws:
SystemException
setExtension
public void setExtension(java.lang.String extension)
throws SystemException
- Throws:
SystemException
toTelephoneNumber
public TelephoneNumber toTelephoneNumber()
throws SystemException
- Throws:
SystemException
isModified
public boolean isModified()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28