Package org.openforis.collect.mondrian
Class Table.AggName.AggForeignKey
- java.lang.Object
-
- org.openforis.collect.mondrian.Table.AggName.AggForeignKey
-
- Enclosing class:
- Table.AggName
public static class Table.AggName.AggForeignKey extends Object
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 Modifier and Type Field Description protected StringaggColumnprotected StringfactColumn
-
Constructor Summary
Constructors Constructor Description AggForeignKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAggColumn()Gets the value of the aggColumn property.StringgetFactColumn()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.
-
-
-
Method Detail
-
getFactColumn
public String getFactColumn()
Gets the value of the factColumn property.- Returns:
- possible object is
String
-
setFactColumn
public void setFactColumn(String value)
Sets the value of the factColumn property.- Parameters:
value- allowed object isString
-
getAggColumn
public String getAggColumn()
Gets the value of the aggColumn property.- Returns:
- possible object is
String
-
-