public class MultipleChoiceFilterChoice
extends java.lang.Object
MultipleChoiceFilterGUI
.Constructor and Description |
---|
MultipleChoiceFilterChoice() |
MultipleChoiceFilterChoice(java.lang.String _title,
java.util.HashMap<java.lang.String,java.lang.String> _artefactsByGroup,
boolean _ownClause) |
MultipleChoiceFilterChoice(java.lang.String _title,
java.util.HashMap<java.lang.String,java.lang.String> _artefactsByGroup,
boolean _ownClause,
java.lang.Long _objectId) |
MultipleChoiceFilterChoice(java.lang.String _title,
java.lang.String _artefact,
boolean _ownClause) |
MultipleChoiceFilterChoice(java.lang.String _title,
java.lang.String _artefact,
boolean _ownClause,
java.lang.Long _objectId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getObjectId() |
java.lang.String |
getTitle() |
int |
hashCode() |
boolean |
isOwnClause() |
MultipleChoiceFilterChoice |
setOwnClause(boolean _ownClause) |
MultipleChoiceFilterChoice |
setTitle(java.lang.String _title) |
java.lang.String |
toString() |
public MultipleChoiceFilterChoice()
public MultipleChoiceFilterChoice(java.lang.String _title, java.util.HashMap<java.lang.String,java.lang.String> _artefactsByGroup, boolean _ownClause)
_title
- the string that is shown in the selectbox_artefact
- the OQL query (part) that is added to or replaces the standard query_ownClause
- if true the _artefact
fully replaces the standard query, otherwise _artefact
is
just a clause which is added to that query_objectId
- FIXMEpublic MultipleChoiceFilterChoice(java.lang.String _title, java.util.HashMap<java.lang.String,java.lang.String> _artefactsByGroup, boolean _ownClause, java.lang.Long _objectId)
public MultipleChoiceFilterChoice(java.lang.String _title, java.lang.String _artefact, boolean _ownClause)
public MultipleChoiceFilterChoice(java.lang.String _title, java.lang.String _artefact, boolean _ownClause, java.lang.Long _objectId)
public MultipleChoiceFilterChoice setTitle(java.lang.String _title)
public java.lang.String getTitle()
public MultipleChoiceFilterChoice setOwnClause(boolean _ownClause)
public boolean isOwnClause()
public java.lang.Long getObjectId()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.