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.


Field Summary
static java.lang.String PHONE_NUMBER
           
 
Method Summary
 java.lang.String getExtension()
           
 java.lang.String getPhoneNumber()
           
 boolean isInactive()
           
 boolean isModified()
           
 void setExtension(java.lang.String extension)
           
 void setPhoneNumber(java.lang.String phoneNumber)
           
 TelephoneNumber toTelephoneNumber()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

PHONE_NUMBER

public static final java.lang.String PHONE_NUMBER
See Also:
Constant Field Values
Method Detail

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