Class SearchDomainSearchResultWithFullEntity
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.SearchDomainSearchResultWithFullEntity
-
- All Implemented Interfaces:
java.io.Serializable
public class SearchDomainSearchResultWithFullEntity extends java.lang.Object implements java.io.SerializableResult of a search in a search domain.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchDomainSearchResultWithFullEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEntityInformationHolderWithIdentifiergetEntity()SearchDomainSearchResultgetSearchResult()voidsetEntity(IEntityInformationHolderWithIdentifier entity)voidsetSearchResult(SearchDomainSearchResult searchResult)java.lang.StringtoString()
-
-
-
Method Detail
-
getEntity
public IEntityInformationHolderWithIdentifier getEntity()
-
setEntity
public void setEntity(IEntityInformationHolderWithIdentifier entity)
-
getSearchResult
public SearchDomainSearchResult getSearchResult()
-
setSearchResult
public void setSearchResult(SearchDomainSearchResult searchResult)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-