Package org.openforis.collect.mondrian
Class Table.AggName.AggForeignKey
java.lang.Object
org.openforis.collect.mondrian.Table.AggName.AggForeignKey
- Enclosing class:
Table.AggName
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="factColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="aggColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggColumn property.Gets the value of the factColumn property.voidsetAggColumn(String value) Sets the value of the aggColumn property.voidsetFactColumn(String value) Sets the value of the factColumn property.
-
Field Details
-
factColumn
-
aggColumn
-
-
Constructor Details
-
AggForeignKey
public AggForeignKey()
-
-
Method Details
-
getFactColumn
Gets the value of the factColumn property.- Returns:
- possible object is
String
-
setFactColumn
Sets the value of the factColumn property.- Parameters:
value- allowed object isString
-
getAggColumn
Gets the value of the aggColumn property.- Returns:
- possible object is
String
-
setAggColumn
Sets the value of the aggColumn property.- Parameters:
value- allowed object isString
-