ch.panter.li.bi.asn.model
Class AsnModuleImpl

java.lang.Object
  extended by ch.panter.li.bi.util.NamedItemBase
      extended by ch.panter.li.bi.asn.model.AsnModuleImpl
All Implemented Interfaces:
AsnModule, NamedItem

public final class AsnModuleImpl
extends NamedItemBase
implements AsnModule


Constructor Summary
AsnModuleImpl(String name)
           
 
Method Summary
 void add(AsnType type)
           
protected  int computeHashCode(int baseHash)
           
 ReadOnlyNamedItemMap<AsnType> getTypes()
           
protected  boolean isEqualTo(Object compare)
           
 String toString()
           
 
Methods inherited from class ch.panter.li.bi.util.NamedItemBase
equals, getName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ch.panter.li.bi.util.NamedItem
getName
 

Constructor Detail

AsnModuleImpl

public AsnModuleImpl(String name)
Method Detail

getTypes

public final ReadOnlyNamedItemMap<AsnType> getTypes()
Specified by:
getTypes in interface AsnModule

add

public final void add(AsnType type)

isEqualTo

protected boolean isEqualTo(Object compare)
Overrides:
isEqualTo in class NamedItemBase

computeHashCode

protected int computeHashCode(int baseHash)
Overrides:
computeHashCode in class NamedItemBase

toString

public String toString()
Overrides:
toString in class NamedItemBase


Copyright 2007-2007 SourceForge. All Rights Reserved.