de.bsvrz.pua.prot.client.dataobject
Class AttributeGroupColumn

java.lang.Object
  extended by de.bsvrz.pua.prot.client.dataobject.Column
      extended by de.bsvrz.pua.prot.client.dataobject.AttributeGroupColumn
All Implemented Interfaces:
java.io.Serializable

public class AttributeGroupColumn
extends Column

Fasst Informationen über eine Attributgruppen-Spalte des Ergebnisdatensatzes zusammen. Wird im Administrationsdatensatz ProtocolAdministrationData verwendet.

Version:
$Revision: 1.1 $ / $Date: 2008/01/22 16:38:08 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Martin Hilgers
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class de.bsvrz.pua.prot.client.dataobject.Column
Column.ColumnType
 
Constructor Summary
AttributeGroupColumn(AttributeGroupDescription atg)
           
 
Method Summary
 long getAspectId()
           
 long getAttributeGroupId()
           
 long getObjectId()
           
 short getSimVar()
           
 
Methods inherited from class de.bsvrz.pua.prot.client.dataobject.Column
equals, getAttributeName, getCaption, getColumnName, getReference, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeGroupColumn

public AttributeGroupColumn(AttributeGroupDescription atg)
Parameters:
atg - Attributgruppenbeschreibung auf der die Spalte basiert.
Method Detail

getAspectId

public long getAspectId()
Returns:
Returns the aspectId.

getAttributeGroupId

public long getAttributeGroupId()
Returns:
Returns the attributeGroupId.

getObjectId

public long getObjectId()
Returns:
Returns the objectId.

getSimVar

public short getSimVar()
Returns:
Returns the simVar.


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.