org.kuali.student.enrollment.lpr.dto
Class LprTransactionInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
org.kuali.student.r2.common.dto.EntityInfo
org.kuali.student.r2.common.dto.IdEntityInfo
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
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
LprTransactionInfo
public LprTransactionInfo()
LprTransactionInfo
public LprTransactionInfo(LprTransaction input)
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.