@Entity public class VendorCommodityCode extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Modifier and Type | Class and Description |
---|---|
static class |
VendorCommodityCode.VendorCommodityCodeId |
Constructor and Description |
---|
VendorCommodityCode()
Default constructor.
|
VendorCommodityCode(Integer vendorHeaderGeneratedIdentifier,
Integer vendorDetailAssignedIdentifier,
CommodityCode commodityCode,
boolean active) |
Modifier and Type | Method and Description |
---|---|
CommodityCode |
getCommodityCode() |
String |
getPurchasingCommodityCode()
Gets the commodityCode attribute.
|
VendorDetail |
getVendorDetail()
Gets the vendorDetail attribute.
|
Integer |
getVendorDetailAssignedIdentifier()
Gets the vendorDetailAssignedIdentifier attribute.
|
Integer |
getVendorHeaderGeneratedIdentifier()
Gets the vendorHeaderGeneratedIdentifier attribute.
|
boolean |
isActive()
Gets the active attribute.
|
boolean |
isCommodityDefaultIndicator()
Gets the commodityDefaultIndicator attribute.
|
void |
setActive(boolean active)
Sets the active attribute.
|
void |
setCommodityCode(CommodityCode commodityCode) |
void |
setCommodityDefaultIndicator(boolean commodityDefaultIndicator)
Sets the commodityDefaultIndicator attribute.
|
void |
setPurchasingCommodityCode(String purchasingCommodityCode)
Sets the commodityCode attribute.
|
void |
setVendorDetail(VendorDetail vendorDetail)
Deprecated.
|
void |
setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
Sets the vendorDetailAssignedIdentifier attribute.
|
void |
setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
Sets the vendorHeaderGeneratedIdentifier attribute.
|
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
public VendorCommodityCode()
public VendorCommodityCode(Integer vendorHeaderGeneratedIdentifier, Integer vendorDetailAssignedIdentifier, CommodityCode commodityCode, boolean active)
public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
vendorHeaderGeneratedIdentifier
- The vendorHeaderGeneratedIdentifier to set.public Integer getVendorDetailAssignedIdentifier()
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
vendorDetailAssignedIdentifier
- The vendorDetailAssignedIdentifier to set.public String getPurchasingCommodityCode()
public void setPurchasingCommodityCode(String purchasingCommodityCode)
commodityCode
- The commodityCode to set.public boolean isCommodityDefaultIndicator()
public void setCommodityDefaultIndicator(boolean commodityDefaultIndicator)
commodityDefaultIndicator
- The commodityDefaultIndicator 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
active
- The active to set.public VendorDetail getVendorDetail()
public void setVendorDetail(VendorDetail vendorDetail)
vendorDetail
- The vendorDetail to set.public CommodityCode getCommodityCode()
public void setCommodityCode(CommodityCode commodityCode)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.