com.vinay.ui.vinui.fw.core
Class ContextAttribute

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.ContextAttribute

public class ContextAttribute
extends java.lang.Object

Author:
Vinay Nath

Constructor Summary
ContextAttribute()
           
 
Method Summary
 ContextAttribute getMappedAttribute()
           
 java.lang.String getType()
           
 boolean isMapped()
           
 void setMapped(boolean mapped)
           
 void setMappedAttribute(ContextAttribute mappedAttribute)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextAttribute

public ContextAttribute()
Method Detail

isMapped

public boolean isMapped()

setMapped

public void setMapped(boolean mapped)

getMappedAttribute

public ContextAttribute getMappedAttribute()

setMappedAttribute

public void setMappedAttribute(ContextAttribute mappedAttribute)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)