Class LogicalModel.Attributes.Attribute.KeyMapping

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.Attributes.Attribute.KeyMapping
Enclosing class:
LogicalModel.Attributes.Attribute

public static class LogicalModel.Attributes.Attribute.KeyMapping extends Object
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="columnObjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
      The value.
    • columnObjectName

      protected String columnObjectName
      The column object name.
    • columnName

      protected String columnName
      The column name.
  • Constructor Details

    • KeyMapping

      public KeyMapping()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getColumnObjectName

      public String getColumnObjectName()
      Gets the value of the columnObjectName property.
      Returns:
      possible object is String
    • setColumnObjectName

      public void setColumnObjectName(String value)
      Sets the value of the columnObjectName property.
      Parameters:
      value - allowed object is String
    • getColumnName

      public String getColumnName()
      Gets the value of the columnName property.
      Returns:
      possible object is String
    • setColumnName

      public void setColumnName(String value)
      Sets the value of the columnName property.
      Parameters:
      value - allowed object is String