public class MetaRecord extends java.lang.Object implements java.lang.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() |
java.lang.String |
getSQL() |
java.lang.String |
toString() |
public MetaRecord(SearchRow r)
public int getId()
public int getObjectType()
public java.lang.String getSQL()
public int compareTo(MetaRecord other)
compareTo in interface java.lang.Comparable<MetaRecord>other - the other recordpublic java.lang.String toString()
toString in class java.lang.Object