org.almendra.janet.ade.distributor
Class EvictionAssignment

java.lang.Object
  extended by org.almendra.janet.ade.distributor.EvictionAssignment
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FullEvictionAssignment, PartialEvictionAssignment

public abstract class EvictionAssignment
extends java.lang.Object
implements java.io.Serializable

Author:
Oliver Plohmann
See Also:
Serialized Form

Field Summary
protected  java.lang.String capabilityPath
           
 
Constructor Summary
EvictionAssignment()
          Creates a new EvictionAssignment object.
EvictionAssignment(java.lang.String capabilityPath)
          Creates a new EvictionAssignment object.
 
Method Summary
 java.lang.String getCapabilityPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capabilityPath

protected java.lang.String capabilityPath
Constructor Detail

EvictionAssignment

public EvictionAssignment()
Creates a new EvictionAssignment object.


EvictionAssignment

public EvictionAssignment(java.lang.String capabilityPath)
Creates a new EvictionAssignment object.

Method Detail

getCapabilityPath

public java.lang.String getCapabilityPath()
Returns:
Returns the capabilityPath.