de.iai.ilcd.model.adapter
Class ScopeAdapter

java.lang.Object
  extended by de.fzk.iai.ilcd.service.client.impl.vo.types.process.ReviewType.Scope
      extended by de.iai.ilcd.model.adapter.ScopeAdapter
All Implemented Interfaces:
de.fzk.iai.ilcd.service.model.process.IScope

public class ScopeAdapter
extends de.fzk.iai.ilcd.service.client.impl.vo.types.process.ReviewType.Scope

Adapter for ReviewType.Scope


Nested Class Summary
 
Nested classes/interfaces inherited from class de.fzk.iai.ilcd.service.client.impl.vo.types.process.ReviewType.Scope
de.fzk.iai.ilcd.service.client.impl.vo.types.process.ReviewType.Scope.Method
 
Field Summary
 
Fields inherited from class de.fzk.iai.ilcd.service.client.impl.vo.types.process.ReviewType.Scope
method, name
 
Constructor Summary
ScopeAdapter(de.fzk.iai.ilcd.service.model.process.IScope adaptee)
          Create the adapter
 
Method Summary
static void copyScopes(java.util.Set<de.fzk.iai.ilcd.service.model.process.IScope> src, java.util.Set<de.fzk.iai.ilcd.service.model.process.IScope> dst)
          Copy scope via adapter
 
Methods inherited from class de.fzk.iai.ilcd.service.client.impl.vo.types.process.ReviewType.Scope
getMethod, getMethods, getName, getOtherAttributes, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeAdapter

public ScopeAdapter(de.fzk.iai.ilcd.service.model.process.IScope adaptee)
Create the adapter

Parameters:
adaptee - object to adapt
Method Detail

copyScopes

public static void copyScopes(java.util.Set<de.fzk.iai.ilcd.service.model.process.IScope> src,
                              java.util.Set<de.fzk.iai.ilcd.service.model.process.IScope> dst)
Copy scope via adapter

Parameters:
src - source set
dst - destination set