org.kuali.student.enrollment.class1.roster.model
Class LprRosterEntryEntity

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.roster.model.LprRosterEntryEntity
All Implemented Interfaces:
AttributeOwner<LprRosterEntryAttributeEntity>

@Entity
public class LprRosterEntryEntity
extends MetaEntity
implements AttributeOwner<LprRosterEntryAttributeEntity>


Constructor Summary
LprRosterEntryEntity()
           
LprRosterEntryEntity(LprRosterEntryInfo dto)
           
 
Method Summary
 Set<LprRosterEntryAttributeEntity> getAttributes()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getLprEntryRelationState()
           
 String getLprEntryRelationType()
           
 String getLprId()
           
 String getLprRosterId()
           
 Integer getPosition()
           
 void setAttributes(Set<LprRosterEntryAttributeEntity> attributes)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setLprEntryRelationState(String lprEntryRelationState)
           
 void setLprEntryRelationType(String lprEntryRelationType)
           
 void setLprId(String lprId)
           
 void setLprRosterId(String lprRosterId)
           
 void setPosition(Integer position)
           
 LprRosterEntryInfo 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

LprRosterEntryEntity

public LprRosterEntryEntity()

LprRosterEntryEntity

public LprRosterEntryEntity(LprRosterEntryInfo dto)
Method Detail

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.