cz.zcu.fav.kiv.editor.beans.properties
Class AttributeGroup
java.lang.Object
cz.zcu.fav.kiv.editor.beans.common.ParentSection
cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
- All Implemented Interfaces:
- java.lang.Cloneable
public class AttributeGroup
- extends ParentSection
- implements java.lang.Cloneable
The AttributeGroup
class represents a group of atributes.
- Version:
- 1.0, 05/2007
- Author:
- Marta Vaclavikova
Constructor Summary |
AttributeGroup(java.lang.String title)
Initializes a newly created Attribute with the specified name and description. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeGroup
public AttributeGroup(java.lang.String title)
- Initializes a newly created
Attribute
with the specified name and description.
The title
argument is the name of the attribute group.
- Parameters:
title
- a name of the attribute group.
setTitle
public void setTitle(java.lang.String title)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
getAttributeList
public java.util.List<Attribute> getAttributeList()
setAttributeList
public void setAttributeList(java.util.List<Attribute> attributes)
clearValues
public void clearValues()
- Clear values (sets default values) of all attribute types in the group.
setValuesFromTemporary
public void setValuesFromTemporary()
- Sets values of all attribute types in the group after their temporary values.