public class VendorAddress extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements VendorRoutingComparable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
VendorAddress()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getVendorAddressEmailAddress() |
Integer |
getVendorAddressGeneratedIdentifier() |
String |
getVendorAddressInternationalProvinceName() |
String |
getVendorAddressNote() |
AddressType |
getVendorAddressType() |
String |
getVendorAddressTypeCode() |
String |
getVendorAttentionName() |
String |
getVendorBusinessToBusinessUrlAddress() |
String |
getVendorCityName() |
org.kuali.rice.location.framework.country.CountryEbo |
getVendorCountry() |
String |
getVendorCountryCode() |
List<VendorDefaultAddress> |
getVendorDefaultAddresses() |
VendorDetail |
getVendorDetail() |
Integer |
getVendorDetailAssignedIdentifier() |
String |
getVendorFaxNumber()
Gets the vendorFaxNumber attribute.
|
Integer |
getVendorHeaderGeneratedIdentifier() |
String |
getVendorLine1Address() |
String |
getVendorLine2Address() |
org.kuali.rice.location.framework.state.StateEbo |
getVendorState() |
String |
getVendorStateCode() |
String |
getVendorZipCode() |
boolean |
isActive() |
boolean |
isEqualForRouting(Object toCompare)
A predicate to test equality of all the persisted attributes of an instance of this class, not including
member collections.
|
boolean |
isVendorDefaultAddressIndicator()
Gets the vendorDefaultAddressIndicator attribute.
|
void |
setActive(boolean active) |
void |
setVendorAddressEmailAddress(String vendorAddressEmailAddress) |
void |
setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier) |
void |
setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName) |
void |
setVendorAddressNote(String vendorAddressNote) |
void |
setVendorAddressType(AddressType vendorAddressType)
Deprecated.
|
void |
setVendorAddressTypeCode(String vendorAddressTypeCode) |
void |
setVendorAttentionName(String vendorAttentionName) |
void |
setVendorBusinessToBusinessUrlAddress(String vendorBusinessToBusinessUrlAddress) |
void |
setVendorCityName(String vendorCityName) |
void |
setVendorCountry(org.kuali.rice.location.framework.country.CountryEbo vendorCountry)
Deprecated.
|
void |
setVendorCountryCode(String vendorCountryCode) |
void |
setVendorDefaultAddresses(List<VendorDefaultAddress> vendorDefaultAddresses) |
void |
setVendorDefaultAddressIndicator(boolean vendorDefaultAddressIndicator)
Sets the vendorDefaultAddressIndicator attribute value.
|
void |
setVendorDetail(VendorDetail vendorDetail)
Deprecated.
|
void |
setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier) |
void |
setVendorFaxNumber(String vendorFaxNumber)
Sets the vendorFaxNumber attribute value.
|
void |
setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier) |
void |
setVendorLine1Address(String vendorLine1Address) |
void |
setVendorLine2Address(String vendorLine2Address) |
void |
setVendorState(org.kuali.rice.location.framework.state.StateEbo vendorState)
Deprecated.
|
void |
setVendorStateCode(String vendorStateCode) |
void |
setVendorZipCode(String vendorZipCode) |
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, setVersionNumber
protected Integer vendorAddressGeneratedIdentifier
protected Integer vendorHeaderGeneratedIdentifier
protected Integer vendorDetailAssignedIdentifier
protected String vendorAddressTypeCode
protected String vendorLine1Address
protected String vendorLine2Address
protected String vendorCityName
protected String vendorStateCode
protected String vendorZipCode
protected String vendorCountryCode
protected String vendorAttentionName
protected String vendorAddressInternationalProvinceName
protected String vendorAddressEmailAddress
protected String vendorBusinessToBusinessUrlAddress
protected String vendorFaxNumber
protected boolean vendorDefaultAddressIndicator
protected String vendorAddressNote
protected boolean active
protected List<VendorDefaultAddress> vendorDefaultAddresses
protected VendorDetail vendorDetail
protected AddressType vendorAddressType
protected org.kuali.rice.location.framework.state.StateEbo vendorState
protected org.kuali.rice.location.framework.country.CountryEbo vendorCountry
public VendorAddress()
public Integer getVendorAddressGeneratedIdentifier()
public void setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)
public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
public Integer getVendorDetailAssignedIdentifier()
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
public String getVendorAddressInternationalProvinceName()
public void setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName)
public String getVendorAddressEmailAddress()
public void setVendorAddressEmailAddress(String vendorAddressEmailAddress)
public String getVendorAddressTypeCode()
public void setVendorAddressTypeCode(String vendorAddressTypeCode)
public String getVendorLine1Address()
public void setVendorLine1Address(String vendorLine1Address)
public String getVendorLine2Address()
public void setVendorLine2Address(String vendorLine2Address)
public String getVendorCityName()
public void setVendorCityName(String vendorCityName)
public String getVendorStateCode()
public void setVendorStateCode(String vendorStateCode)
public String getVendorZipCode()
public void setVendorZipCode(String vendorZipCode)
public String getVendorCountryCode()
public void setVendorCountryCode(String vendorCountryCode)
public String getVendorAttentionName()
public void setVendorAttentionName(String vendorAttentionName)
public String getVendorBusinessToBusinessUrlAddress()
public void setVendorBusinessToBusinessUrlAddress(String vendorBusinessToBusinessUrlAddress)
public VendorDetail getVendorDetail()
@Deprecated public void setVendorDetail(VendorDetail vendorDetail)
vendorDetail
- The vendorDetail to set.public AddressType getVendorAddressType()
@Deprecated public void setVendorAddressType(AddressType vendorAddressType)
vendorAddressType
- The vendorAddressType to set.public org.kuali.rice.location.framework.state.StateEbo getVendorState()
@Deprecated public void setVendorState(org.kuali.rice.location.framework.state.StateEbo vendorState)
vendorState
- The vendorState to set.public org.kuali.rice.location.framework.country.CountryEbo getVendorCountry()
@Deprecated public void setVendorCountry(org.kuali.rice.location.framework.country.CountryEbo vendorCountry)
vendorCountry
- The vendorCountry to set.public String getVendorFaxNumber()
public void setVendorFaxNumber(String vendorFaxNumber)
vendorFaxNumber
- The vendorFaxNumber to set.public boolean isVendorDefaultAddressIndicator()
public void setVendorDefaultAddressIndicator(boolean vendorDefaultAddressIndicator)
vendorDefaultAddressIndicator
- The vendorDefaultAddressIndicator to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
public List<VendorDefaultAddress> getVendorDefaultAddresses()
public void setVendorDefaultAddresses(List<VendorDefaultAddress> vendorDefaultAddresses)
public boolean isEqualForRouting(Object toCompare)
VendorRoutingComparable
isEqualForRouting
in interface VendorRoutingComparable
toCompare
- An Object, which should be of this class if the comparison is to be meaningful.org.kuali.ole.vnd.document.routing.VendorRoutingComparable#isEqualForRouting(java.lang.Object)
public String getVendorAddressNote()
public void setVendorAddressNote(String vendorAddressNote)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.