Class ExtractionModel.AdditionalSubject
java.lang.Object
net.sf.jailer.extractionmodel.ExtractionModel.AdditionalSubject
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalSubject(Table subject, String condition, SubjectLimitDefinition subjectLimitDefinition) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "where" condition.Gets the subject table.Gets the subject limit definition.inthashCode()voidsetCondition(String condition) Sets the "where" condition.voidsetSubject(Table subject) Sets the subject table.voidsetSubjectLimitDefinition(SubjectLimitDefinition subjectLimitDefinition) Sets the subject limit definition.
-
Constructor Details
-
AdditionalSubject
public AdditionalSubject(Table subject, String condition, SubjectLimitDefinition subjectLimitDefinition)
-
-
Method Details
-
getSubject
-
setSubject
Sets the subject table.- Parameters:
subject- the subject table to set
-
getCondition
-
setCondition
Sets the "where" condition.- Parameters:
condition- the "where" condition to set
-
getSubjectLimitDefinition
Gets the subject limit definition.- Returns:
- the subject limit definition
-
setSubjectLimitDefinition
Sets the subject limit definition.- Parameters:
subjectLimitDefinition- the subject limit definition to set
-
hashCode
-
equals
-