public class DebarredVendorDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| DebarredVendorDetail() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAddress1()Gets the address1 attribute. | 
| String | getAddress2()Gets the address2 attribute. | 
| String | getAliases()Gets the alias attribute. | 
| String | getCity()Gets the city attribute. | 
| int | getDebarredVendorId()Gets the debarredVendorId attribute. | 
| String | getDescription()Gets the description attribute. | 
| Date | getLoadDate()Gets the loadDate attribute. | 
| String | getName()Gets the name attribute. | 
| String | getProvince()Gets the province attribute. | 
| String | getState()Gets the stateOrCountry attribute. | 
| String | getZip()Gets the zip attribute. | 
| void | setAddress1(String address1)Sets the address1 attribute value. | 
| void | setAddress2(String address2)Sets the address2 attribute value. | 
| void | setAliases(String aliases)Sets the alias attribute value. | 
| void | setCity(String city)Sets the city attribute value. | 
| void | setDebarredVendorId(int debarredVendorId)Sets the debarredVendorId attribute value. | 
| void | setDescription(String description)Sets the description attribute value. | 
| void | setLoadDate(Date loadDate)Sets the loadDate attribute value. | 
| void | setName(String name)Sets the name attribute value. | 
| void | setProvince(String province)Sets the province attribute value. | 
| void | setState(String state)Sets the stateOrCountry attribute value. | 
| void | setZip(String zip)Sets the zip attribute value. | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic DebarredVendorDetail()
public int getDebarredVendorId()
public void setDebarredVendorId(int debarredVendorId)
debarredVendorId - The debarredVendorId to set.public Date getLoadDate()
public void setLoadDate(Date loadDate)
loadDate - The loadDate to set.public void setName(String name)
name - The name to set.public String getAddress1()
public void setAddress1(String address1)
address1 - The address1 to set.public String getAddress2()
public void setAddress2(String address2)
address2 - The address2 to set.public void setCity(String city)
city - The city to set.public String getState()
public void setState(String state)
stateOrCountry - The stateOrCountry to set.public String getProvince()
public void setProvince(String province)
country - The province to set.public void setZip(String zip)
zip - The zip to set.public String getAliases()
public void setAliases(String aliases)
alias - The alias to set.public String getDescription()
public void setDescription(String description)
description - The description to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.