/*******************************************************************************
* Copyright [2015] [Onboard team of SERC, Peking University]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*******************************************************************************/
package com.onboard.domain.mapper.model;
import com.onboard.domain.mapper.model.common.BaseCriteria;
import com.onboard.domain.mapper.model.common.BaseExample;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class StoryExample implements BaseExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
protected String orderByClause;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
protected boolean distinct;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
protected List<Criteria> oredCriteria;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
protected int start = 0;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
protected int limit = -1;
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public StoryExample() {
oredCriteria = new ArrayList<Criteria>();
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public String getOrderByClause() {
return orderByClause;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public void setDistinct(boolean distinct) {
this.distinct = distinct;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public boolean isDistinct() {
return distinct;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public List<Criteria> getOredCriteria() {
return oredCriteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public void or(Criteria criteria) {
oredCriteria.add(criteria);
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public Criteria or() {
Criteria criteria = createCriteriaInternal();
oredCriteria.add(criteria);
return criteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal();
if (oredCriteria.size() == 0) {
oredCriteria.add(criteria);
}
return criteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria();
return criteria;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public void clear() {
oredCriteria.clear();
orderByClause = null;
distinct = false;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public List<BaseCriteria> getOredBaseCriteria() {
List<com.onboard.domain.mapper.model.common.BaseCriteria> list = new ArrayList<com.onboard.domain.mapper.model.common.BaseCriteria>();
list.addAll(oredCriteria);
return list;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public void setStart(int start) {
this.start=start;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public int getStart() {
return start;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public void setLimit(int limit) {
this.limit=limit;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public int getLimit() {
return limit;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public void setLimit(int start, int limit) {
this.start = start;
this.limit = limit;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
public StoryExample(StoryObject sample) {
oredCriteria = new ArrayList<Criteria>();
Criteria criteria = this.or();
if (sample.getProjectId() != null) {
criteria.andProjectIdEqualTo(sample.getProjectId());
}
if (sample.getCompanyId() != null) {
criteria.andCompanyIdEqualTo(sample.getCompanyId());
}
if (sample.getPre() != null) {
criteria.andPreEqualTo(sample.getPre());
}
if (sample.getPost() != null) {
criteria.andPostEqualTo(sample.getPost());
}
if (sample.getDeleted() != null) {
criteria.andDeletedEqualTo(sample.getDeleted());
}
if (sample.getCreated() != null) {
criteria.andCreatedEqualTo(sample.getCreated());
}
if (sample.getUpdated() != null) {
criteria.andUpdatedEqualTo(sample.getUpdated());
}
if (sample.getCompletedTime() != null) {
criteria.andCompletedTimeEqualTo(sample.getCompletedTime());
}
if (sample.getCompleted() != null) {
criteria.andCompletedEqualTo(sample.getCompleted());
}
if (sample.getCreatorId() != null) {
criteria.andCreatorIdEqualTo(sample.getCreatorId());
}
if (sample.getCreatorName() != null) {
criteria.andCreatorNameEqualTo(sample.getCreatorName());
}
if (sample.getDescription() != null) {
criteria.andDescriptionEqualTo(sample.getDescription());
}
if (sample.getAcceptanceLevel() != null) {
criteria.andAcceptanceLevelEqualTo(sample.getAcceptanceLevel());
}
if (sample.getPriority() != null) {
criteria.andPriorityEqualTo(sample.getPriority());
}
if (sample.getParentStoryId() != null) {
criteria.andParentStoryIdEqualTo(sample.getParentStoryId());
}
if (sample.getCompletable() != null) {
criteria.andCompletableEqualTo(sample.getCompletable());
}
if (sample.getCreatorAvatar() != null) {
criteria.andCreatorAvatarEqualTo(sample.getCreatorAvatar());
}
}
/**
* This class was generated by MyBatis Generator.
* This class corresponds to the database table story
*
* @mbggenerated Wed Aug 26 19:51:19 CST 2015
*/
protected abstract static class GeneratedCriteria extends BaseCriteria {
protected GeneratedCriteria() {
super();
}
public Criteria andIdIsNull() {
addCriterion("id is null");
return (Criteria) this;
}
public Criteria andIdIsNotNull() {
addCriterion("id is not null");
return (Criteria) this;
}
public Criteria andIdEqualTo(Integer value) {
addCriterion("id =", value, "id");
return (Criteria) this;
}
public Criteria andIdNotEqualTo(Integer value) {
addCriterion("id <>", value, "id");
return (Criteria) this;
}
public Criteria andIdGreaterThan(Integer value) {
addCriterion("id >", value, "id");
return (Criteria) this;
}
public Criteria andIdGreaterThanOrEqualTo(Integer value) {
addCriterion("id >=", value, "id");
return (Criteria) this;
}
public Criteria andIdLessThan(Integer value) {
addCriterion("id <", value, "id");
return (Criteria) this;
}
public Criteria andIdLessThanOrEqualTo(Integer value) {
addCriterion("id <=", value, "id");
return (Criteria) this;
}
public Criteria andIdIn(List<Integer> values) {
addCriterion("id in", values, "id");
return (Criteria) this;
}
public Criteria andIdNotIn(List<Integer> values) {
addCriterion("id not in", values, "id");
return (Criteria) this;
}
public Criteria andIdBetween(Integer value1, Integer value2) {
addCriterion("id between", value1, value2, "id");
return (Criteria) this;
}
public Criteria andIdNotBetween(Integer value1, Integer value2) {
addCriterion("id not between", value1, value2, "id");
return (Criteria) this;
}
public Criteria andProjectIdIsNull() {
addCriterion("projectId is null");
return (Criteria) this;
}
public Criteria andProjectIdIsNotNull() {
addCriterion("projectId is not null");
return (Criteria) this;
}
public Criteria andProjectIdEqualTo(Integer value) {
addCriterion("projectId =", value, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdNotEqualTo(Integer value) {
addCriterion("projectId <>", value, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdGreaterThan(Integer value) {
addCriterion("projectId >", value, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdGreaterThanOrEqualTo(Integer value) {
addCriterion("projectId >=", value, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdLessThan(Integer value) {
addCriterion("projectId <", value, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdLessThanOrEqualTo(Integer value) {
addCriterion("projectId <=", value, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdIn(List<Integer> values) {
addCriterion("projectId in", values, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdNotIn(List<Integer> values) {
addCriterion("projectId not in", values, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdBetween(Integer value1, Integer value2) {
addCriterion("projectId between", value1, value2, "projectId");
return (Criteria) this;
}
public Criteria andProjectIdNotBetween(Integer value1, Integer value2) {
addCriterion("projectId not between", value1, value2, "projectId");
return (Criteria) this;
}
public Criteria andCompanyIdIsNull() {
addCriterion("companyId is null");
return (Criteria) this;
}
public Criteria andCompanyIdIsNotNull() {
addCriterion("companyId is not null");
return (Criteria) this;
}
public Criteria andCompanyIdEqualTo(Integer value) {
addCriterion("companyId =", value, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdNotEqualTo(Integer value) {
addCriterion("companyId <>", value, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdGreaterThan(Integer value) {
addCriterion("companyId >", value, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdGreaterThanOrEqualTo(Integer value) {
addCriterion("companyId >=", value, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdLessThan(Integer value) {
addCriterion("companyId <", value, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdLessThanOrEqualTo(Integer value) {
addCriterion("companyId <=", value, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdIn(List<Integer> values) {
addCriterion("companyId in", values, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdNotIn(List<Integer> values) {
addCriterion("companyId not in", values, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdBetween(Integer value1, Integer value2) {
addCriterion("companyId between", value1, value2, "companyId");
return (Criteria) this;
}
public Criteria andCompanyIdNotBetween(Integer value1, Integer value2) {
addCriterion("companyId not between", value1, value2, "companyId");
return (Criteria) this;
}
public Criteria andPreIsNull() {
addCriterion("pre is null");
return (Criteria) this;
}
public Criteria andPreIsNotNull() {
addCriterion("pre is not null");
return (Criteria) this;
}
public Criteria andPreEqualTo(String value) {
addCriterion("pre =", value, "pre");
return (Criteria) this;
}
public Criteria andPreNotEqualTo(String value) {
addCriterion("pre <>", value, "pre");
return (Criteria) this;
}
public Criteria andPreGreaterThan(String value) {
addCriterion("pre >", value, "pre");
return (Criteria) this;
}
public Criteria andPreGreaterThanOrEqualTo(String value) {
addCriterion("pre >=", value, "pre");
return (Criteria) this;
}
public Criteria andPreLessThan(String value) {
addCriterion("pre <", value, "pre");
return (Criteria) this;
}
public Criteria andPreLessThanOrEqualTo(String value) {
addCriterion("pre <=", value, "pre");
return (Criteria) this;
}
public Criteria andPreLike(String value) {
addCriterion("pre like", value, "pre");
return (Criteria) this;
}
public Criteria andPreNotLike(String value) {
addCriterion("pre not like", value, "pre");
return (Criteria) this;
}
public Criteria andPreIn(List<String> values) {
addCriterion("pre in", values, "pre");
return (Criteria) this;
}
public Criteria andPreNotIn(List<String> values) {
addCriterion("pre not in", values, "pre");
return (Criteria) this;
}
public Criteria andPreBetween(String value1, String value2) {
addCriterion("pre between", value1, value2, "pre");
return (Criteria) this;
}
public Criteria andPreNotBetween(String value1, String value2) {
addCriterion("pre not between", value1, value2, "pre");
return (Criteria) this;
}
public Criteria andPostIsNull() {
addCriterion("post is null");
return (Criteria) this;
}
public Criteria andPostIsNotNull() {
addCriterion("post is not null");
return (Criteria) this;
}
public Criteria andPostEqualTo(String value) {
addCriterion("post =", value, "post");
return (Criteria) this;
}
public Criteria andPostNotEqualTo(String value) {
addCriterion("post <>", value, "post");
return (Criteria) this;
}
public Criteria andPostGreaterThan(String value) {
addCriterion("post >", value, "post");
return (Criteria) this;
}
public Criteria andPostGreaterThanOrEqualTo(String value) {
addCriterion("post >=", value, "post");
return (Criteria) this;
}
public Criteria andPostLessThan(String value) {
addCriterion("post <", value, "post");
return (Criteria) this;
}
public Criteria andPostLessThanOrEqualTo(String value) {
addCriterion("post <=", value, "post");
return (Criteria) this;
}
public Criteria andPostLike(String value) {
addCriterion("post like", value, "post");
return (Criteria) this;
}
public Criteria andPostNotLike(String value) {
addCriterion("post not like", value, "post");
return (Criteria) this;
}
public Criteria andPostIn(List<String> values) {
addCriterion("post in", values, "post");
return (Criteria) this;
}
public Criteria andPostNotIn(List<String> values) {
addCriterion("post not in", values, "post");
return (Criteria) this;
}
public Criteria andPostBetween(String value1, String value2) {
addCriterion("post between", value1, value2, "post");
return (Criteria) this;
}
public Criteria andPostNotBetween(String value1, String value2) {
addCriterion("post not between", value1, value2, "post");
return (Criteria) this;
}
public Criteria andDeletedIsNull() {
addCriterion("deleted is null");
return (Criteria) this;
}
public Criteria andDeletedIsNotNull() {
addCriterion("deleted is not null");
return (Criteria) this;
}
public Criteria andDeletedEqualTo(Boolean value) {
addCriterion("deleted =", value, "deleted");
return (Criteria) this;
}
public Criteria andDeletedNotEqualTo(Boolean value) {
addCriterion("deleted <>", value, "deleted");
return (Criteria) this;
}
public Criteria andDeletedGreaterThan(Boolean value) {
addCriterion("deleted >", value, "deleted");
return (Criteria) this;
}
public Criteria andDeletedGreaterThanOrEqualTo(Boolean value) {
addCriterion("deleted >=", value, "deleted");
return (Criteria) this;
}
public Criteria andDeletedLessThan(Boolean value) {
addCriterion("deleted <", value, "deleted");
return (Criteria) this;
}
public Criteria andDeletedLessThanOrEqualTo(Boolean value) {
addCriterion("deleted <=", value, "deleted");
return (Criteria) this;
}
public Criteria andDeletedIn(List<Boolean> values) {
addCriterion("deleted in", values, "deleted");
return (Criteria) this;
}
public Criteria andDeletedNotIn(List<Boolean> values) {
addCriterion("deleted not in", values, "deleted");
return (Criteria) this;
}
public Criteria andDeletedBetween(Boolean value1, Boolean value2) {
addCriterion("deleted between", value1, value2, "deleted");
return (Criteria) this;
}
public Criteria andDeletedNotBetween(Boolean value1, Boolean value2) {
addCriterion("deleted not between", value1, value2, "deleted");
return (Criteria) this;
}
public Criteria andCreatedIsNull() {
addCriterion("created is null");
return (Criteria) this;
}
public Criteria andCreatedIsNotNull() {
addCriterion("created is not null");
return (Criteria) this;
}
public Criteria andCreatedEqualTo(Date value) {
addCriterion("created =", value, "created");
return (Criteria) this;
}
public Criteria andCreatedNotEqualTo(Date value) {
addCriterion("created <>", value, "created");
return (Criteria) this;
}
public Criteria andCreatedGreaterThan(Date value) {
addCriterion("created >", value, "created");
return (Criteria) this;
}
public Criteria andCreatedGreaterThanOrEqualTo(Date value) {
addCriterion("created >=", value, "created");
return (Criteria) this;
}
public Criteria andCreatedLessThan(Date value) {
addCriterion("created <", value, "created");
return (Criteria) this;
}
public Criteria andCreatedLessThanOrEqualTo(Date value) {
addCriterion("created <=", value, "created");
return (Criteria) this;
}
public Criteria andCreatedIn(List<Date> values) {
addCriterion("created in", values, "created");
return (Criteria) this;
}
public Criteria andCreatedNotIn(List<Date> values) {
addCriterion("created not in", values, "created");
return (Criteria) this;
}
public Criteria andCreatedBetween(Date value1, Date value2) {
addCriterion("created between", value1, value2, "created");
return (Criteria) this;
}
public Criteria andCreatedNotBetween(Date value1, Date value2) {
addCriterion("created not between", value1, value2, "created");
return (Criteria) this;
}
public Criteria andUpdatedIsNull() {
addCriterion("updated is null");
return (Criteria) this;
}
public Criteria andUpdatedIsNotNull() {
addCriterion("updated is not null");
return (Criteria) this;
}
public Criteria andUpdatedEqualTo(Date value) {
addCriterion("updated =", value, "updated");
return (Criteria) this;
}
public Criteria andUpdatedNotEqualTo(Date value) {
addCriterion("updated <>", value, "updated");
return (Criteria) this;
}
public Criteria andUpdatedGreaterThan(Date value) {
addCriterion("updated >", value, "updated");
return (Criteria) this;
}
public Criteria andUpdatedGreaterThanOrEqualTo(Date value) {
addCriterion("updated >=", value, "updated");
return (Criteria) this;
}
public Criteria andUpdatedLessThan(Date value) {
addCriterion("updated <", value, "updated");
return (Criteria) this;
}
public Criteria andUpdatedLessThanOrEqualTo(Date value) {
addCriterion("updated <=", value, "updated");
return (Criteria) this;
}
public Criteria andUpdatedIn(List<Date> values) {
addCriterion("updated in", values, "updated");
return (Criteria) this;
}
public Criteria andUpdatedNotIn(List<Date> values) {
addCriterion("updated not in", values, "updated");
return (Criteria) this;
}
public Criteria andUpdatedBetween(Date value1, Date value2) {
addCriterion("updated between", value1, value2, "updated");
return (Criteria) this;
}
public Criteria andUpdatedNotBetween(Date value1, Date value2) {
addCriterion("updated not between", value1, value2, "updated");
return (Criteria) this;
}
public Criteria andCompletedTimeIsNull() {
addCriterion("completedTime is null");
return (Criteria) this;
}
public Criteria andCompletedTimeIsNotNull() {
addCriterion("completedTime is not null");
return (Criteria) this;
}
public Criteria andCompletedTimeEqualTo(Date value) {
addCriterion("completedTime =", value, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeNotEqualTo(Date value) {
addCriterion("completedTime <>", value, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeGreaterThan(Date value) {
addCriterion("completedTime >", value, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeGreaterThanOrEqualTo(Date value) {
addCriterion("completedTime >=", value, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeLessThan(Date value) {
addCriterion("completedTime <", value, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeLessThanOrEqualTo(Date value) {
addCriterion("completedTime <=", value, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeIn(List<Date> values) {
addCriterion("completedTime in", values, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeNotIn(List<Date> values) {
addCriterion("completedTime not in", values, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeBetween(Date value1, Date value2) {
addCriterion("completedTime between", value1, value2, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedTimeNotBetween(Date value1, Date value2) {
addCriterion("completedTime not between", value1, value2, "completedTime");
return (Criteria) this;
}
public Criteria andCompletedIsNull() {
addCriterion("completed is null");
return (Criteria) this;
}
public Criteria andCompletedIsNotNull() {
addCriterion("completed is not null");
return (Criteria) this;
}
public Criteria andCompletedEqualTo(Boolean value) {
addCriterion("completed =", value, "completed");
return (Criteria) this;
}
public Criteria andCompletedNotEqualTo(Boolean value) {
addCriterion("completed <>", value, "completed");
return (Criteria) this;
}
public Criteria andCompletedGreaterThan(Boolean value) {
addCriterion("completed >", value, "completed");
return (Criteria) this;
}
public Criteria andCompletedGreaterThanOrEqualTo(Boolean value) {
addCriterion("completed >=", value, "completed");
return (Criteria) this;
}
public Criteria andCompletedLessThan(Boolean value) {
addCriterion("completed <", value, "completed");
return (Criteria) this;
}
public Criteria andCompletedLessThanOrEqualTo(Boolean value) {
addCriterion("completed <=", value, "completed");
return (Criteria) this;
}
public Criteria andCompletedIn(List<Boolean> values) {
addCriterion("completed in", values, "completed");
return (Criteria) this;
}
public Criteria andCompletedNotIn(List<Boolean> values) {
addCriterion("completed not in", values, "completed");
return (Criteria) this;
}
public Criteria andCompletedBetween(Boolean value1, Boolean value2) {
addCriterion("completed between", value1, value2, "completed");
return (Criteria) this;
}
public Criteria andCompletedNotBetween(Boolean value1, Boolean value2) {
addCriterion("completed not between", value1, value2, "completed");
return (Criteria) this;
}
public Criteria andCreatorIdIsNull() {
addCriterion("creatorId is null");
return (Criteria) this;
}
public Criteria andCreatorIdIsNotNull() {
addCriterion("creatorId is not null");
return (Criteria) this;
}
public Criteria andCreatorIdEqualTo(Integer value) {
addCriterion("creatorId =", value, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdNotEqualTo(Integer value) {
addCriterion("creatorId <>", value, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdGreaterThan(Integer value) {
addCriterion("creatorId >", value, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdGreaterThanOrEqualTo(Integer value) {
addCriterion("creatorId >=", value, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdLessThan(Integer value) {
addCriterion("creatorId <", value, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdLessThanOrEqualTo(Integer value) {
addCriterion("creatorId <=", value, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdIn(List<Integer> values) {
addCriterion("creatorId in", values, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdNotIn(List<Integer> values) {
addCriterion("creatorId not in", values, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdBetween(Integer value1, Integer value2) {
addCriterion("creatorId between", value1, value2, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorIdNotBetween(Integer value1, Integer value2) {
addCriterion("creatorId not between", value1, value2, "creatorId");
return (Criteria) this;
}
public Criteria andCreatorNameIsNull() {
addCriterion("creatorName is null");
return (Criteria) this;
}
public Criteria andCreatorNameIsNotNull() {
addCriterion("creatorName is not null");
return (Criteria) this;
}
public Criteria andCreatorNameEqualTo(String value) {
addCriterion("creatorName =", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameNotEqualTo(String value) {
addCriterion("creatorName <>", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameGreaterThan(String value) {
addCriterion("creatorName >", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameGreaterThanOrEqualTo(String value) {
addCriterion("creatorName >=", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameLessThan(String value) {
addCriterion("creatorName <", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameLessThanOrEqualTo(String value) {
addCriterion("creatorName <=", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameLike(String value) {
addCriterion("creatorName like", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameNotLike(String value) {
addCriterion("creatorName not like", value, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameIn(List<String> values) {
addCriterion("creatorName in", values, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameNotIn(List<String> values) {
addCriterion("creatorName not in", values, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameBetween(String value1, String value2) {
addCriterion("creatorName between", value1, value2, "creatorName");
return (Criteria) this;
}
public Criteria andCreatorNameNotBetween(String value1, String value2) {
addCriterion("creatorName not between", value1, value2, "creatorName");
return (Criteria) this;
}
public Criteria andDescriptionIsNull() {
addCriterion("description is null");
return (Criteria) this;
}
public Criteria andDescriptionIsNotNull() {
addCriterion("description is not null");
return (Criteria) this;
}
public Criteria andDescriptionEqualTo(String value) {
addCriterion("description =", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionNotEqualTo(String value) {
addCriterion("description <>", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionGreaterThan(String value) {
addCriterion("description >", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionGreaterThanOrEqualTo(String value) {
addCriterion("description >=", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionLessThan(String value) {
addCriterion("description <", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionLessThanOrEqualTo(String value) {
addCriterion("description <=", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionLike(String value) {
addCriterion("description like", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionNotLike(String value) {
addCriterion("description not like", value, "description");
return (Criteria) this;
}
public Criteria andDescriptionIn(List<String> values) {
addCriterion("description in", values, "description");
return (Criteria) this;
}
public Criteria andDescriptionNotIn(List<String> values) {
addCriterion("description not in", values, "description");
return (Criteria) this;
}
public Criteria andDescriptionBetween(String value1, String value2) {
addCriterion("description between", value1, value2, "description");
return (Criteria) this;
}
public Criteria andDescriptionNotBetween(String value1, String value2) {
addCriterion("description not between", value1, value2, "description");
return (Criteria) this;
}
public Criteria andAcceptanceLevelIsNull() {
addCriterion("acceptanceLevel is null");
return (Criteria) this;
}
public Criteria andAcceptanceLevelIsNotNull() {
addCriterion("acceptanceLevel is not null");
return (Criteria) this;
}
public Criteria andAcceptanceLevelEqualTo(String value) {
addCriterion("acceptanceLevel =", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelNotEqualTo(String value) {
addCriterion("acceptanceLevel <>", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelGreaterThan(String value) {
addCriterion("acceptanceLevel >", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelGreaterThanOrEqualTo(String value) {
addCriterion("acceptanceLevel >=", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelLessThan(String value) {
addCriterion("acceptanceLevel <", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelLessThanOrEqualTo(String value) {
addCriterion("acceptanceLevel <=", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelLike(String value) {
addCriterion("acceptanceLevel like", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelNotLike(String value) {
addCriterion("acceptanceLevel not like", value, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelIn(List<String> values) {
addCriterion("acceptanceLevel in", values, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelNotIn(List<String> values) {
addCriterion("acceptanceLevel not in", values, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelBetween(String value1, String value2) {
addCriterion("acceptanceLevel between", value1, value2, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andAcceptanceLevelNotBetween(String value1, String value2) {
addCriterion("acceptanceLevel not between", value1, value2, "acceptanceLevel");
return (Criteria) this;
}
public Criteria andPriorityIsNull() {
addCriterion("priority is null");
return (Criteria) this;
}
public Criteria andPriorityIsNotNull() {
addCriterion("priority is not null");
return (Criteria) this;
}
public Criteria andPriorityEqualTo(Integer value) {
addCriterion("priority =", value, "priority");
return (Criteria) this;
}
public Criteria andPriorityNotEqualTo(Integer value) {
addCriterion("priority <>", value, "priority");
return (Criteria) this;
}
public Criteria andPriorityGreaterThan(Integer value) {
addCriterion("priority >", value, "priority");
return (Criteria) this;
}
public Criteria andPriorityGreaterThanOrEqualTo(Integer value) {
addCriterion("priority >=", value, "priority");
return (Criteria) this;
}
public Criteria andPriorityLessThan(Integer value) {
addCriterion("priority <", value, "priority");
return (Criteria) this;
}
public Criteria andPriorityLessThanOrEqualTo(Integer value) {
addCriterion("priority <=", value, "priority");
return (Criteria) this;
}
public Criteria andPriorityIn(List<Integer> values) {
addCriterion("priority in", values, "priority");
return (Criteria) this;
}
public Criteria andPriorityNotIn(List<Integer> values) {
addCriterion("priority not in", values, "priority");
return (Criteria) this;
}
public Criteria andPriorityBetween(Integer value1, Integer value2) {
addCriterion("priority between", value1, value2, "priority");
return (Criteria) this;
}
public Criteria andPriorityNotBetween(Integer value1, Integer value2) {
addCriterion("priority not between", value1, value2, "priority");
return (Criteria) this;
}
public Criteria andParentStoryIdIsNull() {
addCriterion("parentStoryId is null");
return (Criteria) this;
}
public Criteria andParentStoryIdIsNotNull() {
addCriterion("parentStoryId is not null");
return (Criteria) this;
}
public Criteria andParentStoryIdEqualTo(Integer value) {
addCriterion("parentStoryId =", value, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdNotEqualTo(Integer value) {
addCriterion("parentStoryId <>", value, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdGreaterThan(Integer value) {
addCriterion("parentStoryId >", value, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdGreaterThanOrEqualTo(Integer value) {
addCriterion("parentStoryId >=", value, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdLessThan(Integer value) {
addCriterion("parentStoryId <", value, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdLessThanOrEqualTo(Integer value) {
addCriterion("parentStoryId <=", value, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdIn(List<Integer> values) {
addCriterion("parentStoryId in", values, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdNotIn(List<Integer> values) {
addCriterion("parentStoryId not in", values, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdBetween(Integer value1, Integer value2) {
addCriterion("parentStoryId between", value1, value2, "parentStoryId");
return (Criteria) this;
}
public Criteria andParentStoryIdNotBetween(Integer value1, Integer value2) {
addCriterion("parentStoryId not between", value1, value2, "parentStoryId");
return (Criteria) this;
}
public Criteria andCompletableIsNull() {
addCriterion("completable is null");
return (Criteria) this;
}
public Criteria andCompletableIsNotNull() {
addCriterion("completable is not null");
return (Criteria) this;
}
public Criteria andCompletableEqualTo(Boolean value) {
addCriterion("completable =", value, "completable");
return (Criteria) this;
}
public Criteria andCompletableNotEqualTo(Boolean value) {
addCriterion("completable <>", value, "completable");
return (Criteria) this;
}
public Criteria andCompletableGreaterThan(Boolean value) {
addCriterion("completable >", value, "completable");
return (Criteria) this;
}
public Criteria andCompletableGreaterThanOrEqualTo(Boolean value) {
addCriterion("completable >=", value, "completable");
return (Criteria) this;
}
public Criteria andCompletableLessThan(Boolean value) {
addCriterion("completable <", value, "completable");
return (Criteria) this;
}
public Criteria andCompletableLessThanOrEqualTo(Boolean value) {
addCriterion("completable <=", value, "completable");
return (Criteria) this;
}
public Criteria andCompletableIn(List<Boolean> values) {
addCriterion("completable in", values, "completable");
return (Criteria) this;
}
public Criteria andCompletableNotIn(List<Boolean> values) {
addCriterion("completable not in", values, "completable");
return (Criteria) this;
}
public Criteria andCompletableBetween(Boolean value1, Boolean value2) {
addCriterion("completable between", value1, value2, "completable");
return (Criteria) this;
}
public Criteria andCompletableNotBetween(Boolean value1, Boolean value2) {
addCriterion("completable not between", value1, value2, "completable");
return (Criteria) this;
}
public Criteria andCreatorAvatarIsNull() {
addCriterion("creatorAvatar is null");
return (Criteria) this;
}
public Criteria andCreatorAvatarIsNotNull() {
addCriterion("creatorAvatar is not null");
return (Criteria) this;
}
public Criteria andCreatorAvatarEqualTo(String value) {
addCriterion("creatorAvatar =", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarNotEqualTo(String value) {
addCriterion("creatorAvatar <>", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarGreaterThan(String value) {
addCriterion("creatorAvatar >", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarGreaterThanOrEqualTo(String value) {
addCriterion("creatorAvatar >=", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarLessThan(String value) {
addCriterion("creatorAvatar <", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarLessThanOrEqualTo(String value) {
addCriterion("creatorAvatar <=", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarLike(String value) {
addCriterion("creatorAvatar like", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarNotLike(String value) {
addCriterion("creatorAvatar not like", value, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarIn(List<String> values) {
addCriterion("creatorAvatar in", values, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarNotIn(List<String> values) {
addCriterion("creatorAvatar not in", values, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarBetween(String value1, String value2) {
addCriterion("creatorAvatar between", value1, value2, "creatorAvatar");
return (Criteria) this;
}
public Criteria andCreatorAvatarNotBetween(String value1, String value2) {
addCriterion("creatorAvatar not between", value1, value2, "creatorAvatar");
return (Criteria) this;
}
}
/**
* This class was generated by MyBatis Generator.
* This class corresponds to the database table story
*
* @mbggenerated do_not_delete_during_merge Wed Aug 26 19:51:19 CST 2015
*/
public static class Criteria extends GeneratedCriteria {
protected Criteria() {
super();
}
}
}