com.ikokoon.serenity.model
Class Efferent

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

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

This class represents a package that the owner effects.

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
Efferent()
           
 
Method Summary
 int compareTo(Efferent 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

Efferent

public Efferent()
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(Efferent o)
Specified by:
compareTo in interface java.lang.Comparable<Efferent>


Copyright © 2010. All Rights Reserved.