org.kuali.kfs.fp.businessobject
Class ProcurementCardHolder

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.ProcurementCardHolder
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class ProcurementCardHolder
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class is used to represent a procurement card holder, or the individual whose name is on the card.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ProcurementCardHolder()
          Default constructor.
 
Method Summary
 String getAccountNumber()
          Gets the accountNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getCardCycleAmountLimit()
          Gets the cardCycleAmountLimit attribute.
 org.kuali.rice.kns.util.KualiDecimal getCardCycleVolumeLimit()
          Gets the cardCycleVolumeLimit attribute.
 String getCardHolderAlternateName()
          Gets the cardHolderAlternateName attribute.
 String getCardHolderCityName()
          Gets the cardHolderCityName attribute.
 String getCardHolderLine1Address()
          Gets the cardHolderLine1Address attribute.
 String getCardHolderLine2Address()
          Gets the cardHolderLine2Address attribute.
 String getCardHolderName()
          Gets the cardHolderName attribute.
 String getCardHolderStateCode()
          Gets the cardHolderStateCode attribute.
 String getCardHolderWorkPhoneNumber()
          Gets the cardHolderWorkPhoneNumber attribute.
 String getCardHolderZipCode()
          Gets the cardHolderZipCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getCardLimit()
          Gets the cardLimit attribute.
 String getCardNoteText()
          Gets the cardNoteText attribute.
 String getCardStatusCode()
          Gets the cardStatusCode attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 String getTransactionCreditCardNumber()
          Gets the transactionCreditCardNumber attribute.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setCardCycleAmountLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleAmountLimit)
          Sets the cardCycleAmountLimit attribute.
 void setCardCycleVolumeLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleVolumeLimit)
          Sets the cardCycleVolumeLimit attribute.
 void setCardHolderAlternateName(String cardHolderAlternateName)
          Sets the cardHolderAlternateName attribute.
 void setCardHolderCityName(String cardHolderCityName)
          Sets the cardHolderCityName attribute.
 void setCardHolderLine1Address(String cardHolderLine1Address)
          Sets the cardHolderLine1Address attribute.
 void setCardHolderLine2Address(String cardHolderLine2Address)
          Sets the cardHolderLine2Address attribute.
 void setCardHolderName(String cardHolderName)
          Sets the cardHolderName attribute.
 void setCardHolderStateCode(String cardHolderStateCode)
          Sets the cardHolderStateCode attribute.
 void setCardHolderWorkPhoneNumber(String cardHolderWorkPhoneNumber)
          Sets the cardHolderWorkPhoneNumber attribute.
 void setCardHolderZipCode(String cardHolderZipCode)
          Sets the cardHolderZipCode attribute.
 void setCardLimit(org.kuali.rice.kns.util.KualiDecimal cardLimit)
          Sets the cardLimit attribute.
 void setCardNoteText(String cardNoteText)
          Sets the cardNoteText attribute.
 void setCardStatusCode(String cardStatusCode)
          Sets the cardStatusCode attribute.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute.
 void setTransactionCreditCardNumber(String transactionCreditCardNumber)
          Sets the transactionCreditCardNumber attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

ProcurementCardHolder

public ProcurementCardHolder()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getTransactionCreditCardNumber

public String getTransactionCreditCardNumber()
Gets the transactionCreditCardNumber attribute.

Returns:
Returns the transactionCreditCardNumber

setTransactionCreditCardNumber

public void setTransactionCreditCardNumber(String transactionCreditCardNumber)
Sets the transactionCreditCardNumber attribute.

Parameters:
transactionCreditCardNumber - The transactionCreditCardNumber to set.

getCardHolderName

public String getCardHolderName()
Gets the cardHolderName attribute.

Returns:
Returns the cardHolderName

setCardHolderName

public void setCardHolderName(String cardHolderName)
Sets the cardHolderName attribute.

Parameters:
cardHolderName - The cardHolderName to set.

getCardHolderAlternateName

public String getCardHolderAlternateName()
Gets the cardHolderAlternateName attribute.

Returns:
Returns the cardHolderAlternateName

setCardHolderAlternateName

public void setCardHolderAlternateName(String cardHolderAlternateName)
Sets the cardHolderAlternateName attribute.

Parameters:
cardHolderAlternateName - The cardHolderAlternateName to set.

getCardHolderLine1Address

