org.kuali.student.enrollment.class1.roster.model
Class LprRosterEntryEntity
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.roster.model.LprRosterEntryEntity
- All Implemented Interfaces:
- AttributeOwner<LprRosterEntryAttributeEntity>
@Entity
public class LprRosterEntryEntity
- extends MetaEntity
- implements AttributeOwner<LprRosterEntryAttributeEntity>
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO |
LprRosterEntryEntity
public LprRosterEntryEntity()
LprRosterEntryEntity
public LprRosterEntryEntity(LprRosterEntryInfo dto)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getLprId
public String getLprId()
setLprId
public void setLprId(String lprId)
getLprRosterId
public String getLprRosterId()
setLprRosterId
public void setLprRosterId(String lprRosterId)
getPosition
public Integer getPosition()
setPosition
public void setPosition(Integer position)
getAttributes
public Set<LprRosterEntryAttributeEntity> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<LprRosterEntryAttributeEntity>
setAttributes
public void setAttributes(Set<LprRosterEntryAttributeEntity> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<LprRosterEntryAttributeEntity>
getLprEntryRelationState
public String getLprEntryRelationState()
setLprEntryRelationState
public void setLprEntryRelationState(String lprEntryRelationState)
getLprEntryRelationType
public String getLprEntryRelationType()
setLprEntryRelationType
public void setLprEntryRelationType(String lprEntryRelationType)
toDto
public LprRosterEntryInfo toDto()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.