com.sapportals.portal.navigation.obn
Class ObnDataType

java.lang.Object
  |
  +--com.sapportals.htmlb.type.AbstractDataType
        |
        +--com.sapportals.portal.navigation.obn.ObnDataType

public class ObnDataType
extends com.sapportals.htmlb.type.AbstractDataType


Constructor Summary
ObnDataType(java.lang.String title, java.lang.String col, java.lang.String value)
           
 
Method Summary
 java.lang.String getCol()
           
 com.sapportals.htmlb.enum.DataType getType()
           
 java.lang.String getValue()
           
 java.lang.String getValueAsString()
           
 boolean isLocaleSpecific()
           
 void setValue(java.lang.Object arg0)
           
 
Methods inherited from class com.sapportals.htmlb.type.AbstractDataType
dataTypes, getInstance, getValidator, isValid, registerDataType, setValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObnDataType

public ObnDataType(java.lang.String title,
                   java.lang.String col,
                   java.lang.String value)
Method Detail

setValue

public void setValue(java.lang.Object arg0)
Overrides:
setValue in class com.sapportals.htmlb.type.AbstractDataType

isLocaleSpecific

public boolean isLocaleSpecific()
Overrides:
isLocaleSpecific in class com.sapportals.htmlb.type.AbstractDataType

getType

public com.sapportals.htmlb.enum.DataType getType()
Overrides:
getType in class com.sapportals.htmlb.type.AbstractDataType

getValueAsString

public java.lang.String getValueAsString()
Overrides:
getValueAsString in class com.sapportals.htmlb.type.AbstractDataType

getCol

public java.lang.String getCol()

getValue

public java.lang.String getValue()