public class GUIExtensibleObject extends Object implements Serializable
Constructor and Description |
---|
GUIExtensibleObject() |
Modifier and Type | Method and Description |
---|---|
GUIExtendedAttribute[] |
getAttributes() |
GUIExtendedAttribute |
getExtendedAttribute(String attributeName) |
String |
getTemplate() |
Long |
getTemplateId() |
Object |
getValue(String attributeName) |
void |
setAttributes(GUIExtendedAttribute[] attributes) |
void |
setTemplate(String template) |
void |
setTemplateId(Long templateId) |
GUIExtendedAttribute |
setValue(String name,
Object value) |
public String getTemplate()
public void setTemplate(String template)
public Long getTemplateId()
public void setTemplateId(Long templateId)
public GUIExtendedAttribute[] getAttributes()
public void setAttributes(GUIExtendedAttribute[] attributes)
public GUIExtendedAttribute getExtendedAttribute(String attributeName)
public GUIExtendedAttribute setValue(String name, Object value)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.