com.retek.component.pend.impl
Class HighRiskZipImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.pend.impl.HighRiskZipImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, HighRiskZip

public class HighRiskZipImpl
extends DistributedObjectImpl
implements HighRiskZip


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.pend.HighRiskZip
DESCRIPTION, ZIP_CODE
 
Constructor Summary
HighRiskZipImpl(DistributedContext context, DistributedReference ref)
           
HighRiskZipImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 java.lang.Class getBusinessInterface()
           
 RDate getCreateDate()
           
 java.lang.String getDescription()
           
 HighRiskZipDto getDto()
           
 User getLastModifiedBy()
           
 RDate getLastModifiedDate()
           
 java.lang.String getPlusFour()
           
 java.lang.String getZipCode()
           
 boolean isInactive()
           
 boolean matches(CustomerAddress custAddress)
           
protected  Dto readLatest()
           
 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 class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 

Constructor Detail

HighRiskZipImpl

public HighRiskZipImpl(DistributedContext context,
                       DistributedReference ref,
                       boolean createHollow)
                throws SystemException

HighRiskZipImpl

public HighRiskZipImpl(DistributedContext context,
                       DistributedReference ref)
                throws SystemException
Method Detail

getDto

public HighRiskZipDto getDto()
                      throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Specified by:
getDescription in interface HighRiskZip
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws BusinessException,
                           SystemException
Specified by:
setDescription in interface HighRiskZip
Throws:
BusinessException
SystemException

setZipCode

public void setZipCode(java.lang.String zipCode)
                throws SystemException
Specified by:
setZipCode in interface HighRiskZip
Throws:
SystemException

setPlusFour

public void setPlusFour(java.lang.String plusFour)
                 throws SystemException
Specified by:
setPlusFour in interface HighRiskZip
Throws:
SystemException

setInactive

public void setInactive(boolean inactive)
                 throws SystemException
Specified by:
setInactive in interface HighRiskZip
Throws:
SystemException

getZipCode

public java.lang.String getZipCode()
                            throws SystemException
Specified by:
getZipCode in interface HighRiskZip
Throws:
SystemException

getPlusFour

public java.lang.String getPlusFour()
                             throws SystemException
Specified by:
getPlusFour in interface HighRiskZip
Throws:
SystemException

getCreateDate

public RDate getCreateDate()
                    throws SystemException
Specified by:
getCreateDate in interface HighRiskZip
Throws:
SystemException

getLastModifiedBy

public User getLastModifiedBy()
                       throws SystemException
Specified by:
getLastModifiedBy in interface HighRiskZip
Throws:
SystemException

getLastModifiedDate

public RDate getLastModifiedDate()
                          throws SystemException
Specified by:
getLastModifiedDate in interface HighRiskZip
Throws:
SystemException

isInactive

public boolean isInactive()
                   throws SystemException
Specified by:
isInactive in interface HighRiskZip
Throws:
SystemException

getBusinessInterface

public java.lang.Class getBusinessInterface()
Specified by:
getBusinessInterface in interface BusinessObject
Overrides:
getBusinessInterface in class BusinessObjectImpl

matches

public boolean matches(CustomerAddress custAddress)
                throws SystemException
Specified by:
matches in interface HighRiskZip
Throws:
SystemException

submit

public void submit(User user)
            throws SystemException,
                   BusinessException
Specified by:
submit in interface HighRiskZip
Throws:
SystemException
BusinessException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28