demo.org.powermock.examples.tutorial.partialmocking.domain
Class ProviderArtifact

java.lang.Object
  extended by demo.org.powermock.examples.tutorial.partialmocking.domain.ProviderArtifact
Direct Known Subclasses:
DataProducer, ServiceProducer

public abstract class ProviderArtifact
extends Object


Constructor Summary
ProviderArtifact(int id, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getId()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderArtifact

public ProviderArtifact(int id,
                        String name)
Method Detail

getId

public int getId()

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2007-2012. All Rights Reserved.