com.retek.component.pend
Interface HighRiskZip

All Superinterfaces:
BusinessObject, DistributedObject

public interface HighRiskZip
extends DistributedObject


Field Summary
static java.lang.String DESCRIPTION
           
static java.lang.String ZIP_CODE
           
 
Method Summary
 RDate getCreateDate()
           
 java.lang.String getDescription()
           
 User getLastModifiedBy()
           
 RDate getLastModifiedDate()
           
 java.lang.String getPlusFour()
           
 java.lang.String getZipCode()
           
 boolean isInactive()
           
 boolean matches(CustomerAddress custAddress)
           
 void setDescription(java.lang.String description)
           
 void setInactive(boolean inactive)
           
 void setPlusFour(java.lang.String plusFour)
           
 void setZipCode(java.lang.String zipCode)
           
 void submit(User user)
           
 
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

DESCRIPTION

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

ZIP_CODE

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

setDescription

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

setZipCode

public void setZipCode(java.lang.String zipCode)
                throws SystemException
Throws:
SystemException

setPlusFour

public void setPlusFour(java.lang.String plusFour)
                 throws SystemException
Throws:
SystemException

setInactive

public void setInactive(boolean inactive)
                 throws SystemException
Throws:
SystemException

getDescription

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

getZipCode

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

getPlusFour

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

getCreateDate

public RDate getCreateDate()
                    throws SystemException
Throws:
SystemException

getLastModifiedBy

public User getLastModifiedBy()
                       throws SystemException
Throws:
SystemException

getLastModifiedDate

public RDate getLastModifiedDate()
                          throws SystemException
Throws:
SystemException

isInactive

public boolean isInactive()
                   throws SystemException
Throws:
SystemException

matches

public boolean matches(CustomerAddress custAddress)
                throws SystemException
Throws:
SystemException

submit

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


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