org.kuali.student.enrollment.class1.lpr.model
Class LprTransactionEntity
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.lpr.model.LprTransactionEntity
- All Implemented Interfaces:
- AttributeOwner<LprTransactionAttributeEntity>
@Entity
public class LprTransactionEntity
- extends MetaEntity
- implements AttributeOwner<LprTransactionAttributeEntity>
Methods inherited from class org.kuali.student.r2.common.entity.MetaEntity |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO |
LprTransactionEntity
public LprTransactionEntity()
LprTransactionEntity
public LprTransactionEntity(LprTransaction lprTransaction)
fromDto
public void fromDto(LprTransaction lprTransaction)
toDto
public LprTransactionInfo toDto()
getName
public String getName()
setName
public void setName(String name)
getLprTransType
public String getLprTransType()
setLprTransType
public void setLprTransType(String lprTransType)
getLprTransState
public String getLprTransState()
setLprTransState
public void setLprTransState(String lprTransState)
getRequestingPersonId
public String getRequestingPersonId()
setRequestingPersonId
public void setRequestingPersonId(String requestingPersonId)
getAtpId
public String getAtpId()
setAtpId
public void setAtpId(String atpId)
getLprTransactionItems
public Set<LprTransactionItemEntity> getLprTransactionItems()
setLprTransactionItems
public void setLprTransactionItems(Set<LprTransactionItemEntity> lprTransactionItems)
setAttributes
public void setAttributes(Set<LprTransactionAttributeEntity> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<LprTransactionAttributeEntity>
getAttributes
public Set<LprTransactionAttributeEntity> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<LprTransactionAttributeEntity>
getDescrFormatted
public String getDescrFormatted()
setDescrFormatted
public void setDescrFormatted(String descrFormatted)
getDescrPlain
public String getDescrPlain()
setDescrPlain
public void setDescrPlain(String descrPlain)
toString
public String toString()
- Overrides:
toString
in class BaseEntity
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.