uk.ac.soton.itinnovation.grid.service.types
Class StatementEvent

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.StatementEvent

public class StatementEvent
extends Object


Constructor Summary
StatementEvent()
           
 
Method Summary
 IDType getActor()
           
 Date getDate()
           
 Long getID()
           
 String getMessage()
           
 BigDecimal getNewLiability()
           
 IDType getOnBehalfOf()
           
 String getResource()
           
 void setActor(IDType actor)
           
 void setDate(Date date)
           
 void setID(Long ID)
           
 void setMessage(String message)
           
 void setNewLiability(BigDecimal newLiability)
           
 void setOnBehalfOf(IDType onBehalfOf)
           
 void setResource(String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementEvent

public StatementEvent()
Method Detail

getID

public Long getID()

setID

public void setID(Long ID)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getActor

public IDType getActor()

setActor

public void setActor(IDType actor)

getOnBehalfOf

public IDType getOnBehalfOf()

setOnBehalfOf

public void setOnBehalfOf(IDType onBehalfOf)

getNewLiability

public BigDecimal getNewLiability()

setNewLiability

public void setNewLiability(BigDecimal newLiability)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getResource

public String getResource()

setResource

public void setResource(String resource)


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.