public class RowDefinition extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
first_time |
private ArrayList<KeyDefinition> |
keys |
private static org.apache.log4j.Logger |
log |
private ArrayList<KeyDefinition> |
system_keys |
private String |
text |
Constructor and Description |
---|
RowDefinition() |
Modifier and Type | Method and Description |
---|---|
ArrayList<KeyDefinition> |
getKeys() |
ArrayList<KeyDefinition> |
getSystemKeys() |
String |
getText() |
private void |
grabKeys() |
void |
setText(String text) |
private static org.apache.log4j.Logger log
private String text
private boolean first_time
private ArrayList<KeyDefinition> keys
private ArrayList<KeyDefinition> system_keys
public String getText()
public void setText(String text)
private void grabKeys()
public ArrayList<KeyDefinition> getKeys()
public ArrayList<KeyDefinition> getSystemKeys()
Copyright © 2013–2014. All rights reserved.