Uses of Class
net.anotheria.anosite.content.bean.AttributeBean
-
Packages that use AttributeBean Package Description net.anotheria.anosite.content.bean -
-
Uses of AttributeBean in net.anotheria.anosite.content.bean
Methods in net.anotheria.anosite.content.bean that return AttributeBean Modifier and Type Method Description AttributeBeanAttributeMap. getAttribute(String key)Returns the attribute under given name.Methods in net.anotheria.anosite.content.bean with parameters of type AttributeBean Modifier and Type Method Description voidAttributeMap. setAttribute(AttributeBean b)Sets the attribute.voidAttributeMap. setAttribute(AttributeBean b, boolean override)Sets the attribute.
-