Drools examples 6.0.3-SNAPSHOT

org.drools.examples.cashflow
Class AccountPeriod

java.lang.Object
  extended by org.drools.examples.cashflow.AccountPeriod

public class AccountPeriod
extends Object


Constructor Summary
AccountPeriod(Date start, Date end)
           
 
Method Summary
 boolean equals(Object o)
           
 Date getEnd()
           
 Date getStart()
           
 int hashCode()
           
 void setEnd(Date end)
           
 void setStart(Date start)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountPeriod

public AccountPeriod(Date start,
                     Date end)
Method Detail

getStart

public Date getStart()

setStart

public void setStart(Date start)

getEnd

public Date getEnd()

setEnd

public void setEnd(Date end)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.