org.kuali.kfs.module.endow.businessobject
Interface EndowmentTransactionSecurity

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Implementing Classes:
EndowmentSourceTransactionSecurity, EndowmentTargetTransactionSecurity, EndowmentTransactionSecurityBase

public interface EndowmentTransactionSecurity
extends org.kuali.rice.kns.bo.PersistableBusinessObject


Method Summary
 String getDocumentNumber()
          Get the documentNumber
 String getRegistrationCode()
           
 RegistrationCode getRegistrationCodeObj()
           
 Security getSecurity()
           
 String getSecurityID()
           
 String getSecurityLineTypeCode()
          Gets the securityLineTypeCode.
 void setDocumentNumber(String documentNumber)
          Set the documentNumber
 void setRegistrationCode(String registrationCode)
           
 void setRegistrationCodeObj(RegistrationCode registrationCodeObj)
           
 void setSecurity(Security security)
           
 void setSecurityID(String securityID)
           
 void setSecurityLineTypeCode(String securityLineTypeCode)
          Sets the securityLineTypeCode.
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 

Method Detail

getDocumentNumber

String getDocumentNumber()
Get the documentNumber

Returns:
documentNumber

setDocumentNumber

void setDocumentNumber(String documentNumber)
Set the documentNumber

Parameters:
documentNumber -

getSecurityLineTypeCode

String getSecurityLineTypeCode()
Gets the securityLineTypeCode.

Returns:
securityLineTypeCode

setSecurityLineTypeCode

void setSecurityLineTypeCode(String securityLineTypeCode)
Sets the securityLineTypeCode.

Parameters:
securityLineTypeCode -

getSecurityID

String getSecurityID()
Returns:
Returns the securityID.

setSecurityID

void setSecurityID(String securityID)
Parameters:
securityID - The securityID to set.

getSecurity

Security getSecurity()
Returns:
Returns the security object.

setSecurity

void setSecurity(Security security)
Parameters:
security - The security object to set.

getRegistrationCode

String getRegistrationCode()
Returns:
Returns the registrationCode.

setRegistrationCode

void setRegistrationCode(String registrationCode)
Parameters:
registrationCode - The registrationCode to set.

getRegistrationCodeObj

RegistrationCode getRegistrationCodeObj()
Returns:
Returns the registrationCode object.

setRegistrationCodeObj

void setRegistrationCodeObj(RegistrationCode registrationCodeObj)
Parameters:
registrationCodeObj - The registrationCode object to set.


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