@Entity public class AppliedHoldEntity extends MetaEntity implements AttributeOwner<AppliedHoldAttributeEntity>
Constructor and Description |
---|
AppliedHoldEntity() |
AppliedHoldEntity(AppliedHold hold) |
Modifier and Type | Method and Description |
---|---|
void |
fromDto(AppliedHold dto) |
Set<AppliedHoldAttributeEntity> |
getAttributes() |
String |
getDescrFormatted() |
String |
getDescrPlain() |
Date |
getEffectiveDate() |
HoldIssueEntity |
getHoldIssue() |
String |
getHoldState() |
String |
getHoldType() |
String |
getName() |
String |
getPersonId() |
Date |
getReleasedDate() |
void |
setAttributes(Set<AppliedHoldAttributeEntity> attributes) |
void |
setDescrFormatted(String formatted) |
void |
setDescrPlain(String plain) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setHoldIssue(HoldIssueEntity issue) |
void |
setHoldState(String holdState) |
void |
setHoldType(String holdType) |
void |
setName(String name) |
void |
setPersonId(String personId) |
void |
setReleasedDate(Date releasedDate) |
AppliedHoldInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public AppliedHoldEntity()
public AppliedHoldEntity(AppliedHold hold)
public void setAttributes(Set<AppliedHoldAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<AppliedHoldAttributeEntity>
public void fromDto(AppliedHold dto)
public AppliedHoldInfo toDto()
public String getDescrPlain()
public String getDescrFormatted()
public void setDescrPlain(String plain)
public void setDescrFormatted(String formatted)
public String getHoldType()
public void setHoldType(String holdType)
public String getHoldState()
public void setHoldState(String holdState)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getReleasedDate()
public void setReleasedDate(Date releasedDate)
public HoldIssueEntity getHoldIssue()
public void setHoldIssue(HoldIssueEntity issue)
public String getPersonId()
public void setPersonId(String personId)
public Set<AppliedHoldAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<AppliedHoldAttributeEntity>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.