|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.vnd.businessobject.VendorAddress
public class VendorAddress
Address to be associated with a particular Vendor.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
VendorAddress()
Default constructor. |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public VendorAddress()
Method Detail |
---|
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()
public void setVendorDetail(VendorDetail vendorDetail)
vendorDetail
- The vendorDetail to set.public AddressType getVendorAddressType()
public void setVendorAddressType(AddressType vendorAddressType)
vendorAddressType
- The vendorAddressType to set.public org.kuali.rice.kns.bo.State getVendorState()
public void setVendorState(org.kuali.rice.kns.bo.State vendorState)
vendorState
- The vendorState to set.public org.kuali.rice.kns.bo.Country getVendorCountry()
public void setVendorCountry(org.kuali.rice.kns.bo.Country 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.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
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.kfs.vnd.document.routing.VendorRoutingComparable#isEqualForRouting(java.lang.Object)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |