org.kuali.student.enrollment.class1.lpr.model
Class LprTransactionEntity

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.lpr.model.LprTransactionEntity
All Implemented Interfaces:
AttributeOwner<LprTransactionAttributeEntity>, PersistableEntity<String>

@Entity
public class LprTransactionEntity
extends MetaEntity
implements AttributeOwner<LprTransactionAttributeEntity>


Constructor Summary
LprTransactionEntity()
           
LprTransactionEntity(LprTransaction lprTransaction)
           
 
Method Summary
 void fromDto(LprTransaction lprTransaction)
           
 String getAtpId()
           
 Set<LprTransactionAttributeEntity> getAttributes()
           
 String getDescrFormatted()
           
 String getDescrPlain()
           
 Set<LprTransactionItemEntity> getLprTransactionItems()
           
 String getLprTransState()
           
 String getLprTransType()
           
 String getName()
           
 String getRequestingPersonId()
           
 void setAtpId(String atpId)
           
 void setAttributes(Set<LprTransactionAttributeEntity> attributes)
           
 void setDescrFormatted(String descrFormatted)
           
 void setDescrPlain(String descrPlain)
           
 void setLprTransactionItems(Set<LprTransactionItemEntity> lprTransactionItems)
           
 void setLprTransState(String lprTransState)
           
 void setLprTransType(String lprTransType)
           
 void setName(String name)
           
 void setRequestingPersonId(String requestingPersonId)
           
 LprTransactionInfo toDto()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LprTransactionEntity

public LprTransactionEntity()

LprTransactionEntity

public LprTransactionEntity(LprTransaction lprTransaction)
Method Detail

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.