com.retek.component.pend
Interface HighRiskZip
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface HighRiskZip
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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