org.janux.bus.security
Interface AccountSetting


public interface AccountSetting

This is a temporary interface to store account settings that will be deprecated in favor of the more general interfaces in the org.janux.adapt package


Method Summary
 String getTag()
           
 String getValue()
           
 void setTag(String tag)
           
 void setValue(String value)
           
 

Method Detail

setTag

void setTag(String tag)

getTag

String getTag()

setValue

void setValue(String value)

getValue

String getValue()


Copyright © 2005-2013 Janux. All Rights Reserved.