com.ikokoon.serenity.model
Class Afferent

java.lang.Object
  extended by com.ikokoon.serenity.model.Composite<java.lang.Object,java.lang.Object>
      extended by com.ikokoon.serenity.model.Afferent
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Afferent>

public class Afferent
extends Composite<java.lang.Object,java.lang.Object>
implements java.lang.Comparable<Afferent>, java.io.Serializable

This class represents a package that the owner is affected by.

Since:
17.07.09
Version:
01.00
Author:
Michael Couck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ikokoon.serenity.model.Composite
ABSTRACTNESS_BAD, ABSTRACTNESS_GOOD, ABSTRACTNESS_OK, CLASS_NAME, COMPLEXITY_BAD, COMPLEXITY_GOOD, COMPLEXITY_OK, COVERAGE_BAD, COVERAGE_GOOD, COVERAGE_OK, DESCRIPTION, DISTANCE_BAD, DISTANCE_GOOD, DISTANCE_OK, METHOD_NAME, NAME, NUMBER, STABILITY_BAD, STABILITY_GOOD, STABILITY_OK
 
Constructor Summary
Afferent()
           
 
Method Summary
 int compareTo(Afferent o)
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ikokoon.serenity.model.Composite
getABSTRACTNESS_BAD, getABSTRACTNESS_GOOD, getABSTRACTNESS_OK, getChildren, getCOMPLEXITY_BAD, getCOMPLEXITY_GOOD, getCOMPLEXITY_OK, getCOVERAGE_BAD, getCOVERAGE_GOOD, getCOVERAGE_OK, getDISTANCE_BAD, getDISTANCE_GOOD, getDISTANCE_OK, getId, getParent, getSTABILITY_BAD, getSTABILITY_GOOD, getSTABILITY_OK, setChildren, setId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Afferent

public Afferent()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(Afferent o)
Specified by:
compareTo in interface java.lang.Comparable<Afferent>


Copyright © 2010. All Rights Reserved.