public class VendorAlias extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
VendorAlias()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getVendorAliasId()
Gets the vendorAliasId attribute.
|
String |
getVendorAliasName() |
AliasType |
getVendorAliasType() |
Integer |
getVendorAliasTypeId() |
VendorDetail |
getVendorDetail() |
Integer |
getVendorDetailAssignedIdentifier() |
Integer |
getVendorHeaderGeneratedIdentifier() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setVendorAliasId(Integer vendorAliasId)
Sets the vendorAliasId attribute value.
|
void |
setVendorAliasName(String vendorAliasName) |
void |
setVendorAliasType(AliasType vendorAliasType) |
void |
setVendorAliasTypeId(Integer vendorAliasTypeId) |
void |
setVendorDetail(VendorDetail vendorDetail)
Deprecated.
|
void |
setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier) |
void |
setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier) |
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, setVersionNumberpublic VendorAlias()
public String getVendorAliasName()
public void setVendorAliasName(String vendorAliasName)
public Integer getVendorDetailAssignedIdentifier()
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic VendorDetail getVendorDetail()
public void setVendorDetail(VendorDetail vendorDetail)
vendorDetail - The vendorDetail to set.public Integer getVendorAliasTypeId()
public void setVendorAliasTypeId(Integer vendorAliasTypeId)
public AliasType getVendorAliasType()
public void setVendorAliasType(AliasType vendorAliasType)
public Integer getVendorAliasId()
public void setVendorAliasId(Integer vendorAliasId)
vendorAliasId - The vendorAliasId to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.