org.kuali.rice.ksb.messaging.bam
Class BAMParam

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.bam.BAMParam

@Entity
public class BAMParam
extends Object

A parameter of a method invocation recorded by the BAM.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private  Long bamParamId
           
private  BAMTargetEntry bamTargetEntry
           
private  String param
           
 
Constructor Summary
BAMParam()
           
 
Method Summary
 void beforeInsert()
           
 Long getBamParamId()
           
 BAMTargetEntry getBamTargetEntry()
           
 String getParam()
           
 void setBamParamId(Long bamParamId)
           
 void setBamTargetEntry(BAMTargetEntry bamTargetEntry)
           
 void setParam(String paramToString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bamParamId

private Long bamParamId

bamTargetEntry

private BAMTargetEntry bamTargetEntry

param

private String param
Constructor Detail

BAMParam

public BAMParam()
Method Detail

beforeInsert

public void beforeInsert()

getBamTargetEntry

public BAMTargetEntry getBamTargetEntry()

setBamTargetEntry

public void setBamTargetEntry(BAMTargetEntry bamTargetEntry)

getBamParamId

public Long getBamParamId()

setBamParamId

public void setBamParamId(Long bamParamId)

getParam

public String getParam()

setParam

public void setParam(String paramToString)


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