Class ResultRecord
- java.lang.Object
-
- org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
-
- org.neotropic.kuwaiba.core.apis.persistence.application.ResultRecord
-
- All Implemented Interfaces:
Serializable
,Comparable<BusinessObjectLight>
public class ResultRecord extends BusinessObjectLight
Represents a single record resulting from a query. It basically contains the very basic information about an object, as well extra columns based on the "visibleAttributes" argument provided when the query was executed- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResultRecord(String className, String id, String name)
ResultRecord(String className, String id, String name, List<String> extraColumns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getExtraColumns()
void
setExtraColumns(List<String> extraColumns)
-
Methods inherited from class org.neotropic.kuwaiba.core.apis.persistence.business.BusinessObjectLight
compareTo, equals, getClassDisplayName, getClassName, getId, getName, getValidators, hashCode, setClassDisplayName, setClassName, setId, setName, setValidators, toString
-
-