public class FinancialEntityAttachment extends PersonFinIntDisclosureAssociate implements Comparable<FinancialEntityAttachment>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
FinancialEntityAttachment() |
FinancialEntityAttachment(FinancialEntityAttachment oldAtt) |
FinancialEntityAttachment(PersonFinIntDisclosure personFinIntDisclosure) |
getEntityNumber, getPersonFinIntDisclosure, getSequenceNumber, getSequenceOwner, resetPersistenceState, setEntityNumber, setPersonFinIntDisclosure, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getKcPersonService, getUpdateUser, isUpdateUserSet, postPersist, preUpdate, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic FinancialEntityAttachment()
public FinancialEntityAttachment(FinancialEntityAttachment oldAtt)
public FinancialEntityAttachment(PersonFinIntDisclosure personFinIntDisclosure)
public Long getFinancialEntityId()
public void setFinancialEntityId(Long financialEntityId)
public PersonFinIntDisclosure getFinancialEntity()
public void setFinancialEntity(PersonFinIntDisclosure financialEntity)
public Timestamp getUpdateTimestamp()
getUpdateTimestamp in class KraPersistableBusinessObjectBasepublic void setUpdateTimestamp(Timestamp updateTimestamp)
setUpdateTimestamp in class KraPersistableBusinessObjectBasepublic String getContactEmailAddress()
public void setContactEmailAddress(String contactEmailAddress)
public String getContactPhoneNumber()
public void setContactPhoneNumber(String contactPhoneNumber)
public String getContactName()
public void setContactName(String contactName)
public String getComments()
public void setComments(String comments)
public Long getAttachmentId()
public void setAttachmentId(Long attachmentId)
public Long getFileId()
public void setFileId(Long fileId)
public AttachmentFile getAttachmentFile()
public String getFileName()
public void setFile(AttachmentFile attachmentFile)
public org.apache.struts.upload.FormFile getNewFile()
public void setNewFile(org.apache.struts.upload.FormFile newFile)
public String getUpdateUserFullName()
public void setUpdateUserFullName(String updateUserFullName)
public Long getPersonFinIntDisclosureId()
getPersonFinIntDisclosureId in class PersonFinIntDisclosureAssociatepublic void setPersonFinIntDisclosureId(Long personFinIntDisclosureId)
setPersonFinIntDisclosureId in class PersonFinIntDisclosureAssociatepublic String getDescription()
public void setDescription(String description)
public void setStatusCode(String statusCode)
public String getStatusCode()
public void setUpdateUser(String updateUser)
KraPersistableBusinessObjectBasesetUpdateUser in class KraPersistableBusinessObjectBaseupdateUser - the user who updated this objectpublic int compareTo(FinancialEntityAttachment arg0)
compareTo in interface Comparable<FinancialEntityAttachment>public boolean equals(Object obj)
equals in class PersonFinIntDisclosureAssociateObject.equals(java.lang.Object)public boolean matches(FinancialEntityAttachment other)
public int hashCode()
hashCode in class PersonFinIntDisclosureAssociateObject.hashCode()public void updateParms()
public static List<FinancialEntityAttachment> copyAttachmentList(List<FinancialEntityAttachment> oldList)
public void prePersist()
KraPersistableBusinessObjectBaseprePersist in class KraPersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#beforeInsert()Copyright © 2013 The Kuali Foundation. All Rights Reserved.