org.kuali.student.enrollment.class1.hold.model
Class AppliedHoldEntity
java.lang.Object
org.kuali.student.r2.common.entity.BaseEntity
org.kuali.student.r2.common.entity.BaseVersionEntity
org.kuali.student.r2.common.entity.MetaEntity
org.kuali.student.enrollment.class1.hold.model.AppliedHoldEntity
- All Implemented Interfaces:
- AttributeOwner<AppliedHoldAttributeEntity>, PersistableEntity<String>
@Entity
public class AppliedHoldEntity
- extends MetaEntity
- implements AttributeOwner<AppliedHoldAttributeEntity>
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO |
AppliedHoldEntity
public AppliedHoldEntity()
AppliedHoldEntity
public AppliedHoldEntity(AppliedHold hold)
setAttributes
public void setAttributes(Set<AppliedHoldAttributeEntity> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<AppliedHoldAttributeEntity>
fromDto
public void fromDto(AppliedHold dto)
toDto
public AppliedHoldInfo toDto()
getName
public String getName()
setName
public void setName(String name)
getDescrPlain
public String getDescrPlain()
getDescrFormatted
public String getDescrFormatted()
setDescrPlain
public void setDescrPlain(String plain)
setDescrFormatted
public void setDescrFormatted(String formatted)
getHoldType
public String getHoldType()
setHoldType
public void setHoldType(String holdType)
getHoldState
public String getHoldState()
setHoldState
public void setHoldState(String holdState)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getReleasedDate
public Date getReleasedDate()
setReleasedDate
public void setReleasedDate(Date releasedDate)
getHoldIssue
public HoldIssueEntity getHoldIssue()
setHoldIssue
public void setHoldIssue(HoldIssueEntity issue)
getPersonId
public String getPersonId()
setPersonId
public void setPersonId(String personId)
getAttributes
public Set<AppliedHoldAttributeEntity> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<AppliedHoldAttributeEntity>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.