ma.glasnost.orika.test.community.issue26
Class AbstractOrderID

java.lang.Object
  extended by ma.glasnost.orika.test.community.issue26.AbstractOrderID
Direct Known Subclasses:
OrderID

public abstract class AbstractOrderID
extends Object


Constructor Summary
AbstractOrderID()
           
AbstractOrderID(long bestellungID)
           
AbstractOrderID(Long bestellungID)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getBestellungID()
           
 Long getID()
           
 int hashCode()
           
 void setBestellungID(Long bestellungID)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOrderID

public AbstractOrderID()

AbstractOrderID

public AbstractOrderID(Long bestellungID)

AbstractOrderID

public AbstractOrderID(long bestellungID)
Method Detail

getID

public Long getID()

getBestellungID

public Long getBestellungID()

setBestellungID

public void setBestellungID(Long bestellungID)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012 Glasnost. All Rights Reserved.