org.kite9.diagram.builders.noun
Class AnnotatedNounPartImpl

java.lang.Object
  extended by org.kite9.diagram.builders.noun.AnnotatedNounPartImpl
All Implemented Interfaces:
AnnotatedNounPart, NounPart

public class AnnotatedNounPartImpl
extends Object
implements AnnotatedNounPart


Constructor Summary
AnnotatedNounPartImpl(NounPart underlying, String annotation)
           
 
Method Summary
 boolean equals(Object obj)
           
 NounPart getNounPart()
           
 String getPrefixAnnotation()
           
 Object getRepresented()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotatedNounPartImpl

public AnnotatedNounPartImpl(NounPart underlying,
                             String annotation)
Method Detail

getNounPart

public NounPart getNounPart()
Specified by:
getNounPart in interface AnnotatedNounPart

getPrefixAnnotation

public String getPrefixAnnotation()
Specified by:
getPrefixAnnotation in interface AnnotatedNounPart

getRepresented

public Object getRepresented()
Specified by:
getRepresented in interface NounPart

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.