org.kuali.student.enrollment.class1.hold.model
Class AppliedHoldEntity

java.lang.Object
  extended by org.kuali.student.r2.common.entity.BaseEntity
      extended by org.kuali.student.r2.common.entity.BaseVersionEntity
          extended by org.kuali.student.r2.common.entity.MetaEntity
              extended by org.kuali.student.enrollment.class1.hold.model.AppliedHoldEntity
All Implemented Interfaces:
AttributeOwner<AppliedHoldAttributeEntity>, PersistableEntity<String>

@Entity
public class AppliedHoldEntity
extends MetaEntity
implements AttributeOwner<AppliedHoldAttributeEntity>


Constructor Summary
AppliedHoldEntity()
           
AppliedHoldEntity(AppliedHold hold)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseVersionEntity
getVersionNumber, setVersionNumber
 
Methods inherited from class org.kuali.student.r2.common.entity.BaseEntity
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppliedHoldEntity

public AppliedHoldEntity()

AppliedHoldEntity

public AppliedHoldEntity(AppliedHold hold)
Method Detail

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.