public class PartSearchQuery extends SearchQuery
Query
class
is capable of, the structure of a basic query is fix.
This class is not persisted and should be considered as value object.SearchQuery.AbstractAttributeQuery, SearchQuery.BooleanAttributeQuery, SearchQuery.DateAttributeQuery, SearchQuery.LovAttributeQuery, SearchQuery.NumberAttributeQuery, SearchQuery.TextAttributeQuery, SearchQuery.URLAttributeQuery
attributes, author, content, creationDateFrom, creationDateTo, fullText, modificationDateFrom, modificationDateTo, tags, type, version, workspaceId
Constructor and Description |
---|
PartSearchQuery() |
PartSearchQuery(String workspaceId,
String fullText,
String partNumber,
String name,
String version,
String author,
String type,
Date creationDateFrom,
Date creationDateTo,
Date modificationDateFrom,
Date modificationDateTo,
SearchQuery.AbstractAttributeQuery[] attributes,
String[] tags,
Boolean standardPart,
String content,
boolean fetchHeadOnly) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPartNumber() |
Boolean |
isStandardPart() |
void |
setName(String name) |
void |
setPartNumber(String partNumber) |
void |
setStandardPart(Boolean standardPart) |
getAttributes, getAuthor, getContent, getCreationDateFrom, getCreationDateTo, getFullText, getModificationDateFrom, getModificationDateTo, getTags, getType, getVersion, getWorkspaceId, isFetchHeadOnly, setAttributes, setAuthor, setContent, setCreationDateFrom, setCreationDateTo, setFullText, setModificationDateFrom, setModificationDateTo, setTags, setType, setVersion, setWorkspaceId
public PartSearchQuery()
public PartSearchQuery(String workspaceId, String fullText, String partNumber, String name, String version, String author, String type, Date creationDateFrom, Date creationDateTo, Date modificationDateFrom, Date modificationDateTo, SearchQuery.AbstractAttributeQuery[] attributes, String[] tags, Boolean standardPart, String content, boolean fetchHeadOnly)
public String getPartNumber()
public String getName()
public Boolean isStandardPart()
public void setPartNumber(String partNumber)
public void setName(String name)
public void setStandardPart(Boolean standardPart)
Copyright © 2017 DocDoku. All rights reserved.