org.kuali.student.enrollment.lpr.model
Class LuiPersonRelationEntity
java.lang.Object
org.kuali.student.core.entity.BaseEntity
org.kuali.student.r2.common.entity.MetaEntity
org.kuali.student.enrollment.lpr.model.LuiPersonRelationEntity
- All Implemented Interfaces:
- AttributeOwner<LuiPersonRelationAttributeEntity>
@Entity
public class LuiPersonRelationEntity
- extends MetaEntity
- implements AttributeOwner<LuiPersonRelationAttributeEntity>
- Author:
- Igor
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 |
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
LuiPersonRelationEntity
public LuiPersonRelationEntity()
LuiPersonRelationEntity
public LuiPersonRelationEntity(LuiPersonRelation dto)
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.