public class MetaRecord extends Object implements Comparable<MetaRecord>
| Constructor and Description |
|---|
MetaRecord(SearchRow r) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MetaRecord other)
Sort the list of meta records by 'create order'.
|
int |
getId() |
int |
getObjectType() |
String |
getSQL() |
public MetaRecord(SearchRow r)
public int getId()
public int getObjectType()
public String getSQL()
public int compareTo(MetaRecord other)
compareTo in interface Comparable<MetaRecord>other - the other recordCopyright © 2012 JBoss by Red Hat. All Rights Reserved.