cz.zcu.fav.kiv.editor.beans.properties
Class AttributeGroup

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.beans.common.ParentSection
      extended by 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

Field Summary
 
Fields inherited from class cz.zcu.fav.kiv.editor.beans.common.ParentSection
title
 
Constructor Summary
AttributeGroup(java.lang.String title)
          Initializes a newly created Attribute with the specified name and description.
 
Method Summary
 void clearValues()
          Clear values (sets default values) of all attribute types in the group.
 java.lang.Object clone()
           
 java.util.List<Attribute> getAttributeList()
           
 void setAttributeList(java.util.List<Attribute> attributes)
           
 void setTitle(java.lang.String title)
           
 void setValuesFromTemporary()
          Sets values of all attribute types in the group after their temporary values.
 
Methods inherited from class cz.zcu.fav.kiv.editor.beans.common.ParentSection
getTitle
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.