de.viaboxx.nlstools.model
Class MBBundle

java.lang.Object
  extended by de.viaboxx.nlstools.model.MBBundle
All Implemented Interfaces:
Cloneable

public class MBBundle
extends Object
implements Cloneable

Description:
User: roman.stumm
Date: 14.06.2007
Time: 15:21:50
Copyright: Viaboxx GmbH


Constructor Summary
MBBundle()
           
 
Method Summary
 MBBundle copy()
           
 boolean equals(Object o)
           
 String getBaseName()
           
 List<MBEntry> getEntries()
           
 MBEntry getEntry(String key)
           
 String getInterfaceName()
           
 String getSqldomain()
           
 void setBaseName(String baseName)
           
 void setEntries(List<MBEntry> entries)
           
 void setInterfaceName(String interfaceName)
           
 void setSqldomain(String sqldomain)
           
 void sort()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBBundle

public MBBundle()
Method Detail

sort

public void sort()

getEntries

public List<MBEntry> getEntries()

setEntries

public void setEntries(List<MBEntry> entries)

getBaseName

public String getBaseName()

setBaseName

public void setBaseName(String baseName)

getInterfaceName

public String getInterfaceName()

setInterfaceName

public void setInterfaceName(String interfaceName)

getSqldomain

public String getSqldomain()

setSqldomain

public void setSqldomain(String sqldomain)

getEntry

public MBEntry getEntry(String key)

equals

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

copy

public MBBundle copy()


Copyright © 2013. All Rights Reserved.