|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.ObjectFilterDto
public class ObjectFilterDto
An ObjectFilterDto defines a filter for Dtos
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto |
---|
IdentifiableDto.IdComparator |
Constructor Summary | |
---|---|
ObjectFilterDto()
Create a default/empty ObjectFilter |
|
ObjectFilterDto(IdentifiableDto owner,
java.lang.Integer type,
GroupDto domain,
java.lang.String qualifier)
Create a new ObjectFilter for objects of the specified type in the specified domain with the specified qualifier |
|
ObjectFilterDto(ObjectFilterDto base)
Create a shallow copy of an ObjectFilter |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Overridden. |
GroupDto |
getDomain()
Get the domain of the objects to filter |
java.lang.String |
getQualifier()
Get the optional qualifier of the objects to filter |
java.lang.Integer |
getType()
Get the type of objects to filter |
int |
hashCode()
Implemented hashCode() to be in sync with equals(). |
void |
setDomain(GroupDto domain)
Set the domain of the objects to filter |
void |
setQualifier(java.lang.String qualifier)
Set the qualifier of the objects to filter |
void |
setType(java.lang.Integer type)
Set the type of objects to filter |
java.lang.String |
toString()
|
Methods inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto |
---|
clone, compare, compareInteger, compareTo, equals, getId, hashCode, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectFilterDto()
public ObjectFilterDto(IdentifiableDto owner, java.lang.Integer type, GroupDto domain, java.lang.String qualifier)
owner
- is the owner of this filtertype
- of objects to filterdomain
- is the parent/domain of the objects to filterqualifier
- is an optional qualifier for the objects to filter, or null (no qualifier)public ObjectFilterDto(ObjectFilterDto base)
base
- ObjectFilter to copyMethod Detail |
---|
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
type
- of objects to filterpublic GroupDto getDomain()
public void setDomain(GroupDto domain)
domain
- is the parent/domain of the objects to filterpublic java.lang.String getQualifier()
public void setQualifier(java.lang.String qualifier)
qualifier
- is an optional qualifier for the objects to filter, or null (no qualifier)public int hashCode()
hashCode
in class IdentifiableDto
public boolean equals(java.lang.Object obj)
equals
in class IdentifiableDto
public java.lang.String toString()
toString
in class IdentifiableDto
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |