de.viaboxx.nlstools.model
Class MBText

java.lang.Object
  extended by de.viaboxx.nlstools.model.MBText
All Implemented Interfaces:
Cloneable, Comparable

public class MBText
extends Object
implements Comparable, Cloneable

Description:
User: roman.stumm
Date: 14.06.2007
Time: 15:22:00
Copyright: Viaboxx GmbH


Constructor Summary
MBText()
           
 
Method Summary
 int compareTo(Object o)
           
 MBText copy()
           
 boolean equals(Object o)
           
 String getLocale()
           
 String getValue()
           
 boolean isReview()
           
 boolean isUseDefault()
           
 void setLocale(String locale)
           
 void setReview(boolean review)
           
 void setUseDefault(boolean useDefault)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBText

public MBText()
Method Detail

getLocale

public String getLocale()

setLocale

public void setLocale(String locale)

getValue

public String getValue()

setValue

public void setValue(String value)

isReview

public boolean isReview()

setReview

public void setReview(boolean review)

isUseDefault

public boolean isUseDefault()

setUseDefault

public void setUseDefault(boolean useDefault)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

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

copy

public MBText copy()


Copyright © 2014. All Rights Reserved.