org.kuali.student.enrollment.lpr.dto
Class LprTransactionInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.EntityInfo
                  extended by org.kuali.student.r2.common.dto.IdEntityInfo
                      extended by org.kuali.student.enrollment.lpr.dto.LprTransactionInfo
All Implemented Interfaces:
Serializable, LprTransaction, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity

public class LprTransactionInfo
extends IdEntityInfo
implements LprTransaction, Serializable

Author:
Kuali Student Team (sambit)
See Also:
Serialized Form

Constructor Summary
LprTransactionInfo()
           
LprTransactionInfo(LprTransaction input)
           
 
Method Summary
 String getAtpId()
          The ATP for which this transaction applies.
 List<LprTransactionItemInfo> getLprTransactionItems()
          Transaction item for this
 String getRequestingPersonId()
          The person who requested for this transaction Note this does not have to be the same as the person on the transaction item.
 void setAtpId(String atpId)
           
 void setLprTransactionItems(List<LprTransactionItemInfo> lprTransactionItems)
           
 void setRequestingPersonId(String requestingPersonId)
           
 String toString()
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo
getDescr, getName, setDescr, setName
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Constructor Detail

LprTransactionInfo

public LprTransactionInfo()

LprTransactionInfo

public LprTransactionInfo(LprTransaction input)
Method Detail

getLprTransactionItems

public List<LprTransactionItemInfo> getLprTransactionItems()
Description copied from interface: LprTransaction
Transaction item for this

Specified by:
getLprTransactionItems in interface LprTransaction

setLprTransactionItems

public void setLprTransactionItems(List<LprTransactionItemInfo> lprTransactionItems)

getRequestingPersonId

public String getRequestingPersonId()
Description copied from interface: LprTransaction
The person who requested for this transaction Note this does not have to be the same as the person on the transaction item. It could be, for example, an administrator creating registrations on behalf of the student.

Specified by:
getRequestingPersonId in interface LprTransaction

setRequestingPersonId

public void setRequestingPersonId(String requestingPersonId)

getAtpId

public String getAtpId()
Description copied from interface: LprTransaction
The ATP for which this transaction applies. This constrains which lui's can be manipulated by this transaction's items. The items may only refer to this ATP or nested ATPs.

Specified by:
getAtpId in interface LprTransaction

setAtpId

public void setAtpId(String atpId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.