Class AttributeGroupColumn
- java.lang.Object
-
- de.bsvrz.pua.prot.client.dataobject.Column
-
- 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 AdministrationsdatensatzProtocolAdministrationData
verwendet.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.bsvrz.pua.prot.client.dataobject.Column
Column.ColumnType
-
-
Constructor Summary
Constructors Constructor Description AttributeGroupColumn(AttributeGroupDescription atg)
-
Method Summary
Modifier and Type Method Description 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
-
-
-
-
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.
-
-