at.ac.tuwien.vitalab.hrcrm.ws.name
Class AbstractNameEndpoint

java.lang.Object
  extended by AbstractMarshallingPayloadEndpoint
      extended by at.ac.tuwien.vitalab.hrcrm.ws.name.AbstractNameEndpoint
Direct Known Subclasses:
AddNameEndpointImpl, DeleteNameEndpointImpl, GetAllNamesEndpointImpl, GetNameEndpointImpl, UpdateNameEndpointImpl

public abstract class AbstractNameEndpoint
extends AbstractMarshallingPayloadEndpoint


Field Summary
protected  NameService nameService
           
 
Constructor Summary
AbstractNameEndpoint()
           
 
Method Summary
 void setNameService(NameService nameService)
          Write access to private field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameService

protected NameService nameService
Constructor Detail

AbstractNameEndpoint

public AbstractNameEndpoint()
Method Detail

setNameService

public void setNameService(NameService nameService)
Write access to private field.

Parameters:
nameService - The nameService to set.


Copyright © 2008 null. All Rights Reserved.