public String getCardHolderLine1Address()
Gets the cardHolderLine1Address attribute.

Returns:
Returns the cardHolderLine1Address

setCardHolderLine1Address

public void setCardHolderLine1Address(String cardHolderLine1Address)
Sets the cardHolderLine1Address attribute.

Parameters:
cardHolderLine1Address - The cardHolderLine1Address to set.

getCardHolderLine2Address

public String getCardHolderLine2Address()
Gets the cardHolderLine2Address attribute.

Returns:
Returns the cardHolderLine2Address

setCardHolderLine2Address

public void setCardHolderLine2Address(String cardHolderLine2Address)
Sets the cardHolderLine2Address attribute.

Parameters:
cardHolderLine2Address - The cardHolderLine2Address to set.

getCardHolderCityName

public String getCardHolderCityName()
Gets the cardHolderCityName attribute.

Returns:
Returns the cardHolderCityName

setCardHolderCityName

public void setCardHolderCityName(String cardHolderCityName)
Sets the cardHolderCityName attribute.

Parameters:
cardHolderCityName - The cardHolderCityName to set.

getCardHolderStateCode

public String getCardHolderStateCode()
Gets the cardHolderStateCode attribute.

Returns:
Returns the cardHolderStateCode

setCardHolderStateCode

public void setCardHolderStateCode(String cardHolderStateCode)
Sets the cardHolderStateCode attribute.

Parameters:
cardHolderStateCode - The cardHolderStateCode to set.

getCardHolderZipCode

public String getCardHolderZipCode()
Gets the cardHolderZipCode attribute.

Returns:
Returns the cardHolderZipCode

setCardHolderZipCode

public void setCardHolderZipCode(String cardHolderZipCode)
Sets the cardHolderZipCode attribute.

Parameters:
cardHolderZipCode - The cardHolderZipCode to set.

getCardHolderWorkPhoneNumber

public String getCardHolderWorkPhoneNumber()
Gets the cardHolderWorkPhoneNumber attribute.

Returns:
Returns the cardHolderWorkPhoneNumber

setCardHolderWorkPhoneNumber

public void setCardHolderWorkPhoneNumber(String cardHolderWorkPhoneNumber)
Sets the cardHolderWorkPhoneNumber attribute.

Parameters:
cardHolderWorkPhoneNumber - The cardHolderWorkPhoneNumber to set.

getCardLimit

public org.kuali.rice.kns.util.KualiDecimal getCardLimit()
Gets the cardLimit attribute.

Returns:
Returns the cardLimit

setCardLimit

public void setCardLimit(org.kuali.rice.kns.util.KualiDecimal cardLimit)
Sets the cardLimit attribute.

Parameters:
cardLimit - The cardLimit to set.

getCardCycleAmountLimit

public org.kuali.rice.kns.util.KualiDecimal getCardCycleAmountLimit()
Gets the cardCycleAmountLimit attribute.

Returns:
Returns the cardCycleAmountLimit

setCardCycleAmountLimit

public void setCardCycleAmountLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleAmountLimit)
Sets the cardCycleAmountLimit attribute.

Parameters:
cardCycleAmountLimit - The cardCycleAmountLimit to set.

getCardCycleVolumeLimit

public org.kuali.rice.kns.util.KualiDecimal getCardCycleVolumeLimit()
Gets the cardCycleVolumeLimit attribute.

Returns:
Returns the cardCycleVolumeLimit

setCardCycleVolumeLimit

public void setCardCycleVolumeLimit(org.kuali.rice.kns.util.KualiDecimal cardCycleVolumeLimit)
Sets the cardCycleVolumeLimit attribute.

Parameters:
cardCycleVolumeLimit - The cardCycleVolumeLimit to set.

getCardStatusCode

public String getCardStatusCode()
Gets the cardStatusCode attribute.

Returns:
Returns the cardStatusCode

setCardStatusCode

public void setCardStatusCode(String cardStatusCode)
Sets the cardStatusCode attribute.

Parameters:
cardStatusCode - The cardStatusCode to set.

getCardNoteText

public String getCardNoteText()
Gets the cardNoteText attribute.

Returns:
Returns the cardNoteText

setCardNoteText

public void setCardNoteText(String cardNoteText)
Sets the cardNoteText attribute.

Parameters:
cardNoteText - The cardNoteText to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute.

Parameters:
subAccountNumber - The subAccountNumber to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


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