edu.sampleu.financial.bo
Class AddressType
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
edu.sampleu.financial.bo.AddressType
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivateable, PersistableBusinessObject
public class AddressType
- extends PersistableBusinessObjectBase
- implements Inactivateable
Address Types for Vendor Addresses. Used to distinguish the intended use of this address among the various addresses that a
vendor might give out.
- See Also:
org.kuali.kfs.vnd.businessobject.VendorAddress
,
Serialized Form
Methods inherited from class org.kuali.rice.kns.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 |
vendorAddressTypeCode
private String vendorAddressTypeCode
vendorAddressTypeDescription
private String vendorAddressTypeDescription
vendorDefaultIndicator
private boolean vendorDefaultIndicator
active
private boolean active
AddressType
public AddressType()
- Default constructor.
getVendorAddressTypeCode
public String getVendorAddressTypeCode()
setVendorAddressTypeCode
public void setVendorAddressTypeCode(String vendorAddressTypeCode)
getVendorAddressTypeDescription
public String getVendorAddressTypeDescription()
setVendorAddressTypeDescription
public void setVendorAddressTypeDescription(String vendorAddressTypeDescription)
getVendorDefaultIndicator
public boolean getVendorDefaultIndicator()
setVendorDefaultIndicator
public void setVendorDefaultIndicator(boolean vendorDefaultIndicator)
isActive
public boolean isActive()
- Description copied from interface:
Inactivateable
- Indicates whether the record is active or inactive.
- Specified by:
isActive
in interface Inactivateable
setActive
public void setActive(boolean active)
- Description copied from interface:
Inactivateable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface Inactivateable
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.