public class CRMDOVoucherHistory extends CRMDO implements ICRMDOCollectionEntity
| Constructor and Description |
|---|
CRMDOVoucherHistory() |
| Modifier and Type | Method and Description |
|---|---|
VoucherHistoryAppliedProcess |
getAppliedProcess() |
CRMDO |
getMainEntity() |
CRMDOUser |
getModifiedByUser() |
static long |
getSerialversionuid() |
CRMDOVoucher |
getVoucher() |
VoucherHistoryLogField |
getVoucherHistoryLogField() |
java.lang.String |
getVoucherLogFieldFromValue() |
java.lang.String |
getVoucherLogFieldToValue() |
void |
setAppliedProcess(VoucherHistoryAppliedProcess appliedProcess) |
void |
setModifiedByUser(CRMDOUser modifiedByUser) |
void |
setVoucher(CRMDOVoucher voucher) |
void |
setVoucherHistoryLogField(VoucherHistoryLogField voucherHistoryLogField) |
void |
setVoucherLogFieldFromValue(java.lang.String voucherLogFieldFromValue) |
void |
setVoucherLogFieldToValue(java.lang.String voucherLogFieldToValue) |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toStringpublic CRMDO getMainEntity()
getMainEntity in interface ICRMDOCollectionEntitypublic static long getSerialversionuid()
public CRMDOVoucher getVoucher()
public void setVoucher(CRMDOVoucher voucher)
public CRMDOUser getModifiedByUser()
public void setModifiedByUser(CRMDOUser modifiedByUser)
public VoucherHistoryAppliedProcess getAppliedProcess()
public void setAppliedProcess(VoucherHistoryAppliedProcess appliedProcess)
public java.lang.String getVoucherLogFieldFromValue()
public void setVoucherLogFieldFromValue(java.lang.String voucherLogFieldFromValue)
public java.lang.String getVoucherLogFieldToValue()
public void setVoucherLogFieldToValue(java.lang.String voucherLogFieldToValue)
public VoucherHistoryLogField getVoucherHistoryLogField()
public void setVoucherHistoryLogField(VoucherHistoryLogField voucherHistoryLogField)