com.retek.component.location
Interface CallCenter

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface CallCenter
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String ADDRESS_ONE
           
static java.lang.String ADDRESS_TWO
           
static java.lang.String CITY
           
static java.lang.String COUNTRY_CODE
           
static java.lang.String COUNTY
           
static java.lang.String LOCATION
           
static java.lang.String PHONE
           
static java.lang.String POSTAL_CODE
           
static java.lang.String STATE
           
 
Method Summary
 Address getAddress()
           
 java.lang.String getDescription()
           
 java.lang.String getLocationTelephone()
           
 void setAddress(Address address)
           
 void setDescription(java.lang.String description)
           
 void setLocationTelephone(java.lang.String locationTelephone)
           
 void submit()
           
 
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
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

LOCATION

public static final java.lang.String LOCATION
See Also:
Constant Field Values

ADDRESS_ONE

public static final java.lang.String ADDRESS_ONE
See Also:
Constant Field Values

ADDRESS_TWO

public static final java.lang.String ADDRESS_TWO
See Also:
Constant Field Values

CITY

public static final java.lang.String CITY
See Also:
Constant Field Values

STATE

public static final java.lang.String STATE
See Also:
Constant Field Values

COUNTY

public static final java.lang.String COUNTY
See Also:
Constant Field Values

POSTAL_CODE

public static final java.lang.String POSTAL_CODE
See Also:
Constant Field Values

COUNTRY_CODE

public static final java.lang.String COUNTRY_CODE
See Also:
Constant Field Values

PHONE

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

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setLocationTelephone

public void setLocationTelephone(java.lang.String locationTelephone)
                          throws SystemException
Throws:
SystemException

setAddress

public void setAddress(Address address)
                throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

getLocationTelephone

public java.lang.String getLocationTelephone()
                                      throws SystemException
Throws:
SystemException

getAddress

public Address getAddress()
                   throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25