com.agical.rmock.core.expectation.reference
Class PropertyObjectReference

java.lang.Object
  extended by com.agical.rmock.core.expectation.reference.PropertyObjectReference
All Implemented Interfaces:
ObjectReference

public class PropertyObjectReference
extends Object
implements ObjectReference

Author:
brolund (c) 2005 Agical AB

Field Summary
 
Fields inherited from interface com.agical.rmock.core.expectation.reference.ObjectReference
NULL
 
Constructor Summary
PropertyObjectReference(String id, String name, Class type)
           
 
Method Summary
 String getId()
           
 String getName()
           
 Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyObjectReference

public PropertyObjectReference(String id,
                               String name,
                               Class type)
Method Detail

getId

public String getId()
Specified by:
getId in interface ObjectReference

getName

public String getName()
Specified by:
getName in interface ObjectReference

getType

public Class getType()
Specified by:
getType in interface ObjectReference


Copyright © 2005-2011 Agical AB. All Rights Reserved.