public abstract class DictionaryObject extends Object implements Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
dictionaryGroup |
protected String |
dictionaryName |
protected DictionaryType |
dictionaryType |
protected ExpansionMode |
expansionMode |
protected Date |
lastApproved |
protected Date |
lastModified |
protected Date |
lastPublished |
protected ChangeStatus |
status |
protected RevisionStatus |
version |
Constructor and Description |
---|
DictionaryObject() |
protected DictionaryType dictionaryType
protected String dictionaryName
protected String dictionaryGroup
protected Date lastModified
protected Date lastApproved
protected Date lastPublished
protected RevisionStatus version
protected ChangeStatus status
protected ExpansionMode expansionMode
public DictionaryType getDictionaryType()
public void setDictionaryType(DictionaryType value)
public String getDictionaryName()
public void setDictionaryName(String value)
public String getDictionaryGroup()
public void setDictionaryGroup(String value)
public Date getLastModified()
public void setLastModified(Date value)
public Date getLastApproved()
public void setLastApproved(Date value)
public Date getLastPublished()
public void setLastPublished(Date value)
public ChangeStatus getStatus()
public void setStatus(ChangeStatus value)
public RevisionStatus getVersion()
public void setVersion(RevisionStatus value)
public ExpansionMode getExpansionMode()
ExpansionMode
for this dictionary.public void setExpansionMode(ExpansionMode value)
ExpansionMode
for this dictionary.public DictionaryObject validate()
Throws IllegalArgumentException
if invalid.
protected static boolean isEmpty(String value)
public DictionaryObject clone()
protected static String append(StringBuilder buffer, String prefix, String name, boolean value)
protected static String append(StringBuilder buffer, String prefix, String name, Object value)
protected static String append(StringBuilder buffer, String prefix, String name, Date value)
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.