edu.sampleu.financial.bo
Class VendorAddress

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by edu.sampleu.financial.bo.VendorAddress
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, MutableInactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

public class VendorAddress
extends PersistableBusinessObjectBase
implements MutableInactivatable

Address to be associated with a particular Vendor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
VendorAddress()
          Default constructor.
 
Method Summary
 String getVendorAddressEmailAddress()
           
 Integer getVendorAddressGeneratedIdentifier()
           
 String getVendorAddressInternationalProvinceName()
           
 AddressType getVendorAddressType()
           
 String getVendorAddressTypeCode()
           
 String getVendorAttentionName()
           
 String getVendorBusinessToBusinessUrlAddress()
           
 String getVendorCityName()
           
 Country getVendorCountry()
           
 String getVendorCountryCode()
           
 List<VendorDefaultAddress> getVendorDefaultAddresses()
           
 VendorDetail getVendorDetail()
           
 Integer getVendorDetailAssignedIdentifier()
           
 String getVendorFaxNumber()
           
 Integer getVendorHeaderGeneratedIdentifier()
           
 String getVendorLine1Address()
           
 String getVendorLine2Address()
           
 State getVendorState()
           
 String getVendorStateCode()
           
 String getVendorZipCode()
           
 boolean isActive()
          The active indicator for an object.
 boolean isVendorDefaultAddressIndicator()
           
 void setActive(boolean active)
          Sets the record to active or inactive.
 void setVendorAddressEmailAddress(String vendorAddressEmailAddress)
           
 void setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)
           
 void setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName)
           
 void setVendorAddressType(AddressType vendorAddressType)
           
 void setVendorAddressTypeCode(String vendorAddressTypeCode)
           
 void setVendorAttentionName(String vendorAttentionName)
           
 void setVendorBusinessToBusinessUrlAddress(String vendorBusinessToBusinessUrlAddress)
           
 void setVendorCityName(String vendorCityName)
           
 void setVendorCountry(Country vendorCountry)
           
 void setVendorCountryCode(String vendorCountryCode)
           
 void setVendorDefaultAddresses(List<VendorDefaultAddress> vendorDefaultAddresses)
           
 void setVendorDefaultAddressIndicator(boolean vendorDefaultAddressIndicator)
           
 void setVendorDetail(VendorDetail vendorDetail)
           
 void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
           
 void setVendorFaxNumber(String vendorFaxNumber)
           
 void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
           
 void setVendorLine1Address(String vendorLine1Address)
           
 void setVendorLine2Address(String vendorLine2Address)
           
 void setVendorState(State vendorState)
           
 void setVendorStateCode(String vendorStateCode)
           
 void setVendorZipCode(String vendorZipCode)
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

VendorAddress

public VendorAddress()
Default constructor.

Method Detail

getVendorAddressGeneratedIdentifier

public Integer getVendorAddressGeneratedIdentifier()

setVendorAddressGeneratedIdentifier

public void setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)

getVendorHeaderGeneratedIdentifier

public Integer getVendorHeaderGeneratedIdentifier()

setVendorHeaderGeneratedIdentifier

public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)

getVendorDetailAssignedIdentifier

public Integer getVendorDetailAssignedIdentifier()

setVendorDetailAssignedIdentifier

public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)

getVendorAddressInternationalProvinceName

public String getVendorAddressInternationalProvinceName()

setVendorAddressInternationalProvinceName

public void setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName)

getVendorAddressEmailAddress

public String getVendorAddressEmailAddress()

setVendorAddressEmailAddress

public void setVendorAddressEmailAddress(String vendorAddressEmailAddress)

getVendorAddressTypeCode

public String getVendorAddressTypeCode()

setVendorAddressTypeCode

public void setVendorAddressTypeCode(String vendorAddressTypeCode)

getVendorLine1Address

public String getVendorLine1Address()

setVendorLine1Address

public void setVendorLine1Address(String vendorLine1Address)

getVendorLine2Address

public String getVendorLine2Address()

setVendorLine2Address

public void setVendorLine2Address(String vendorLine2Address)

getVendorCityName

public String getVendorCityName()

setVendorCityName

public void setVendorCityName(String vendorCityName)

getVendorStateCode

public String getVendorStateCode()

setVendorStateCode

public void setVendorStateCode(String vendorStateCode)

getVendorZipCode

public String getVendorZipCode()

setVendorZipCode

public void setVendorZipCode(String vendorZipCode)

getVendorCountryCode

public String getVendorCountryCode()

setVendorCountryCode

public void setVendorCountryCode(String vendorCountryCode)

getVendorAttentionName

public String getVendorAttentionName()

setVendorAttentionName

public void setVendorAttentionName(String vendorAttentionName)

getVendorBusinessToBusinessUrlAddress

public String getVendorBusinessToBusinessUrlAddress()

setVendorBusinessToBusinessUrlAddress

public void setVendorBusinessToBusinessUrlAddress(String vendorBusinessToBusinessUrlAddress)

getVendorDetail

public VendorDetail getVendorDetail()

setVendorDetail

public void setVendorDetail(VendorDetail vendorDetail)

getVendorAddressType

public AddressType getVendorAddressType()

setVendorAddressType

public void setVendorAddressType(AddressType vendorAddressType)

getVendorState

public State getVendorState()

setVendorState

public void setVendorState(State vendorState)

getVendorCountry

public Country getVendorCountry()

setVendorCountry

public void setVendorCountry(Country vendorCountry)

getVendorFaxNumber

public String getVendorFaxNumber()

setVendorFaxNumber

public void setVendorFaxNumber(String vendorFaxNumber)

isVendorDefaultAddressIndicator

public boolean isVendorDefaultAddressIndicator()

setVendorDefaultAddressIndicator

public void setVendorDefaultAddressIndicator(boolean vendorDefaultAddressIndicator)

isActive

public boolean isActive()
Description copied from interface: Inactivatable
The active indicator for an object.

Specified by:
isActive in interface Inactivatable
Returns:
true if active false if not.

setActive

public void setActive(boolean active)
Description copied from interface: MutableInactivatable
Sets the record to active or inactive.

Specified by:
setActive in interface MutableInactivatable

getVendorDefaultAddresses

public List<VendorDefaultAddress> getVendorDefaultAddresses()

setVendorDefaultAddresses

public void setVendorDefaultAddresses(List<VendorDefaultAddress> vendorDefaultAddresses)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.