com.ail.insurance.claim
Class ClaimSection

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.insurance.claim.ClaimSection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ClaimSection
extends Type

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
ClaimSection()
          Default constructor
 
Method Summary
 void addRecovery(Recovery recovery)
           
 CurrencyAmount getEstimatedReserve()
           
 java.lang.String getID()
           
 CurrencyAmount getOutstandingClaim()
           
 java.lang.String getPolicySectionID()
           
 java.util.Collection<Recovery> getRecoveries()
           
 CurrencyAmount getTotalRecovered()
           
 void setEstimatedReserve(CurrencyAmount estimatedReserve)
           
 void setID(java.lang.String ID)
           
 void setOutstandingClaim(CurrencyAmount outstandingClaim)
           
 void setPolicySectionID(java.lang.String policySectionID)
           
 void setRecoveries(java.util.Collection<Recovery> recoveries)
           
 void setTotalRecovered(CurrencyAmount totalRecovered)
           
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimSection

public ClaimSection()
Default constructor

Method Detail

getID

public java.lang.String getID()

setID

public void setID(java.lang.String ID)

getPolicySectionID

public java.lang.String getPolicySectionID()

setPolicySectionID

public void setPolicySectionID(java.lang.String policySectionID)

getEstimatedReserve

public CurrencyAmount getEstimatedReserve()

setEstimatedReserve

public void setEstimatedReserve(CurrencyAmount estimatedReserve)

getTotalRecovered

public CurrencyAmount getTotalRecovered()

setTotalRecovered

public void setTotalRecovered(CurrencyAmount totalRecovered)

getOutstandingClaim

public CurrencyAmount getOutstandingClaim()

setOutstandingClaim

public void setOutstandingClaim(CurrencyAmount outstandingClaim)

getRecoveries

public java.util.Collection<Recovery> getRecoveries()

setRecoveries

public void setRecoveries(java.util.Collection<Recovery> recoveries)

addRecovery

public void addRecovery(Recovery recovery)