public class ElectronicInvoiceItemMapping extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
ElectronicInvoiceItemMapping() |
Modifier and Type | Method and Description |
---|---|
ItemType |
getInvoiceItemType() |
String |
getInvoiceItemTypeCode() |
Integer |
getInvoiceMapIdentifier() |
ItemType |
getItemType() |
String |
getItemTypeCode() |
Integer |
getVendorDetailAssignedIdentifier() |
Integer |
getVendorHeaderGeneratedIdentifier() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setInvoiceItemType(ItemType invoiceItemType) |
void |
setInvoiceItemTypeCode(String electronicInvoiceItemTypeCode) |
void |
setInvoiceMapIdentifier(Integer id) |
void |
setItemType(ItemType itemType) |
void |
setItemTypeCode(String itemTypeCode) |
void |
setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedId) |
void |
setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedId) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
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
public ElectronicInvoiceItemMapping()
public Integer getInvoiceMapIdentifier()
public void setInvoiceMapIdentifier(Integer id)
invoiceMapIdentifier
- The invoiceMapIdentifier to set.public String getInvoiceItemTypeCode()
public void setInvoiceItemTypeCode(String electronicInvoiceItemTypeCode)
invoiceItemTypeCode
- The invoiceItemTypeCode to set.public String getItemTypeCode()
public void setItemTypeCode(String itemTypeCode)
itemTypeCode
- The itemTypeCode to set.public ItemType getItemType()
public void setItemType(ItemType itemType)
itemType
- The itemType to set.public ItemType getInvoiceItemType()
public void setInvoiceItemType(ItemType invoiceItemType)
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 Integer getVendorDetailAssignedIdentifier()
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedId)
vendorDetailAssignedIdentifier
- The vendorDetailAssignedIdentifier to set.public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedId)
vendorHeaderGeneratedIdentifier
- The vendorHeaderGeneratedIdentifier to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.