Class DatabaseObjectRenderingDescription
java.lang.Object
net.sf.jailer.configuration.DatabaseObjectRenderingDescription
Describes how generic database objects are rendered (Functions, Procedures etc).
- Author:
- Ralf Wisser
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Copy constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the icon URL.Gets description of a list item.Gets query for a list of all objects.getName()Gets the name.Gets query for a textual representation of all objects.booleanisCheap()Returns whether retrieving this object's details is considered cheap (not expensive).voidsetCheap(boolean cheap) Sets whether retrieving this object's details is considered cheap (not expensive).voidsetIconURL(String iconURL) Sets the icon URL.voidsetItemDescription(DatabaseObjectRenderingDescription itemDescription) Sets description of a list item.voidsetListQuery(String listQuery) Sets query for a list of all objects.voidSets the name.voidsetTextQuery(String textQuery) Sets query for a textual representation of all objects.
-
Constructor Details
-
DatabaseObjectRenderingDescription
public DatabaseObjectRenderingDescription()Constructor. -
DatabaseObjectRenderingDescription
Copy constructor.- Parameters:
other- the instance to copy from
-
-
Method Details
-
getListQuery
Gets query for a list of all objects.- Returns:
- query for a list of all objects
-
setListQuery
Sets query for a list of all objects.- Parameters:
listQuery- query for a list of all objects
-
getItemDescription
Gets description of a list item.- Returns:
- description of a list item
-
setItemDescription
Sets description of a list item.- Parameters:
itemDescription- description of a list item
-
getTextQuery
Gets query for a textual representation of all objects.- Returns:
- query for a textual representation of all objects
-
setTextQuery
Sets query for a textual representation of all objects.- Parameters:
textQuery- query for a textual representation of all objects
-
getName
-
setName
-
getIconURL
-
setIconURL
-
isCheap
public boolean isCheap()Returns whether retrieving this object's details is considered cheap (not expensive).- Returns:
trueif retrieving details is not expensive
-
setCheap
public void setCheap(boolean cheap) Sets whether retrieving this object's details is considered cheap (not expensive).- Parameters:
cheap-trueif retrieving details is not expensive
-