Package org.iworkz.habitat.command
Class CommandMetaData
java.lang.Object
org.iworkz.habitat.command.CommandMetaData
public class CommandMetaData extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandMetaData.ObjectMetaData -
Field Summary
Fields Modifier and Type Field Description SynchronizedPropertyAccess<CommandMetaData,CommandMetaData.ObjectMetaData[]>objectMetaDataProperty -
Constructor Summary
Constructors Constructor Description CommandMetaData(EntityDefinition table) -
Method Summary
Modifier and Type Method Description StringgetCommand()CommandMetaData.ObjectMetaData[]getObjectMetaData()CommandMetaData.ObjectMetaData[]getPrimaryKeyMetaData()intgetTotalFieldCount()CommandMetaData.ObjectMetaData[]getVersionMetaData()voidsetCommand(String command)voidsetObjectMetaData(CommandMetaData.ObjectMetaData[] objectMetaData)voidsetPropertyDescriptors(PropertyDescriptor[] resultSetFields, GenericDao.CommandCustomizer statementAdapter)
-
Field Details
-
objectMetaDataProperty
public final SynchronizedPropertyAccess<CommandMetaData,CommandMetaData.ObjectMetaData[]> objectMetaDataProperty
-
-
Constructor Details
-
CommandMetaData
-
-
Method Details
-
getCommand
-
setCommand
-
getObjectMetaData
-
setObjectMetaData
-
setPropertyDescriptors
public void setPropertyDescriptors(PropertyDescriptor[] resultSetFields, GenericDao.CommandCustomizer statementAdapter) -
getTotalFieldCount
public int getTotalFieldCount() -
getPrimaryKeyMetaData
-
getVersionMetaData
-