org.barracudamvc.contrib.sam.models
Class MapDecorator.StringBoolCompound

java.lang.Object
  extended by org.barracudamvc.contrib.sam.models.MapDecorator.StringBoolCompound
Enclosing class:
MapDecorator

public static class MapDecorator.StringBoolCompound
extends Object


Field Summary
protected  boolean bool
           
protected  String string
           
 
Constructor Summary
MapDecorator.StringBoolCompound(String string, boolean bool)
           
 
Method Summary
 boolean getBool()
           
 String getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

string

protected String string

bool

protected boolean bool
Constructor Detail

MapDecorator.StringBoolCompound

public MapDecorator.StringBoolCompound(String string,
                                       boolean bool)
Method Detail

getString

public String getString()

getBool

public boolean getBool()


Copyright © 2006 BarracudaMVC.org All Rights Reserved.