org.kuali.student.enrollment.lpr.model
Class LuiPersonRelationEntity

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.r2.common.entity.MetaEntity
          extended by org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity
All Implemented Interfaces:
AttributeOwner<LuiPersonRelationAttributeEntity>

@Entity
public class LuiPersonRelationEntity
extends MetaEntity
implements AttributeOwner<LuiPersonRelationAttributeEntity>

Author:
Igor

Field Summary
private  List<LuiPersonRelationAttributeEntity> attributes
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  String luiId
           
private  String personId
           
private  LuiPersonRelationStateEntity personRelationState
           
private  LuiPersonRelationTypeEntity personRelationType
           
 
Constructor Summary
LuiPersonRelationEntity()
           
LuiPersonRelationEntity(LuiPersonRelation dto)
           
 
Method Summary
 List<LuiPersonRelationAttributeEntity> getAttributes()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 String getLuiId()
           
 String getPersonId()
           
 LuiPersonRelationStateEntity getPersonRelationState()
           
 LuiPersonRelationTypeEntity getPersonRelationType()
           
 void setAttributes(List<LuiPersonRelationAttributeEntity> attributes)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setLuiId(String luiId)
           
 void setPersonId(String personId)
           
 void setPersonRelationState(LuiPersonRelationStateEntity personRelationState)
           
 void setPersonRelationType(LuiPersonRelationTypeEntity personRelationType)
           
 LuiPersonRelationInfo toDto()
           
 
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setUpdateId, setUpdateTime, toDTO
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

personId

private String personId

luiId

private String luiId

effectiveDate

private Date effectiveDate

expirationDate

private Date expirationDate

personRelationType

private LuiPersonRelationTypeEntity personRelationType

personRelationState

private LuiPersonRelationStateEntity personRelationState

attributes

private List<LuiPersonRelationAttributeEntity> attributes
Constructor Detail

LuiPersonRelationEntity

public LuiPersonRelationEntity()

LuiPersonRelationEntity

public LuiPersonRelationEntity(LuiPersonRelation dto)
Method Detail

getPersonId

public String getPersonId()

setPersonId

public void setPersonId(String personId)

getLuiId

public String getLuiId()

setLuiId

public void setLuiId(String luiId)

getEffectiveDate

public Date getEffectiveDate()

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getPersonRelationType

public LuiPersonRelationTypeEntity getPersonRelationType()

setPersonRelationType

public void setPersonRelationType(LuiPersonRelationTypeEntity personRelationType)

getPersonRelationState

public LuiPersonRelationStateEntity getPersonRelationState()

setPersonRelationState

public void setPersonRelationState(LuiPersonRelationStateEntity personRelationState)

getAttributes

public List<LuiPersonRelationAttributeEntity> getAttributes()
Specified by:
getAttributes in interface AttributeOwner<LuiPersonRelationAttributeEntity>

setAttributes

public void setAttributes(List<LuiPersonRelationAttributeEntity> attributes)
Specified by:
setAttributes in interface AttributeOwner<LuiPersonRelationAttributeEntity>

toDto

public LuiPersonRelationInfo toDto()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.